*/a,
.btn-link {
  color: #C6103F;
}
a:hover,
.btn-link:hover {
  color: #103fc6;
}
.text-main a {
  color: #103fc6;
}
.text-accent-01 a {
  color: #eb6c8b;
}
.text-accent-02 a {
  color: #eb6c8b;
}
.text-accent-03 a {
  color: #eb6c8b;
}
.text-color-01 a {
  color: #f5f5f5;
}
.text-color-02 a {
  color: #ccc;
}
.text-color-03 a {
  color: #000;
}
.btn-instagram {
  color: #fff !important;
  background: linear-gradient(-183deg, #a512e6 0%, #faa55d 100%);
  border: none !important;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.btn-instagram:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 3rem 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 3rem 0px rgba(0, 0, 0, 0.3) inset;
}
.bg-grad-01 {
  background: linear-gradient(96deg, #0089ff 0%, #00baff 48%, #7be1ff 100%);
}
.bg-grad-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0089ff), color-stop(48%, #00baff), to(#7be1ff));
  background: linear-gradient(180deg, #0089ff 0%, #00baff 48%, #7be1ff 100%);
}
.btn {
  border-radius: 50rem !important;
}
.btn a {
  font-weight: bold;
}
.btn.btn-white {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.btn.btn-white a {
  color: #103fc6;
}
.btn.btn-trial {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.arrow-link-before-main a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-before-accent-01 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-before-accent-02 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-before-accent-03 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-after-main a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-after-accent-01 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-after-accent-02 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow-link-after-accent-03 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-arrow-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.btn-arrow-link a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: static;
}
.btn-arrow-link.justify-content-center a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.arrow-link a {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}
.arrow-link a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}
.btn.btn-arrow-before-main a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.5rem;
  left: -0.5rem;
}
.btn.btn-arrow-before-main.small a::before {
  margin-right: 0.5rem;
  left: -0.25rem;
}
.btn.btn-arrow-after-main a {
  position: relative;
  padding-right: 46px;
  padding-left: 46px;
}
.btn.btn-arrow-after-main a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -0.5rem;
  position: absolute;
  right: 24px;
}
.btn.btn-arrow-after-main.small a::after {
  margin-right: -0.5rem;
  left: 0.25rem;
}
.btn.btn-arrow-after-main.btn-white:hover {
  background-color: #103fc6;
}
.btn.btn-arrow-after-main.btn-white:hover a {
  color: #fff !important;
}
.btn.btn-arrow-after-main.btn-white:hover a::after {
  border-color: #fff;
}
.btn.btn-arrow-after-white a {
  position: relative;
  padding-right: 46px;
  padding-left: 46px;
}
.btn.btn-arrow-after-white a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -0.5rem;
  position: absolute;
  right: 24px;
}
.btn.btn-arrow-after-white.small a::after {
  margin-right: -0.5rem;
  left: 0.25rem;
}
.btn.btn-arrow-after-white.btn-accent-01 a:hover::after {
  border-color: #eb6c8b !important;
}
.btn.btn-arrow-before-01 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -0.5rem;
  right: 0.5rem;
}
.btn.btn-arrow-before-01 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-before-02 a::before {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -0.5rem;
  right: 0.5rem;
}
.btn.btn-arrow-before-02 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-after-01 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -0.5rem;
  left: 0.5rem;
}
.btn.btn-arrow-after-01 a:hover::after {
  border-color: #fff;
}
.btn.btn-arrow-after-02 a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #eb6c8b;
  border-right: 2px solid #eb6c8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -0.5rem;
  left: 0.5rem;
}
.btn.btn-arrow-after-02 a:hover::after {
  border-color: #fff;
}
.btn.btn-anchor-link {
  text-indent: -0.5rem;
  padding-left: 1rem !important;
}
.btn.btn-anchor-link a::after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-left: 0.5rem;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -4px;
}
.btn.btn-anchor-link:hover a::after {
  border-color: #fff !important;
}
body {
  font-family: "Noto Serif JP", serif;
  color: #333;
}
ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
}
.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.shadow:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-main {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
.btn-main:hover {
  color: #fff;
  background-color: #006439;
  border-color: #005832;
}
.btn-main:focus,
.btn-main.focus {
  color: #fff;
  background-color: #006439;
  border-color: #005832;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
}
.btn-main.disabled,
.btn-main:disabled {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
.btn-main:not(:disabled):not(.disabled):active,
.btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #006439;
}
.btn-main:not(:disabled):not(.disabled):active:focus,
.btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
}
.btn-accent-01 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-01:hover {
  color: #fff;
  background-color: #5e3a04;
  border-color: #523204;
}
.btn-accent-01:focus,
.btn-accent-01.focus {
  color: #fff;
  background-color: #5e3a04;
  border-color: #523204;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
}
.btn-accent-01.disabled,
.btn-accent-01:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-01:not(:disabled):not(.disabled):active,
.btn-accent-01:not(:disabled):not(.disabled).active,
.show > .btn-accent-01.menu-item-has-children-toggle {
  color: #fff;
  background-color: #6a4105;
  border-color: #5e3a04;
}
.btn-accent-01:not(:disabled):not(.disabled):active:focus,
.btn-accent-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
}
.btn-accent-02 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-02:hover {
  color: #fff;
  background-color: #dd9b00;
  border-color: #d19200;
}
.btn-accent-02:focus,
.btn-accent-02.focus {
  color: #fff;
  background-color: #dd9b00;
  border-color: #d19200;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-02.disabled,
.btn-accent-02:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-02:not(:disabled):not(.disabled):active,
.btn-accent-02:not(:disabled):not(.disabled).active,
.show > .btn-accent-02.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eaa400;
  border-color: #dd9b00;
}
.btn-accent-02:not(:disabled):not(.disabled):active:focus,
.btn-accent-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-03 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-03:hover {
  color: #fff;
  background-color: #dd9b00;
  border-color: #d19200;
}
.btn-accent-03:focus,
.btn-accent-03.focus {
  color: #fff;
  background-color: #dd9b00;
  border-color: #d19200;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-03.disabled,
.btn-accent-03:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-03:not(:disabled):not(.disabled):active,
.btn-accent-03:not(:disabled):not(.disabled).active,
.show > .btn-accent-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eaa400;
  border-color: #dd9b00;
}
.btn-accent-03:not(:disabled):not(.disabled):active:focus,
.btn-accent-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-color-01 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:hover {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-color-01:focus,
.btn-color-01.focus {
  color: #212529;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-01.disabled,
.btn-color-01:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active,
.btn-color-01:not(:disabled):not(.disabled).active,
.show > .btn-color-01.menu-item-has-children-toggle {
  color: #212529;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}
.btn-color-01:not(:disabled):not(.disabled):active:focus,
.btn-color-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-02 {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-color-02:hover {
  color: #fff;
  background-color: #acacac;
  border-color: #a6a6a6;
}
.btn-color-02:focus,
.btn-color-02.focus {
  color: #fff;
  background-color: #acacac;
  border-color: #a6a6a6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-color-02.disabled,
.btn-color-02:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-color-02:not(:disabled):not(.disabled):active,
.btn-color-02:not(:disabled):not(.disabled).active,
.show > .btn-color-02.menu-item-has-children-toggle {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #acacac;
}
.btn-color-02:not(:disabled):not(.disabled):active:focus,
.btn-color-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-color-03 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:focus,
.btn-color-03.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-color-03.disabled,
.btn-color-03:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:not(:disabled):not(.disabled):active,
.btn-color-03:not(:disabled):not(.disabled).active,
.show > .btn-color-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:not(:disabled):not(.disabled):active:focus,
.btn-color-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-color-04 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-color-04:hover {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}
.btn-color-04:focus,
.btn-color-04.focus {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
}
.btn-color-04.disabled,
.btn-color-04:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-color-04:not(:disabled):not(.disabled):active,
.btn-color-04:not(:disabled):not(.disabled).active,
.show > .btn-color-04.menu-item-has-children-toggle {
  color: #fff;
  background-color: #343434;
  border-color: #343434;
}
.btn-color-04:not(:disabled):not(.disabled):active:focus,
.btn-color-04:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-04.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
}
.btn-color-05 {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-color-05:hover {
  color: #212529;
  background-color: #cfebbe;
  border-color: #c7e8b5;
}
.btn-color-05:focus,
.btn-color-05.focus {
  color: #212529;
  background-color: #cfebbe;
  border-color: #c7e8b5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
}
.btn-color-05.disabled,
.btn-color-05:disabled {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-color-05:not(:disabled):not(.disabled):active,
.btn-color-05:not(:disabled):not(.disabled).active,
.show > .btn-color-05.menu-item-has-children-toggle {
  color: #212529;
  background-color: #d6eec8;
  border-color: #cfebbe;
}
.btn-color-05:not(:disabled):not(.disabled):active:focus,
.btn-color-05:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-05.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
}
.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-gray-100:focus,
.btn-gray-100.focus {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-gray-100.menu-item-has-children-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-100.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #212529;
  background-color: #c4ccd4;
  border-color: #bdc6cf;
}
.btn-gray-200:focus,
.btn-gray-200.focus {
  color: #212529;
  background-color: #c4ccd4;
  border-color: #bdc6cf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-gray-200.disabled,
.btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.menu-item-has-children-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #fff;
  background-color: #bac2cb;
  border-color: #b2bcc5;
}
.btn-gray-300:focus,
.btn-gray-300.focus {
  color: #fff;
  background-color: #bac2cb;
  border-color: #b2bcc5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-gray-300.disabled,
.btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.menu-item-has-children-toggle {
  color: #fff;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #fff;
  background-color: #aab4bf;
  border-color: #a2aeb9;
}
.btn-gray-400:focus,
.btn-gray-400.focus {
  color: #fff;
  background-color: #aab4bf;
  border-color: #a2aeb9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-400.disabled,
.btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.menu-item-has-children-toggle {
  color: #fff;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover {
  color: #fff;
  background-color: #8a95a1;
  border-color: #838f9b;
}
.btn-gray-500:focus,
.btn-gray-500.focus {
  color: #fff;
  background-color: #8a95a1;
  border-color: #838f9b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-gray-500.menu-item-has-children-toggle {
  color: #fff;
  background-color: #919ca6;
  border-color: #8a95a1;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-500.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54;
}
.btn-gray-600:focus,
.btn-gray-600.focus {
  color: #fff;
  background-color: #4e555b;
  border-color: #494f54;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray-600.disabled,
.btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active,
.btn-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-gray-600.menu-item-has-children-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-600.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #2c3034;
  border-color: #262a2d;
}
.btn-gray-700:focus,
.btn-gray-700.focus {
  color: #fff;
  background-color: #2c3034;
  border-color: #262a2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-gray-700.menu-item-has-children-toggle {
  color: #fff;
  background-color: #32373b;
  border-color: #2c3034;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-700.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416;
}
.btn-gray-800:focus,
.btn-gray-800.focus {
  color: #fff;
  background-color: #171a1d;
  border-color: #121416;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-gray-800.disabled,
.btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active,
.btn-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-gray-800.menu-item-has-children-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-800.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #050506;
  border-color: #000;
}
.btn-gray-900:focus,
.btn-gray-900.focus {
  color: #fff;
  background-color: #050506;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-gray-900.disabled,
.btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active,
.btn-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-gray-900.menu-item-has-children-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-900.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0b7ec4;
  border-color: #0b76b8;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #0b7ec4;
  border-color: #0b76b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.menu-item-has-children-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.menu-item-has-children-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-outline-main {
  color: #103fc6;
  border-color: #103fc6;
}
.btn-outline-main:hover {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
.btn-outline-main:focus,
.btn-outline-main.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
}
.btn-outline-main.disabled,
.btn-outline-main:disabled {
  color: #103fc6;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-main:not(:disabled):not(.disabled):active,
.btn-outline-main:not(:disabled):not(.disabled).active,
.show > .btn-outline-main.menu-item-has-children-toggle {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
.btn-outline-main:not(:disabled):not(.disabled):active:focus,
.btn-outline-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-main.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
}
.btn-outline-accent-01 {
  color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-01:hover {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-01:focus,
.btn-outline-accent-01.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
}
.btn-outline-accent-01.disabled,
.btn-outline-accent-01:disabled {
  color: #eb6c8b;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-accent-01:not(:disabled):not(.disabled):active,
.btn-outline-accent-01:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent-01.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-01:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
}
.btn-outline-accent-02 {
  color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-02:hover {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-02:focus,
.btn-outline-accent-02.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.btn-outline-accent-02.disabled,
.btn-outline-accent-02:disabled {
  color: #eb6c8b;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-accent-02:not(:disabled):not(.disabled):active,
.btn-outline-accent-02:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent-02.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-02:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.btn-outline-accent-03 {
  color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-03:hover {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-03:focus,
.btn-outline-accent-03.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.btn-outline-accent-03.disabled,
.btn-outline-accent-03:disabled {
  color: #eb6c8b;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-accent-03:not(:disabled):not(.disabled):active,
.btn-outline-accent-03:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-outline-accent-03:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.btn-outline-color-01 {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:focus,
.btn-outline-color-01.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-color-01.disabled,
.btn-outline-color-01:disabled {
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-color-01:not(:disabled):not(.disabled):active,
.btn-outline-color-01:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-01.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-color-01:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-color-02 {
  color: #ccc;
  border-color: #ccc;
}
.btn-outline-color-02:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-color-02:focus,
.btn-outline-color-02.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-color-02.disabled,
.btn-outline-color-02:disabled {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-color-02:not(:disabled):not(.disabled):active,
.btn-outline-color-02:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-02.menu-item-has-children-toggle {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-color-02:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-color-03 {
  color: #000;
  border-color: #000;
}
.btn-outline-color-03:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-color-03:focus,
.btn-outline-color-03.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-color-03.disabled,
.btn-outline-color-03:disabled {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-color-03:not(:disabled):not(.disabled):active,
.btn-outline-color-03:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-color-03:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-color-04 {
  color: #333;
  border-color: #333;
}
.btn-outline-color-04:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-color-04:focus,
.btn-outline-color-04.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
}
.btn-outline-color-04.disabled,
.btn-outline-color-04:disabled {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-color-04:not(:disabled):not(.disabled):active,
.btn-outline-color-04:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-04.menu-item-has-children-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-color-04:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-04:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-04.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
}
.btn-outline-color-05 {
  color: #f3faef;
  border-color: #f3faef;
}
.btn-outline-color-05:hover {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-outline-color-05:focus,
.btn-outline-color-05.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
}
.btn-outline-color-05.disabled,
.btn-outline-color-05:disabled {
  color: #f3faef;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-color-05:not(:disabled):not(.disabled):active,
.btn-outline-color-05:not(:disabled):not(.disabled).active,
.show > .btn-outline-color-05.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-outline-color-05:not(:disabled):not(.disabled):active:focus,
.btn-outline-color-05:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-color-05.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
}
.btn-outline-gray-100 {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:focus,
.btn-outline-gray-100.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-gray-100.disabled,
.btn-outline-gray-100:disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active,
.btn-outline-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-100.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-100.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-gray-200 {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:focus,
.btn-outline-gray-200.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-200.disabled,
.btn-outline-gray-200:disabled {
  color: #e9ecef;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active,
.btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.menu-item-has-children-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:focus,
.btn-outline-gray-300.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-300.disabled,
.btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active,
.btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.menu-item-has-children-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:hover {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:focus,
.btn-outline-gray-400.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-400.disabled,
.btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active,
.btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.menu-item-has-children-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.btn-outline-gray-500 {
  color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:focus,
.btn-outline-gray-500.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray-500.disabled,
.btn-outline-gray-500:disabled {
  color: #adb5bd;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active,
.btn-outline-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-500.menu-item-has-children-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-500.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.btn-outline-gray-600 {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:focus,
.btn-outline-gray-600.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray-600.disabled,
.btn-outline-gray-600:disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active,
.btn-outline-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-600.menu-item-has-children-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-600.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-gray-700 {
  color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:focus,
.btn-outline-gray-700.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-gray-700.disabled,
.btn-outline-gray-700:disabled {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active,
.btn-outline-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-700.menu-item-has-children-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-700.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.btn-outline-gray-800 {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:focus,
.btn-outline-gray-800.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-gray-800.disabled,
.btn-outline-gray-800:disabled {
  color: #343a40;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active,
.btn-outline-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-800.menu-item-has-children-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-800.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-gray-900 {
  color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:focus,
.btn-outline-gray-900.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-gray-900.disabled,
.btn-outline-gray-900:disabled {
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active,
.btn-outline-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-900.menu-item-has-children-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-900.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:focus,
.btn-outline-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-outline-twitter.disabled,
.btn-outline-twitter:disabled {
  color: #1da1f2;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-twitter:not(:disabled):not(.disabled):active,
.btn-outline-twitter:not(:disabled):not(.disabled).active,
.show > .btn-outline-twitter.menu-item-has-children-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus,
.btn-outline-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-twitter.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.menu-item-has-children-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #103fc6;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1150px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-main {
  color: #103fc6 !important;
}
a.text-main:hover,
a.text-main:focus {
  color: #005832 !important;
}
.text-accent-01 {
  color: #eb6c8b !important;
}
a.text-accent-01:hover,
a.text-accent-01:focus {
  color: #523204 !important;
}
.text-accent-02 {
  color: #eb6c8b !important;
}
a.text-accent-02:hover,
a.text-accent-02:focus {
  color: #d19200 !important;
}
.text-accent-03 {
  color: #eb6c8b !important;
}
a.text-accent-03:hover,
a.text-accent-03:focus {
  color: #d19200 !important;
}
.text-color-01 {
  color: #f5f5f5 !important;
}
a.text-color-01:hover,
a.text-color-01:focus {
  color: #cfcfcf !important;
}
.text-color-02 {
  color: #ccc !important;
}
a.text-color-02:hover,
a.text-color-02:focus {
  color: #a6a6a6 !important;
}
.text-color-03 {
  color: #000 !important;
}
a.text-color-03:hover,
a.text-color-03:focus {
  color: #000 !important;
}
.text-color-04 {
  color: #333 !important;
}
a.text-color-04:hover,
a.text-color-04:focus {
  color: #343434 !important;
}
.text-color-05 {
  color: #f3faef !important;
}
a.text-color-05:hover,
a.text-color-05:focus {
  color: #c7e8b5 !important;
}
.text-gray-100 {
  color: #f8f9fa !important;
}
a.text-gray-100:hover,
a.text-gray-100:focus {
  color: #cbd3da !important;
}
.text-gray-200 {
  color: #e9ecef !important;
}
a.text-gray-200:hover,
a.text-gray-200:focus {
  color: #bdc6cf !important;
}
.text-gray-300 {
  color: #dee2e6 !important;
}
a.text-gray-300:hover,
a.text-gray-300:focus {
  color: #b2bcc5 !important;
}
.text-gray-400 {
  color: #ced4da !important;
}
a.text-gray-400:hover,
a.text-gray-400:focus {
  color: #a2aeb9 !important;
}
.text-gray-500 {
  color: #adb5bd !important;
}
a.text-gray-500:hover,
a.text-gray-500:focus {
  color: #838f9b !important;
}
.text-gray-600 {
  color: #6c757d !important;
}
a.text-gray-600:hover,
a.text-gray-600:focus {
  color: #494f54 !important;
}
.text-gray-700 {
  color: #495057 !important;
}
a.text-gray-700:hover,
a.text-gray-700:focus {
  color: #262a2d !important;
}
.text-gray-800 {
  color: #343a40 !important;
}
a.text-gray-800:hover,
a.text-gray-800:focus {
  color: #121416 !important;
}
.text-gray-900 {
  color: #212529 !important;
}
a.text-gray-900:hover,
a.text-gray-900:focus {
  color: #000 !important;
}
.text-twitter {
  color: #1da1f2 !important;
}
a.text-twitter:hover,
a.text-twitter:focus {
  color: #0b76b8 !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.bg-main {
  background-color: #103fc6 !important;
}
a.bg-main:hover,
a.bg-main:focus,
button.bg-main:hover,
button.bg-main:focus {
  background-color: #eb6c8b !important;
}
.bg-accent-01 {
  background-color: #eb6c8b !important;
}
a.bg-accent-01:hover,
a.bg-accent-01:focus,
button.bg-accent-01:hover,
button.bg-accent-01:focus {
  background-color: #6a4105 !important;
}
.bg-accent-02 {
  background-color: #eb6c8b !important;
}
a.bg-accent-02:hover,
a.bg-accent-02:focus,
button.bg-accent-02:hover,
button.bg-accent-02:focus {
  background-color: #eaa400 !important;
}
.bg-accent-03 {
  background-color: #eb6c8b !important;
}
a.bg-accent-03:hover,
a.bg-accent-03:focus,
button.bg-accent-03:hover,
button.bg-accent-03:focus {
  background-color: #eaa400 !important;
}
.bg-color-01 {
  background-color: #f5f5f5 !important;
}
a.bg-color-01:hover,
a.bg-color-01:focus,
button.bg-color-01:hover,
button.bg-color-01:focus {
  background-color: #dcdcdc !important;
}
.bg-color-02 {
  background-color: #ccc !important;
}
a.bg-color-02:hover,
a.bg-color-02:focus,
button.bg-color-02:hover,
button.bg-color-02:focus {
  background-color: #b3b3b3 !important;
}
.bg-color-03 {
  background-color: #000 !important;
}
a.bg-color-03:hover,
a.bg-color-03:focus,
button.bg-color-03:hover,
button.bg-color-03:focus {
  background-color: #000 !important;
}
.bg-color-04 {
  background-color: #333 !important;
}
a.bg-color-04:hover,
a.bg-color-04:focus,
button.bg-color-04:hover,
button.bg-color-04:focus {
  background-color: #343434 !important;
}
.bg-color-05 {
  background-color: #f3faef !important;
}
a.bg-color-05:hover,
a.bg-color-05:focus,
button.bg-color-05:hover,
button.bg-color-05:focus {
  background-color: #d6eec8 !important;
}
.bg-gray-100 {
  background-color: #f8f9fa !important;
}
a.bg-gray-100:hover,
a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #dae0e5 !important;
}
.bg-gray-200 {
  background-color: #e9ecef !important;
}
a.bg-gray-200:hover,
a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cbd3da !important;
}
.bg-gray-300,
.bm_footer,
.bm_navbar {
  background-color: #dee2e6 !important;
}
a.bg-gray-300:hover,
a.bm_footer:hover,
a.bm_navbar:hover,
a.bg-gray-300:focus,
a.bm_footer:focus,
a.bm_navbar:focus,
button.bg-gray-300:hover,
button.bm_footer:hover,
button.bm_navbar:hover,
button.bg-gray-300:focus,
button.bm_footer:focus,
button.bm_navbar:focus {
  background-color: #c1c9d0 !important;
}
.bg-gray-400 {
  background-color: #ced4da !important;
}
a.bg-gray-400:hover,
a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}
.bg-gray-500 {
  background-color: #adb5bd !important;
}
a.bg-gray-500:hover,
a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #919ca6 !important;
}
.bg-gray-600,
.bm_header {
  background-color: #6c757d !important;
}
a.bg-gray-600:hover,
a.bm_header:hover,
a.bg-gray-600:focus,
a.bm_header:focus,
button.bg-gray-600:hover,
button.bm_header:hover,
button.bg-gray-600:focus,
button.bm_header:focus {
  background-color: #545b62 !important;
}
.bg-gray-700 {
  background-color: #495057 !important;
}
a.bg-gray-700:hover,
a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #32373b !important;
}
.bg-gray-800,
.bm_navbar .bm_navbar-toggle {
  background-color: #343a40 !important;
}
a.bg-gray-800:hover,
.bm_navbar a.bm_navbar-toggle:hover,
a.bg-gray-800:focus,
.bm_navbar a.bm_navbar-toggle:focus,
button.bg-gray-800:hover,
.bm_navbar button.bm_navbar-toggle:hover,
button.bg-gray-800:focus,
.bm_navbar button.bm_navbar-toggle:focus {
  background-color: #1d2124 !important;
}
.bg-gray-900 {
  background-color: #212529 !important;
}
a.bg-gray-900:hover,
a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0a0c0d !important;
}
.bg-twitter {
  background-color: #1da1f2 !important;
}
a.bg-twitter:hover,
a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0c85d0 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-main {
  border-color: #103fc6 !important;
}
.border-accent-01 {
  border-color: #eb6c8b !important;
}
.border-accent-02 {
  border-color: #eb6c8b !important;
}
.border-accent-03 {
  border-color: #eb6c8b !important;
}
.border-color-01 {
  border-color: #f5f5f5 !important;
}
.border-color-02 {
  border-color: #ccc !important;
}
.border-color-03 {
  border-color: #000 !important;
}
.border-color-04 {
  border-color: #333 !important;
}
.border-color-05 {
  border-color: #f3faef !important;
}
.border-gray-100 {
  border-color: #f8f9fa !important;
}
.border-gray-200 {
  border-color: #e9ecef !important;
}
.border-gray-300 {
  border-color: #dee2e6 !important;
}
.border-gray-400 {
  border-color: #ced4da !important;
}
.border-gray-500 {
  border-color: #adb5bd !important;
}
.border-gray-600 {
  border-color: #6c757d !important;
}
.border-gray-700 {
  border-color: #495057 !important;
}
.border-gray-800 {
  border-color: #343a40 !important;
}
.border-gray-900 {
  border-color: #212529 !important;
}
.border-twitter {
  border-color: #1da1f2 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100,
.bm_navbar .bm_navbar-toggle {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-10 {
  height: 10% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-6 {
  margin: 4rem !important;
}
.mt-6,
.my-6 {
  margin-top: 4rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}
.m-7 {
  margin: 5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 5rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}
.m-8 {
  margin: 6.25rem !important;
}
.mt-8,
.my-8 {
  margin-top: 6.25rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 6.25rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 6.25rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 6.25rem !important;
}
.m-9 {
  margin: 9.25rem !important;
}
.mt-9,
.my-9 {
  margin-top: 9.25rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 9.25rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 9.25rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 9.25rem !important;
}
.m-10 {
  margin: 12.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 12.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 12.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 12.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 12.5rem !important;
}
.p-6 {
  padding: 4rem !important;
}
.pt-6,
.py-6 {
  padding-top: 4rem !important;
}
.pr-6,
.px-6 {
  padding-right: 4rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}
.pl-6,
.px-6 {
  padding-left: 4rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.pt-7,
.py-7 {
  padding-top: 5rem !important;
}
.pr-7,
.px-7 {
  padding-right: 5rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}
.pl-7,
.px-7 {
  padding-left: 5rem !important;
}
.p-8 {
  padding: 6.25rem !important;
}
.pt-8,
.py-8 {
  padding-top: 6.25rem !important;
}
.pr-8,
.px-8 {
  padding-right: 6.25rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 6.25rem !important;
}
.pl-8,
.px-8 {
  padding-left: 6.25rem !important;
}
.p-9 {
  padding: 9.25rem !important;
}
.pt-9,
.py-9 {
  padding-top: 9.25rem !important;
}
.pr-9,
.px-9 {
  padding-right: 9.25rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 9.25rem !important;
}
.pl-9,
.px-9 {
  padding-left: 9.25rem !important;
}
.p-10 {
  padding: 12.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 12.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 12.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 12.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 12.5rem !important;
}
.m-n6 {
  margin: -4rem !important;
}
.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}
.m-n7 {
  margin: -5rem !important;
}
.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}
.m-n8 {
  margin: -6.25rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -6.25rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -6.25rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -6.25rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -6.25rem !important;
}
.m-n9 {
  margin: -9.25rem !important;
}
.mt-n9,
.my-n9 {
  margin-top: -9.25rem !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -9.25rem !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -9.25rem !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -9.25rem !important;
}
.m-n10 {
  margin: -12.5rem !important;
}
.mt-n10,
.my-n10 {
  margin-top: -12.5rem !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -12.5rem !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -12.5rem !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -12.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6.25rem !important;
  }
  .m-sm-9 {
    margin: 9.25rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9.25rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9.25rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9.25rem !important;
  }
  .m-sm-10 {
    margin: 12.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 12.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 12.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 12.5rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6.25rem !important;
  }
  .p-sm-9 {
    padding: 9.25rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9.25rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9.25rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9.25rem !important;
  }
  .p-sm-10 {
    padding: 12.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 12.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 12.5rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n9 {
    margin: -9.25rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9.25rem !important;
  }
  .m-sm-n10 {
    margin: -12.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -12.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6.25rem !important;
  }
  .m-md-9 {
    margin: 9.25rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9.25rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9.25rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9.25rem !important;
  }
  .m-md-10 {
    margin: 12.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 12.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 12.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 12.5rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6.25rem !important;
  }
  .p-md-9 {
    padding: 9.25rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9.25rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9.25rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9.25rem !important;
  }
  .p-md-10 {
    padding: 12.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 12.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 12.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 12.5rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6.25rem !important;
  }
  .m-md-n9 {
    margin: -9.25rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9.25rem !important;
  }
  .m-md-n10 {
    margin: -12.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -12.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6.25rem !important;
  }
  .m-lg-9 {
    margin: 9.25rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9.25rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9.25rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9.25rem !important;
  }
  .m-lg-10 {
    margin: 12.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 12.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 12.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 12.5rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6.25rem !important;
  }
  .p-lg-9 {
    padding: 9.25rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9.25rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9.25rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9.25rem !important;
  }
  .p-lg-10 {
    padding: 12.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 12.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 12.5rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n9 {
    margin: -9.25rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9.25rem !important;
  }
  .m-lg-n10 {
    margin: -12.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -12.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6.25rem !important;
  }
  .m-xl-9 {
    margin: 9.25rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9.25rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9.25rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9.25rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9.25rem !important;
  }
  .m-xl-10 {
    margin: 12.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 12.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 12.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 12.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 12.5rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6.25rem !important;
  }
  .p-xl-9 {
    padding: 9.25rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9.25rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9.25rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9.25rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9.25rem !important;
  }
  .p-xl-10 {
    padding: 12.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 12.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 12.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 12.5rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n9 {
    margin: -9.25rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9.25rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9.25rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9.25rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9.25rem !important;
  }
  .m-xl-n10 {
    margin: -12.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -12.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -12.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -12.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-main {
  color: #fff;
  background-color: #103fc6;
}
a.badge-main:hover,
a.badge-main:focus {
  color: #fff;
  background-color: #eb6c8b;
}
a.badge-main:focus,
a.badge-main.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 164, 93, 0.5);
}
.badge-accent-01 {
  color: #fff;
  background-color: #eb6c8b;
}
a.badge-accent-01:hover,
a.badge-accent-01:focus {
  color: #fff;
  background-color: #6a4105;
}
a.badge-accent-01:focus,
a.badge-accent-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(155, 95, 7, 0.5);
}
.badge-accent-02 {
  color: #fff;
  background-color: #eb6c8b;
}
a.badge-accent-02:hover,
a.badge-accent-02:focus {
  color: #fff;
  background-color: #eaa400;
}
a.badge-accent-02:focus,
a.badge-accent-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.badge-accent-03 {
  color: #fff;
  background-color: #eb6c8b;
}
a.badge-accent-03:hover,
a.badge-accent-03:focus {
  color: #fff;
  background-color: #eaa400;
}
a.badge-accent-03:focus,
a.badge-accent-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 188, 30, 0.5);
}
.badge-color-01 {
  color: #212529;
  background-color: #f5f5f5;
}
a.badge-color-01:hover,
a.badge-color-01:focus {
  color: #212529;
  background-color: #dcdcdc;
}
a.badge-color-01:focus,
a.badge-color-01.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.badge-color-02 {
  color: #212529;
  background-color: #ccc;
}
a.badge-color-02:hover,
a.badge-color-02:focus {
  color: #212529;
  background-color: #b3b3b3;
}
a.badge-color-02:focus,
a.badge-color-02.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.badge-color-03 {
  color: #fff;
  background-color: #000;
}
a.badge-color-03:hover,
a.badge-color-03:focus {
  color: #fff;
  background-color: #000;
}
a.badge-color-03:focus,
a.badge-color-03.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-color-04 {
  color: #fff;
  background-color: #333;
}
a.badge-color-04:hover,
a.badge-color-04:focus {
  color: #fff;
  background-color: #343434;
}
a.badge-color-04:focus,
a.badge-color-04.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(61, 208, 255, 0.5);
}
.badge-color-05 {
  color: #212529;
  background-color: #f3faef;
}
a.badge-color-05:hover,
a.badge-color-05:focus {
  color: #212529;
  background-color: #d6eec8;
}
a.badge-color-05:focus,
a.badge-color-05.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(243, 250, 239, 0.5);
}
.badge-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-gray-100:hover,
a.badge-gray-100:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-gray-100:focus,
a.badge-gray-100.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-gray-200 {
  color: #212529;
  background-color: #e9ecef;
}
a.badge-gray-200:hover,
a.badge-gray-200:focus {
  color: #212529;
  background-color: #cbd3da;
}
a.badge-gray-200:focus,
a.badge-gray-200.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 236, 239, 0.5);
}
.badge-gray-300 {
  color: #212529;
  background-color: #dee2e6;
}
a.badge-gray-300:hover,
a.badge-gray-300:focus {
  color: #212529;
  background-color: #c1c9d0;
}
a.badge-gray-300:focus,
a.badge-gray-300.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.badge-gray-400 {
  color: #212529;
  background-color: #ced4da;
}
a.badge-gray-400:hover,
a.badge-gray-400:focus {
  color: #212529;
  background-color: #b1bbc4;
}
a.badge-gray-400:focus,
a.badge-gray-400.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}
.badge-gray-500 {
  color: #fff;
  background-color: #adb5bd;
}
a.badge-gray-500:hover,
a.badge-gray-500:focus {
  color: #fff;
  background-color: #919ca6;
}
a.badge-gray-500:focus,
a.badge-gray-500.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
}
.badge-gray-600 {
  color: #fff;
  background-color: #6c757d;
}
a.badge-gray-600:hover,
a.badge-gray-600:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-gray-600:focus,
a.badge-gray-600.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-gray-700 {
  color: #fff;
  background-color: #495057;
}
a.badge-gray-700:hover,
a.badge-gray-700:focus {
  color: #fff;
  background-color: #32373b;
}
a.badge-gray-700:focus,
a.badge-gray-700.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5);
}
.badge-gray-800 {
  color: #fff;
  background-color: #343a40;
}
a.badge-gray-800:hover,
a.badge-gray-800:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-gray-800:focus,
a.badge-gray-800.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.badge-gray-900 {
  color: #fff;
  background-color: #212529;
}
a.badge-gray-900:hover,
a.badge-gray-900:focus {
  color: #fff;
  background-color: #0a0c0d;
}
a.badge-gray-900:focus,
a.badge-gray-900.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}
.badge-twitter {
  color: #fff;
  background-color: #1da1f2;
}
a.badge-twitter:hover,
a.badge-twitter:focus {
  color: #fff;
  background-color: #0c85d0;
}
a.badge-twitter:focus,
a.badge-twitter.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}
.badge-white {
  color: #212529;
  background-color: #fff;
}
a.badge-white:hover,
a.badge-white:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-white:focus,
a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-main {
  color: #353535;
  background-color: #b7c5ed;
 border-color: #b7c5ed;

  /* 2025.3.25 Ariyoshi 変更前の定義
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
  */	
}
.btn-main:hover {
	color:#353535;
	background-color: #a2b2e5;
	border-color: #8fa2db;

  /* 2025.3.25 Ariyoshi 変更前の定義
  color: #103fc6;
  border-color: #103fc6;
  background-color: #fff;
  */
}	
.btn-main:focus,
.btn-main.focus {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
}
.btn-main.disabled,
.btn-main:disabled {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
.btn-main:not(:disabled):not(.disabled):active,
.btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.menu-item-has-children-toggle {
  color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
/* 2025.4.14 変更前の定義
	
　color: #fff;
  background-color: #103fc6;
  border-color: #103fc6;
}
  */
.btn-main:not(:disabled):not(.disabled):active:focus,
.btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 178, 117, 0.5);
}
.btn-accent-01 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-01:hover {
  color: #eb6c8b;
  border-color: #eb6c8b;
  background-color: #fff;
}
.btn-accent-01:focus,
.btn-accent-01.focus {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
}
.btn-accent-01.disabled,
.btn-accent-01:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-01:not(:disabled):not(.disabled):active,
.btn-accent-01:not(:disabled):not(.disabled).active,
.show > .btn-accent-01.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-01:not(:disabled):not(.disabled):active:focus,
.btn-accent-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(170, 119, 44, 0.5);
}
.btn-accent-02 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-02:hover {
  color: #eb6c8b;
  border-color: #eb6c8b;
  background-color: #fff;
}
.btn-accent-02:focus,
.btn-accent-02.focus {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-02.disabled,
.btn-accent-02:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-02:not(:disabled):not(.disabled):active,
.btn-accent-02:not(:disabled):not(.disabled).active,
.show > .btn-accent-02.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-02:not(:disabled):not(.disabled):active:focus,
.btn-accent-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-03 {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-03:hover {
  color: #eb6c8b;
  border-color: #eb6c8b;
  background-color: #fff;
}
.btn-accent-03:focus,
.btn-accent-03.focus {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-accent-03.disabled,
.btn-accent-03:disabled {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-03:not(:disabled):not(.disabled):active,
.btn-accent-03:not(:disabled):not(.disabled).active,
.show > .btn-accent-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #eb6c8b;
  border-color: #eb6c8b;
}
.btn-accent-03:not(:disabled):not(.disabled):active:focus,
.btn-accent-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 64, 0.5);
}
.btn-color-01 {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:hover {
  color: #f5f5f5;
  border-color: #f5f5f5;
  background-color: #fff;
}
.btn-color-01:focus,
.btn-color-01.focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-01.disabled,
.btn-color-01:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active,
.btn-color-01:not(:disabled):not(.disabled).active,
.show > .btn-color-01.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-color-01:not(:disabled):not(.disabled):active:focus,
.btn-color-01:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-01.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}
.btn-color-02 {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-color-02:hover {
  color: #ccc;
  border-color: #ccc;
  background-color: #fff;
}
.btn-color-02:focus,
.btn-color-02.focus {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-color-02.disabled,
.btn-color-02:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-color-02:not(:disabled):not(.disabled):active,
.btn-color-02:not(:disabled):not(.disabled).active,
.show > .btn-color-02.menu-item-has-children-toggle {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-color-02:not(:disabled):not(.disabled):active:focus,
.btn-color-02:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-02.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}
.btn-color-03 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.btn-color-03:focus,
.btn-color-03.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-color-03.disabled,
.btn-color-03:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:not(:disabled):not(.disabled):active,
.btn-color-03:not(:disabled):not(.disabled).active,
.show > .btn-color-03.menu-item-has-children-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-color-03:not(:disabled):not(.disabled):active:focus,
.btn-color-03:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-03.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-color-04 {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-color-04:hover {
  color: #333;
  border-color: #333;
  background-color: #fff;
}
.btn-color-04:focus,
.btn-color-04.focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
}
.btn-color-04.disabled,
.btn-color-04:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-color-04:not(:disabled):not(.disabled):active,
.btn-color-04:not(:disabled):not(.disabled).active,
.show > .btn-color-04.menu-item-has-children-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-color-04:not(:disabled):not(.disabled):active:focus,
.btn-color-04:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-04.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 215, 255, 0.5);
}
.btn-color-05 {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-color-05:hover {
  color: #f3faef;
  border-color: #f3faef;
  background-color: #fff;
}
.btn-color-05:focus,
.btn-color-05.focus {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
}
.btn-color-05.disabled,
.btn-color-05:disabled {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-color-05:not(:disabled):not(.disabled):active,
.btn-color-05:not(:disabled):not(.disabled).active,
.show > .btn-color-05.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f3faef;
  border-color: #f3faef;
}
.btn-color-05:not(:disabled):not(.disabled):active:focus,
.btn-color-05:not(:disabled):not(.disabled).active:focus,
.show > .btn-color-05.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 218, 209, 0.5);
}
.btn-gray-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:hover {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: #fff;
}
.btn-gray-100:focus,
.btn-gray-100.focus {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active,
.btn-gray-100:not(:disabled):not(.disabled).active,
.show > .btn-gray-100.menu-item-has-children-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus,
.btn-gray-100:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-100.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-gray-200 {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:hover {
  color: #e9ecef;
  border-color: #e9ecef;
  background-color: #fff;
}
.btn-gray-200:focus,
.btn-gray-200.focus {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-gray-200.disabled,
.btn-gray-200:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active,
.btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.menu-item-has-children-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus,
.btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(203, 206, 209, 0.5);
}
.btn-gray-300 {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:hover {
  color: #dee2e6;
  border-color: #dee2e6;
  background-color: #fff;
}
.btn-gray-300:focus,
.btn-gray-300.focus {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-gray-300.disabled,
.btn-gray-300:disabled {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active,
.btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.menu-item-has-children-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus,
.btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(194, 198, 202, 0.5);
}
.btn-gray-400 {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:hover {
  color: #ced4da;
  border-color: #ced4da;
  background-color: #fff;
}
.btn-gray-400:focus,
.btn-gray-400.focus {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-400.disabled,
.btn-gray-400:disabled {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active,
.btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.menu-item-has-children-toggle {
  color: #212529;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus,
.btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}
.btn-gray-500 {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:hover {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: #fff;
}
.btn-gray-500:focus,
.btn-gray-500.focus {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-gray-500.disabled,
.btn-gray-500:disabled {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active,
.btn-gray-500:not(:disabled):not(.disabled).active,
.show > .btn-gray-500.menu-item-has-children-toggle {
  color: #fff;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus,
.btn-gray-500:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-500.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(185, 192, 199, 0.5);
}
.btn-gray-600 {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:hover {
  color: #6c757d;
  border-color: #6c757d;
  background-color: #fff;
}
.btn-gray-600:focus,
.btn-gray-600.focus {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray-600.disabled,
.btn-gray-600:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active,
.btn-gray-600:not(:disabled):not(.disabled).active,
.show > .btn-gray-600.menu-item-has-children-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gray-600:not(:disabled):not(.disabled):active:focus,
.btn-gray-600:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-600.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-gray-700 {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:hover {
  color: #495057;
  border-color: #495057;
  background-color: #fff;
}
.btn-gray-700:focus,
.btn-gray-700.focus {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-gray-700.disabled,
.btn-gray-700:disabled {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active,
.btn-gray-700:not(:disabled):not(.disabled).active,
.show > .btn-gray-700.menu-item-has-children-toggle {
  color: #fff;
  background-color: #495057;
  border-color: #495057;
}
.btn-gray-700:not(:disabled):not(.disabled):active:focus,
.btn-gray-700:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-700.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(100, 106, 112, 0.5);
}
.btn-gray-800 {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:hover {
  color: #343a40;
  border-color: #343a40;
  background-color: #fff;
}
.btn-gray-800:focus,
.btn-gray-800.focus {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-gray-800.disabled,
.btn-gray-800:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active,
.btn-gray-800:not(:disabled):not(.disabled).active,
.show > .btn-gray-800.menu-item-has-children-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-gray-800:not(:disabled):not(.disabled):active:focus,
.btn-gray-800:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-800.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-gray-900 {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:hover {
  color: #212529;
  border-color: #212529;
  background-color: #fff;
}
.btn-gray-900:focus,
.btn-gray-900.focus {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-gray-900.disabled,
.btn-gray-900:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active,
.btn-gray-900:not(:disabled):not(.disabled).active,
.show > .btn-gray-900.menu-item-has-children-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus,
.btn-gray-900:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-900.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.5);
}
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #1da1f2;
  border-color: #1da1f2;
  background-color: #fff;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.menu-item-has-children-toggle {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.menu-item-has-children-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.menu-item-has-children-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
#contact-form section p {
  line-height: 2rem;
}
#contact-form .dcms_error_area p {
  line-height: 2rem !important;
}
#contact-form .dcms_error_area p.error_text {
  display: block;
}
#contact-form .dcms_error_area + div {
  float: left;
  margin-bottom: 1rem;
  width: 100%;
  height: 0;
}
#contact-form input[type="text"] {
  width: 100%;
}
#contact-form input[type="text"].family_name,
#contact-form input[type="text"].first_name {
  width: 45%;
}
@media (max-width: 991.98px) {
  #contact-form input[type="text"].family_name,
  #contact-form input[type="text"].first_name {
    width: 100%;
  }
}
#contact-form input[type="text"].family_name_yomi,
#contact-form input[type="text"].first_name_yomi {
  width: 43%;
}
@media (max-width: 991.98px) {
  #contact-form input[type="text"].family_name_yomi,
  #contact-form input[type="text"].first_name_yomi {
    width: 100%;
  }
}
#contact-form textarea {
  max-width: 100%;
  width: 100%;
}
#contact-form #table_address tr td {
  padding: 8px 0;
}
#contact-form #table_address tr td:first-child {
  min-width: 6rem;
  line-height: 1.4;
}
#dcms_layoutPageBlockPasteArea p {
  line-height: 1.7;
  color: #333;
}
#dcms_layoutPageBlockPasteArea .text-white p {
  color: #fff;
}
#dcms_global_header .menu-item-has-children-toggle::after {
  display: none;
}
h1,
.h1 {
  margin-bottom: 1rem;
}
h2,
.h2 {
  margin-bottom: 1rem;
  line-height: 1.4;
}
h3,
.h3 {
  margin-bottom: 1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1rem;
}
h5,
.h5 {
  margin-bottom: 1rem;
}
h6,
.h6 {
  margin-bottom: 1rem;
}
small,
.small {
  font-size: 90%;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.1rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 2.79rem;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
  }
  h3,
  .h3 {
    font-size: 1.575rem;
  }
  h4,
  .h4 {
    font-size: 1.35rem;
  }
  h5,
  .h5 {
    font-size: 1.1875rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 1.86rem;
  }
  h2,
  .h2 {
    font-size: 1.4rem;
  }
  h3,
  .h3 {
    font-size: 1.3125rem;
  }
  h4,
  .h4 {
    font-size: 1.275rem;
  }
  h5,
  .h5 {
    font-size: 1.1875rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
.dlb_title-copy {
  font-size: 3.1rem;
}
@media (min-width: 768px) {
  .dlb_title-copy {
    font-size: 3.1rem;
  }
}
@media (max-width: 991.98px) {
  .dlb_title-copy {
    font-size: 2.17rem;
  }
}
@media (max-width: 767.98px) {
  .dlb_title-copy {
    font-size: 1.86rem;
  }
}
.dlb_title-sub-01 {
  border-left-color: #103fc6;
}
.dlb_title-sub-01::after {
  background-color: #ddd;
}
.dlb_title-sub-02 {
  border-bottom-color: #103fc6;
  border-left-color: #103fc6;
}
.dlb_title-sub-03 {
  border-left-color: #103fc6;
}
.dlb_title-sub-04::before {
  background-color: #103fc6;
}
.dlb_title-sub-05 {
  border-bottom-color: #103fc6;
}
.dlb_title-sub-06::after {
  background-color: #103fc6;
}
.dlb_title-sub-07 {
  background-color: #103fc6;
  color: #fff;
}
.dlb_title-blog {
  color: #103fc6;
}
@media (min-width: 768px) {
  .dlb_title-blog {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .dlb_title-blog {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .dlb_title-blog {
    font-size: 1.4rem;
  }
}
.title-03 {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 19px;
  padding-bottom: 22px;
  margin-bottom: 2rem;
  font-size: 1.625rem;
  padding-top: 2px;
  color: #777;
}
.title-03::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  display: block;
  width: 5px;
  height: 35px;
  background-color: #103fc6;
}
.border_custom-01 {
  background-color: #eb6c8b;
  padding-left: 1rem;
}
.border_custom-01 .d-table-cell {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
}
.badge {
  padding: 0.3em 0.4em;
}
.stretched-link::after {
  content: none !important;
}
.stretched-link a {
  color: inherit !important;
  text-decoration: none;
}
.stretched-link a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.js-matchHeight .js-matchHeight-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
section {
  overflow: visible;
}
.img-fluid {
  margin-bottom: 0;
}
.img-fluid img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.figure img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
div.btn {
  padding: 0;
}
div.btn a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit;
  text-decoration: inherit;
}
div.btn.btn-lg a {
  padding-top: 16px;
  padding-bottom: 16px;
}
div.btn.d-table a {
  display: table-cell;
  vertical-align: middle;
}
.rounded-sm,
.rounded,
.rounded-top,
.rounded-right,
.rounded-bottom,
.rounded-left,
.rounded-lg,
.rounded-circle,
.rounded-pill {
  overflow: hidden;
}
.x-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.collapsed img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
ol {
  margin-bottom: 0;
}
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.bm_title-01 {
  margin-bottom: 24px;
  text-align: center;
}
.bm_title-02 {
  margin-bottom: 16px;
  text-align: center;
}
.bm_navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.bm_navbar + .bs_header-spacer {
  height: 52px;
}
.bm_navbar .bm_logo {
  padding: 0;
}
.bm_navbar .bm_logo img {
  max-height: 35px;
  width: auto;
  vertical-align: top;
}
.bm_navbar .bm_navbar-toggle ul {
  padding: 1.5rem;
  text-align: center;
}
.bm_navbar .bm_navbar-toggle a {
  display: block;
  padding: 0.5rem;
  color: #fff;
}
.bm_header {
  text-align: center;
}
.bm_footer {
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  text-align: center;
}
.bm_footer .bm_footer-list {
  list-style: none;
}
.bm_footer .bm_footer-list li {
  display: inline;
}
.bm_footer .bm_footer-list li a {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid #aaa;
}
.bm_footer .bm_footer-list li:first-child a {
  border-left: none;
}
.bm_footer .bm_copy {
  display: block;
  margin-bottom: 1rem;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#dcms_layoutPageBlockPasteArea,
#container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.navbar-toggler {
  padding: 0;
}
.navbar-toggler.navbar-toggler-icon {
  width: 2.85em;
  height: 2.2em;
  vertical-align: middle;
  background: no-repeat center center;
  background-size: 30px 30px;
  background-position: 50% 0;
}
.navbar-dark .navbar-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler.navbar-toggler-icon::after {
  content: "メニュー";
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin-top: 24px;
}
.bs_text-link a {
  text-indent: -16px;
}
.bs_text-link a::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.text-white .bs_text-link a::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.bs_text-link.btn-link {
  text-align: left;
}
.header-tel {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header-tel {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .header-tel {
    padding-right: 0.5rem;
  }
  .header-tel .nav-btn {
    text-align: right;
  }
}
.header-tel .btn {
  cursor: default !important;
}
.header-tel .tel {
  display: inline-block;
  padding-left: 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(/dcms_media/image/common/telephone-fill.png);
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.header-tel .tel a {
  padding: 0;
  cursor: default !important;
}
@media (max-width: 991.98px) {
  .header-tel .tel {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 4px;
    padding-left: 24px;
  }
}
.header-tel .small {
  display: block;
  font-size: 8px;
  color: #777;
}
@media (max-width: 991.98px) {
  .header-tel .small {
    font-size: 0.9rem;
  }
}
.icon-mail a:before {
  content: "";
  background: url(/dcms_media/image/common/icon-mail.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.icon-mail:hover a:before {
  background: url(/dcms_media/image/common/icon-mail-on.png) 0 0 no-repeat;
}
.icon-download a:before {
  content: "";
  background: url(/dcms_media/image/common/icon-download.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.menu-item-has-children:hover .nav-link {
  color: #103fc6 !important;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
  border: none;
}
@media (max-width: 991.98px) {
  .menu-item-has-children:hover > .sub-menu {
    display: none;
  }
}
.sub-menu a.menu-item-has-children-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sub-menu .btn {
  border-radius: 0 !important;
}
.sub-menu .btn + .btn {
  border-top: 1px solid #eb6c8b;
}
.bs_header-01 {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.bs_header-01 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-01 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 1199.98px) {
  .bs_header-01 .navbar-brand img {
    height: 34px;
  }
}
.bs_header-01 .navbar-brand:hover img {
  opacity: 0.8;
}
.bs_header-01.navbar-light .navbar-toggler {
  border: none;
}
.bs_header-01.navbar-light .navbar-nav a.nav-link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bs_header-01.navbar-light .navbar-nav a.nav-link:hover,
.bs_header-01.navbar-light .navbar-nav a.nav-link:active,
.bs_header-01.navbar-light .navbar-nav a.nav-link:focus {
  color: #103fc6;
}
@media (min-width: 992px) {
  .bs_header-01.navbar-light .navbar-nav a.nav-link {
    height: 72px;
  }
}
.bs_header-01 .menu-item-has-children-item:hover,
.bs_header-01 .menu-item-has-children-item:focus {
  color: #103fc6;
}
.bs_header-01 .menu-item-has-children-item:active {
  color: #103fc6;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bs_header-01 .nav-btn img {
    display: none;
  }
}
.bs_header-01 + .bs_header-spacer {
  height: 72px;
}
@media (max-width: 991.98px) {
  .bs_header-01 + .bs_header-spacer {
    height: 44px;
  }
}
.bs_header-01.bs_header-01-drop .navbar-nav {
  min-height: 87px;
}
@media (min-width: 992px) {
  .bs_header-01.bs_header-01-drop.navbar-light .navbar-nav a.nav-link {
    height: 87px;
  }
}
.bs_header-01.bs_header-01-drop + .bs_header-spacer {
  height: 87px;
}
@media (max-width: 991.98px) {
  .bs_header-01.bs_header-01-drop + .bs_header-spacer {
    height: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .bs_header-01.bs_header-01-drop + .bs_header-spacer {
    height: 113px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .bs_header-01.bs_header-01-drop #navbar-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    padding: 0 !important;
    min-height: 61px;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 .navbar-nav a.nav-link {
    height: 61px;
  }
  .bs_header-01.bs_header-01-drop #navbar-01 > div {
    padding-top: 8px !important;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .bs_header-01 .container-xl {
    max-width: 1300px;
  }
}
@media (max-width: 991.98px) {
  .bs_header-01 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bs_header-01 .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-01 .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .bs_footer-01 .bs_footer-icon img {
    width: auto;
    height: 38px;
  }
}
.bs_footer-01 .bs_footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.bs_footer-01 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-01 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .bs_footer-01 .bs_copyright {
    font-size: 0.9rem;
  }
}
.bs_header-02 {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.bs_header-02 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-02 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-02 .navbar-brand:hover img {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .bs_header-02 .nav-btn img {
    display: none;
  }
}
.bs_header-02 + .bs_header-spacer {
  height: 72px;
}
@media (max-width: 991.98px) {
  .bs_header-02 + .bs_header-spacer {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .bs_header-02 .container-xl {
    max-width: 1340px;
  }
}
@media (max-width: 991.98px) {
  .bs_header-02 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bs_header-02 .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-02 .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }
}
.bs_footer-02 .bs_footer-contact .bs_footer_contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .bs_footer-02 .bs_footer-icon img {
    width: auto;
    height: 48px;
  }
}
.bs_footer-02 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-02 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-03 {
  padding: 1rem;
}
.bs_header-03 .container {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .bs_header-03 .container {
    max-width: 1120px;
  }
}
.bs_header-03 .navbar-brand {
  padding: 0;
  margin-right: 0;
}
.bs_header-03 .navbar-brand img {
  width: auto;
  height: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_header-03 .navbar-brand:hover img {
  opacity: 0.8;
}
.bs_header-03 + .bs_header-spacer {
  height: 82px;
}
@media (min-width: 768px) {
  .bs_header-03 + .bs_header-spacer {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .bs_header-03 + .bs_header-spacer {
    height: 92px;
  }
}
.bs_header-03 .navbar-toggler {
  position: relative;
  z-index: 1000;
}
.bs_header-03 .navbar-collapse .navbar-collapse-brand {
  margin-left: 1rem;
}
.bs_header-03 .navbar-collapse .navbar-collapse-brand img {
  width: auto;
  height: 50px;
}
.bs_header-03 .navbar-collapse.collapse.show ul {
  padding: 1rem;
}
.bs_header-03 .navbar-collapse.collapsing {
  background-color: #fff;
}
.bs_header-03 .navbar-collapse.collapsing ul {
  padding: 1rem;
}
.bs_header-03 .nav-overflow {
  max-width: 12rem;
  display: inline-block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: inherit;
}
@media (max-width: 1199.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 8rem;
  }
}
@media (max-width: 991.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 20rem;
  }
}
@media (max-width: 767.98px) {
  .bs_header-03 .nav-overflow {
    max-width: 14rem;
  }
}
@media (max-width: 991.98px) {
  .bs_header-03 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bs_header-03 .menu-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .bs_header-03 .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .bs_footer-03 .bs_footer-contact > div {
    padding-bottom: 43px;
  }
  .bs_footer-03 .bs_footer-contact .bs_footer-btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .bs_footer-03 .bs_footer-contact .bs_footer-btn a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .bs_footer-03 .bs_footer-icon img {
    width: auto;
    height: 48px;
  }
}
.bs_footer-03 .bs_footer-logo:hover img {
  opacity: 0.8;
}
.bs_footer-03 .bs_footer-logo img {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bs_footer-03 .page_top {
  position: absolute;
  top: -56px;
  left: 50%;
  width: 122px;
  height: 56px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.bs_footer-03 .page_top a {
  display: block;
  height: 100%;
  padding-top: 30px;
}
.bs_footer-03 .page_top:before {
  position: absolute;
  top: 16px;
  left: 11px;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.dlb_contents_wrap-double .dlb_contents_wrap-title {
  padding: 5rem 0 10rem;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data {
  margin-top: 0;
  border-radius: 20px;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link {
  position: relative;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  text-align: left;
  margin: 20px 0 6px;
  padding: 0 0 0 40px;
  color: #333;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:hover,
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:active,
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:focus {
  outline: none;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #103fc6;
  border: 1px solid #103fc6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 50%;
  vertical-align: bottom;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link:after {
  content: "";
  position: relative;
  top: 50%;
  margin-top: -2px;
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-right: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  left: 8px;
  margin-right: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: center center 0;
  transform-origin: center center 0;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed::before {
  background-color: #fff;
  border: 1px solid #eb6c8b;
}
.dlb_contents_wrap-double .dlb_contents_wrap-data .accodion-link.collapsed:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: 8px;
  left: 8px;
  border-color: #103fc6;
}
.dlb_firstview-left {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
.dlb_firstview-left .container {
  margin-top: 0;
  margin-bottom: 0;
}
.dlb_firstview-left .img-fluid {
  max-height: 100%;
  padding-bottom: 2rem;
}
.dlb_firstview-left .img-fluid img {
  width: auto;
}
.dlb_firstview-center .container {
  margin-top: 0;
  margin-bottom: 0;
}
.dlb_contact_column .btn-contact a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
}
.dlb_contact_column .btn-icon-download a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 6px;
  margin-top: -6px;
  margin-right: 10px;
}
.dlb_firstview-text:before {
  background-color: #f5f5f5;
}
.dlb_firstview-text .bg-img {
  background-color: #ccc;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item {
  background-color: #f5f5f5;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 1) {
  background-color: #dcdcdc;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 3) {
  background-color: #dcdcdc;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 6) {
  background-color: #dcdcdc;
}
.dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 8) {
  background-color: #dcdcdc;
}
@media (max-width: 767.98px) {
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 3) {
    background-color: #f5f5f5;
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 4) {
    background-color: #dcdcdc;
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 5) {
    background-color: #dcdcdc;
  }
  .dlb_contents_boxlink-icon .dlb_contents_boxlink-item:nth-child(8n + 6) {
    background-color: #f5f5f5;
  }
}
.dlb_contents_box_column-2 .dlb_contents_box-title {
  border-bottom: 1px solid #103fc6;
  color: #103fc6;
  padding-bottom: 16px;
}
@media (min-width: 576px) {
  .dlb_contents_box_column-2 .dlb_contents_box-title {
    border-bottom: none;
    border-right: 1px solid #103fc6;
    padding-bottom: 0;
  }
}
.dlb_contents_box_bg .dlb_contents_box_bg-item {
  background-color: #f5f5f5;
}
.dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 1) {
  background-color: #dcdcdc;
}
.dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 4) {
  background-color: #dcdcdc;
}
@media (max-width: 991.98px) {
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 3) {
    background-color: #dcdcdc;
  }
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 4) {
    background-color: #f5f5f5;
  }
}
@media (max-width: 767.98px) {
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 3) {
    background-color: #dcdcdc;
  }
  .dlb_contents_box_bg .dlb_contents_box_bg-item:nth-child(4n + 4) {
    background-color: #f5f5f5;
  }
}
.dlb_contents_overflow .dlb_contents_overflow-right:before {
  background-color: #f5f5f5;
}
@media (max-width: 767.98px) {
  .dlb_contents_overflow .dlb_contents_overflow-right .dlb_contents_overflow-data {
    background-color: #f5f5f5;
  }
}
.dlb_contents_overflow .dlb_contents_overflow-left:before {
  background-color: #f5f5f5;
}
@media (max-width: 767.98px) {
  .dlb_contents_overflow .dlb_contents_overflow-left .dlb_contents_overflow-data {
    background-color: #f5f5f5;
  }
}
.dlb_flow-1 .dlb_flow-item + .dlb_flow-item::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eb6c8b;
}
.dlb_flow-2 .dlb_flow-item + .dlb_flow-item .dlb_flow-title::before {
  border-color: #eb6c8b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.dlb_flow-2 .dlb_flow-item .dlb_flow-data {
  border-color: #ccc !important;
}
.dlb_flow-3 .dlb_flow-item .dlb_flow-title::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, #cccccc), color-stop(50%, transparent)) top left/50% 100% no-repeat,
    -webkit-gradient(linear, left top, right bottom, color-stop(49%, #cccccc), color-stop(50%, transparent)) top right/50% 100% no-repeat;
  background: linear-gradient(to bottom left, #cccccc 49%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #cccccc 49%, transparent 50%) top right/50% 100% no-repeat;
}
.dlb_flow-4 .dlb_flow-item + .dlb_flow-item .dlb_flow-title::before {
  border-color: #eb6c8b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 576px) {
  .dlb_flow-4 .dlb_flow-item .dlb_flow-data {
    border-color: #ccc !important;
  }
}
.dlb_flow-5 .dlb_flow-item + .dlb_flow-item::before {
  border-color: #eb6c8b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.dlb_flow-5 .dlb_flow-label {
  background-color: #ccc;
}
.dlb_flow-5 .dlb_flow-label:before {
  border-color: rgba(0, 0, 0, 0) #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.dlb_news_pickup .dlb_news_pickup-figure figcaption {
  background-color: #000;
  color: #fff;
}
.dlb_table_stack .dlb_table_stack-data {
  border-color: #f5f5f5;
}
.dlb_contact-area .col {
  border-color: #000;
}
@media (max-width: 991.98px) {
  .dlb_contact-area .col + .col {
    border-left-color: #000;
  }
}
.dlb_contact-area .dlb_contact-list li {
  border-bottom-color: #000;
}
.dlb_contact-area .dlb_contact-text {
  background-color: #f5f5f5;
}
.dlb_contact-area .dlb_contact-text:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f5f5f5;
}
.dlb_text_wrap .dlb_text_wrap-title {
  bottom: 20px;
}
@media (max-width: 767.98px) {
  .dlb_text_wrap .dlb_text_wrap-title {
    bottom: 8px;
  }
}
@media (min-width: 768px) {
  .dlb_box-arrow {
    position: relative;
  }
  .dlb_box-arrow::after {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -20px;
    z-index: 100;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 20px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eb6c8b;
  }
}
.dlb_news .dlb_news-list .list-group-item {
  background: none;
}
@media (max-width: 575.98px) {
  .dlb_news .rss_date {
    padding: 4px 0;
  }
}
.dlb_news .rss_title .rss_news {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 575.98px) {
  .dlb_news .rss_title .rss_news {
    position: absolute;
    top: -32px;
    left: 100px;
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .dlb_news .rss_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-items: start;
  }
}
.dlb_news .rss_title.stretched-link a:after {
  left: 0;
  right: 0;
}
.dlb_blog_column-4 .dlb_blog-data .dlb_title-h3 {
  max-height: 4rem;
}
article {
  padding: 0;
}
.list-indent li {
  padding-left: 41px;
  text-indent: -41px;
  color: #777;
}
.list-indent.text-white li {
  color: inherit;
}
.list-indent-01 li {
  padding-left: 0.6rem;
  text-indent: -0.6rem;
  color: #777;
}
.list-indent-01.text-white li {
  color: inherit;
}
.text-white .list-indent li,
.text-white .list-indent-01 li {
  color: inherit;
}
.privacy-title {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
@media (max-width: 767.98px) {
  .privacy-title {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.js_open,
.js_morelink {
  display: none;
}
#locator_t_under,
#locator,
#locator_template_c2 {
  margin-top: 0;
}
.blog_search {
  margin-bottom: 24px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
}
.blog_search input {
  display: block;
  padding: 0 4%;
  border-radius: 0;
  height: 48px;
  border: none;
}
.blog_search input.search_txt {
  float: left;
  line-height: 36px;
  width: 82%;
}
.blog_search input.submit_btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  text-indent: -9999px;
  width: 18%;
}
.side {
  margin-bottom: 16px;
}
.side li {
  list-style: none;
}
.side .title {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}
.side .dlb_blog-item {
  position: relative;
}
.side ul,
.side .reco {
  padding-left: 0px;
}
.side .reco {
  margin-top: 20px;
}
.side .reco li {
  margin-bottom: 10px;
}
.side .reco li .reco_thumbnail {
  float: left;
  width: 35%;
}
.side .reco li .reco_thumbnail img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}
.side .reco li .info {
  float: right;
  width: 62%;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
.side .reco li a {
  display: block;
}
.side .reco li a:hover .info {
  text-decoration: underline;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .side .reco li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .reco {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
.side .sweep {
  padding: 20px 15px;
}
.side .sweep li {
  display: inline-block;
  margin: 2px 2px 2px 0;
}
.side .archive li {
  display: block;
  margin: 6px 0 6px 14px;
}
.side .archive li:first-child {
  margin-top: 0;
}
.side .archive li:last-child {
  margin-bottom: 0;
}
.side .archive li a {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}
.side .archive li a:before {
  width: 6px;
  height: 6px;
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .side .archive li {
    display: inline-block;
    margin-right: 10px;
  }
}
.side .cate li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: bold;
}
.side .tag li {
  margin: 0 10px 6px 0;
}
.side .tag li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  font-weight: bold;
  border-radius: 0.25rem;
}
.side .tag li a:hover {
  text-decoration: underline;
}
.side .btn {
  width: 100%;
  font-size: 0.875rem;
  position: relative;
  padding: 13px 2%;
  font-weight: bold;
}
.side .btn:hover {
  text-decoration: none;
}
.side .btn span {
  position: relative;
}
.side .btn span:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
}
.side .banner li {
  margin: 3px 0;
  list-style: none;
}
.side .banner li:first-child {
  margin-top: -3px;
}
.side .banner li img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}
.fb-page {
  margin-bottom: 1.5rem;
}
#sitemap li {
  margin: 10px 0;
  padding: 0 0 0 15px;
  list-style-type: none;
  position: relative;
}
#sitemap li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #103fc6;
  border-right: 2px solid #103fc6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}
.text-inherit a {
  color: inherit;
}
article .info time {
  font-size: 0.875rem;
}
article#main > div:not(.catelist):not(.taglist) {
  margin-bottom: 0;
}
.catelist a,
.taglist a {
  font-size: 0.875rem;
}
.pager span,
.pager a {
  vertical-align: baseline;
  font-size: 1.125rem;
}
.archivelist .list a {
  padding: 6px 15px 6px;
}
.sns_share.foot {
  padding-left: 0;
}
.text-white a {
  color: #fff;
}
.text-black a {
  color: #000;
}
.overflow-unset {
  overflow: unset;
}
#locator,
#locator_template_c2 {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  width: 100vw;
  width: 100%;
}
#locator li,
#locator_template_c2 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative;
}
#locator li::after,
#locator_template_c2 li::after {
  content: ">";
  margin-left: 6px;
}
#locator li:last-child::after,
#locator_template_c2 li:last-child::after {
  display: none;
}
#locator .inner,
#locator_template_c2 .inner {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
}
.container #form_contact_main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  margin-bottom: 3rem;
}
.container #form_contact_main dl {
  padding: 16px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.container #form_contact_main dt {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.container #form_contact_main dt span {
  float: left;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 12px;
  background: #eb6c8b;
  color: #fff;
}
@media (max-width: 767.98px) {
  .container #form_contact_main dt span {
    margin-bottom: 8px;
  }
}
.container #form_contact_main dt span.any {
  background-color: #777;
}
.container #form_contact_main dt::after {
  display: block;
  clear: both;
  content: "";
}
.container #form_contact_main dd {
  width: auto !important;
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 0;
}
.container #form_contact_main dd p {
  display: inline-block;
}
.container #form_contact_main input[type="text"] {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
  min-height: 39px;
}
.container #form_contact_main select {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
}
.container #form_contact_main textarea {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
}
.container #form_contact_main label {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .container #form_contact_main #submit_button input {
    width: 44%;
  }
}
#subnav.sb_col2_accordion {
  margin-bottom: 20px;
}
#subnav.sb_col2_accordion ul li {
  list-style: none;
}
#subnav.sb_col2_accordion ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px;
}
#subnav.sb_col2_accordion ul li a:hover {
  text-decoration: none;
}
#subnav.sb_col2_accordion ul li ul {
  border-bottom: none;
}
#subnav.sb_col2_accordion ul li ul li a {
  padding: 5px 5px 5px 25px;
}
#subnav.sb_col2_accordion .sp_btn {
  display: none;
}
#subnav_title.sb_col2_accordion a {
  display: block;
  text-align: center;
  padding: 8px 40px 8px 40px;
  font-size: 18px;
}
#subnav_title.sb_col2_accordion a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  #subnav.sb_col2_accordion #subnav_title {
    position: relative;
  }
  #subnav.sb_col2_accordion .sp_btn {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
  }
  #subnav.sb_col2_accordion .sp_btn::before,
  #subnav.sb_col2_accordion .sp_btn .in::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #subnav.sb_col2_accordion .sp_btn .in:after {
    top: 8px;
    left: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #subnav.sb_col2_accordion .sp_btn.active .in:after {
    display: none;
  }
  #subnav.sb_col2_accordion #subnav_list {
    display: none;
  }
  #subnav_title.sb_col2_accordion a {
    padding: 12px 40px 12px 40px;
  }
}
#subnav.sb_col2_accordion ul li a {
  padding: 8px 16px;
}
#subnav.sb_col2_accordion ul li.current ul li a {
  padding: 8px 16px;
}
#subnav.sb_col2_accordion ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 32px;
}
#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 32px;
}
#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 16px 8px 48px;
}
.sns_share.head {
  padding-left: 0;
}
#nextprev {
  padding-left: 0;
}
#locator_t_under {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
}
#locator_t_up {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#locator_t_under ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#locator_t_under li {
  list-style: none;
  position: relative;
}
#locator_t_under li + li::before {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}
#subnav.sb_col2 ul li a {
  border-color: #bbb;
}
#subnav.sb_col2 ul li a:hover {
  color: #103fc6;
  background-color: #f9f9f9;
}
#subnav.sb_col2 ul li.current a {
  border-color: #bbb;
  color: #103fc6;
  background-color: #f9f9f9;
}
#subnav.sb_col2 ul li.current ul {
  border-color: #bbb;
}
#subnav_title.sb_col2 a {
  color: #fff;
}
#subnav.sb_col2_accordion ul li a {
  border-color: #bbb;
}
#subnav.sb_col2_accordion ul li a:hover {
  color: #103fc6;
  background-color: #f9f9f9;
}
#subnav.sb_col2_accordion ul li.current a {
  border-color: #bbb;
  color: #103fc6;
  background-color: #f9f9f9;
}
#subnav.sb_col2_accordion ul li.current ul {
  border-color: #bbb;
}
#subnav_title.sb_col2_accordion a {
  color: #fff;
}
#subnav.sb_col1_1 ul li a:hover {
  background-color: #f7f7f7;
}
#subnav.sb_col1_1 ul li a::after {
  color: #103fc6;
}
#subnav.sb_col1_1 ul li a {
  border-color: #f3f3f3;
}
#subnav.sb_col1_1 ul li.current a {
  background-color: #f7f7f7;
}
#subnav.sb_col1_1 ul li.current a::after {
  color: #103fc6;
}
#subnav_title.sb_col1_1 a {
  background-color: #fff;
  color: #103fc6;
}
#subnav_title.sb_col1_1 a::before {
  background-color: #ddd;
}
@media only screen and (max-width: 690px) {
  #subnav.col1_1 ul li a::before,
  #subnav.col1_1 ul li.current a::before {
    color: #103fc6;
  }
}
.sb_col1_2_wrap {
  background-color: #eee;
}
#subnav_title {
  border-color: #ccc;
}
#subnav_title a:hover {
  color: #103fc6;
}
#subnav_list li {
  border-color: #ccc;
}
#subnav_list li.current a,
#subnav_list li a:hover {
  color: #103fc6;
  text-decoration: none;
}
time {
  color: #555;
}
article#main {
  border: 0;
  padding: 0;
}
article#main a {
  text-decoration: underline;
}
article#main .btn a,
article#main .btn_bg a,
article#main .catelist a {
  text-decoration: none;
}
article#main .taglist a {
  text-decoration: none;
}
article#main .taglist a:hover {
  text-decoration: underline;
}
article {
  padding: 16px;
  border: 1px solid #d2d2d2;
}
article + article {
  margin-top: 48px;
}
article + article.relationlist {
  margin-top: 0;
}
article .info time {
  color: #000;
}
.cover img {
  max-width: none;
  width: 100%;
}
.sns_share.foot {
  border-color: #ddd;
}
.sns_share .line a {
  background-color: #00c300;
  color: #fff !important;
  text-decoration: none !important;
}
#nextprev li a:hover {
  color: #eb6c8b;
}
#relation .title {
  border-color: #eee;
}
.relationlist time {
  color: #777;
}
.catenavi {
  border-color: #eee;
}
.catenavi .catenavi_in li a:after {
  background-color: #103fc6;
}
.catenavi .catenavi_in li a:hover {
  color: #103fc6;
}
.blog_search {
  border-color: #eee;
}
.blog_search input.submit_btn {
  background-image: url(../image/common/icon_search.png);
  background-color: #103fc6;
}
.side .title {
  background-color: #eb6c8b;
  color: #fff;
}
.side .cate li a {
  color: #fff;
  background-color: #103fc6;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.side .cate li a:hover {
  background-color: #eb6c8b;
}
.side .tag li a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.side .btn {
  background-color: #fafafa;
  color: #103fc6;
  border-radius: 0 !important;
}
.side .btn:hover {
  background-color: #103fc6;
  color: #fff;
}
.side .btn:hover span:before {
  border-color: #fff;
}
.side .sweep {
  border-color: #eee;
}
.taglist a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none;
}
.taglist a:hover {
  text-decoration: underline;
}
.catelist a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 3px 6px 4px;
  border-radius: 0.25rem;
  font-weight: bold;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #f5f5f5;
  background-color: #103fc6;
}
.catelist a:hover {
  background-color: #eb6c8b;
}
.catelist a:before {
  color: #f5f5f5;
}
.archivelist .list a {
  border-color: #f5f5f5;
  color: #555;
}
.archivelist .list a:hover,
.archivelist .list a.current {
  background-color: #eb6c8b;
  color: #fff;
}
.newold a,
.pager a {
  color: #103fc6;
}
.pager span {
  background-color: #eb6c8b;
  color: #fff;
}
#locator_t_under,
#locator,
#locator_template_c2,
#locator_t_up {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.rinen > p {
  background-color: #fff;
}
.rinen > p::after,
.rinen > p::before {
  background-color: #999;
}
.qa_q {
  color: #fff;
  background-color: #103fc6;
}
.qa_click_q {
  background-color: #f5f5f5;
}
.qa_click_q::before {
  background-color: #103fc6;
}
.qa_click_q::after {
  border-color: #fff;
}
.qa_click_q.active::after {
  border-color: #fff;
}
.qa_q_simple .init,
.qa_a_simple .init {
  color: #103fc6;
  border-color: #103fc6;
}
.qa_a_simple .init {
  color: #fff;
  border-color: #eb6c8b;
  background-color: #eb6c8b;
}
@media only screen and (max-width: 690px) {
  .qa_click_q::after {
    border-color: #103fc6;
  }
  .qa_click_q.active::after {
    border-color: #103fc6;
  }
}
#sitemap a {
  color: #333;
}
#sitemap li::before {
  color: #aaa;
}
.colcontact {
  background-color: #f5f5f5;
}
.sidecontact_in {
  background-color: #ccc;
}
.formflow li:after {
  border-color: #103fc6;
}
.formflow li.prev {
  background-color: #ddd;
}
.formflow li.age {
  background-color: #103fc6;
}
.formflow li.next {
  background-color: #eb6c8b;
}
.sub_search .search_txt {
  border-color: #eee;
}
.sub_search .submit_btn {
  background-image: url("../image/common/icon_search.png");
}
.sub_search input.search_txt {
  background-color: #f5f5f5;
  color: #777;
}
.sub_search input.submit_btn {
  background-color: #555;
  background-image: url("../image/common/icon_search.png");
}
.sm_b_block {
  background-color: rgba(162, 188, 14, 0.6);
}
.col2_vm_v2 {
  background-color: #f5f5f5;
}
.col2_vm_v2 .flt_vm {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.15);
}
.sub_c_block:hover .sub_c_image::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.sub_c_caption {
  color: #fff;
}
.sub_c_area .flt,
.sub_c_area .flr {
  border-color: #fff;
}
@media only screen and (max-width: 979px) {
  .sub_c_caption {
    color: #000;
  }
  .sub_c_block:hover .sub_c_image::after {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media only screen and (max-width: 690px) {
  .sub_c_area .flt {
    border-color: #fff;
  }
}
.sub_d_area .col figcaption {
  background-color: #f9f9f9;
}
.sub_d_area .col::before {
  border-color: rgba(255, 255, 255, 0);
}
.sub_d_area .col.bl-hover::before {
  border-color: #103fc6;
}
.sub_d_area figcaption .txt_link a {
  color: #000;
}
.sub_d_area_spyoko .col figcaption {
  background-color: #f9f9f9;
}
.sub_d_area_spyoko .col::before {
  border-color: rgba(255, 255, 255, 0);
}
.sub_d_area_spyoko .col.bl-hover::before {
  border-color: #103fc6;
}
.sub_d_area_spyoko figcaption .txt_link a {
  color: #000;
}
.interview_txt {
  background-color: #fff;
  border-color: #103fc6;
}
.interview_section > div.bl-hover .interview_txt {
  background-color: #103fc6;
  color: #fff;
  border-bottom-color: #282f3a;
}
.interview_section > div.bl-hover .interview_txt a {
  color: #fff;
}
.interview_section > div.bl-hover .img::before {
  background-color: #103fc6;
}
.sub_l_list li a:hover::before {
  border-color: #103fc6;
}
.sub_o_area .col {
  border-color: #ccc;
}
.sub_o_area .col::before {
  border-color: #103fc6;
}
.sub_o_dl dt {
  color: #103fc6;
  border-color: #ddd;
}
@media only screen and (max-width: 690px) {
  .sub_o_dl dt {
    color: #103fc6;
  }
}
.sub_p_area_y > .col2_m > .col,
.sub_p_area_t > .col2_m > .col {
  background-color: #f9f9f9;
  border-color: #ccc;
}
.sub_p_area_y > .col2_m > .col::before,
.sub_p_area_t > .col2_m > .col::before {
  border-color: #103fc6;
}
.sub_s_area .col {
  background-color: rgba(0, 164, 93, 0.1);
}
.sub_s_area .col:nth-child(2),
.sub_s_area .col:nth-child(3),
.sub_s_area .col:nth-child(6),
.sub_s_area .col:nth-child(7) {
  background-color: rgba(0, 164, 93, 0.3);
}
@media only screen and (max-width: 690px) {
  .sub_s_area .col,
  .sub_s_area .col:nth-child(3),
  .sub_s_area .col:nth-child(7) {
    background-color: rgba(0, 164, 93, 0.1);
  }
  .sub_s_area .col:nth-child(2n) {
    background-color: rgba(0, 164, 93, 0.3);
  }
}
.sub_s_num {
  background-color: #103fc6;
  color: #fff;
}
.point01 .point_name {
  background-color: #103fc6;
  color: #fff;
}
.sm_g_area {
  background-color: #f5f5f5;
}
.sm_g_block {
  background-color: #fff;
  border-top: 5px solid;
  -o-border-image: linear-gradient(to right, #ff8008, #ffc837);
  border-image: -webkit-gradient(linear, left top, right top, from(#ff8008), to(#ffc837));
  border-image: linear-gradient(to right, #ff8008, #ffc837);
  border-image-slice: 100%;
  border-image-slice: 100%;
  border-image-slice: 1;
}
.sm_g_area2 {
  background-color: #f5f5f5;
}
.sm_g_block2:before,
.sm_g_block2:after {
  background: -webkit-gradient(linear, left top, left bottom, from(linear), color-stop(right, left), color-stop(#f00), to(#00f));
  background: linear-gradient(linear, left right, #f00, #00f);
}
.sm_g_block2_in {
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid red;
  border-right: 1px solid blue;
}
@media only screen and (max-width: 690px) {
  .sub_h_area .col,
  .sub_h_area .col:nth-child(3),
  .sub_h_area .col:nth-child(7) {
    background-color: rgba(0, 164, 93, 0.1);
  }
  .sub_h_area .col:nth-child(2n) {
    background-color: rgba(0, 164, 93, 0.3);
  }
}
.sm_i_area .col.bl-hover {
  background-color: #f7f7f7;
}
.sm_i_area .col::before {
  border-color: #ddd;
}
.sm_i_area .col.bl-hover::before {
  border-color: #103fc6;
}
.top_title_center_underbar_en,
.top_title_left_underbar_en,
.top_title_s_left_underbar_en {
  color: #103fc6;
}
.templateitem_btn_area {
  background-color: #eef7fc;
}
.templateitem_btn li a {
  border: 1px solid #999;
  background-color: #fff;
}
.templateitem_btn li a::after {
  border-top: solid 3px #58afe2;
  border-right: solid 3px #58afe2;
}
.templateitem_btn li a:hover {
  border-color: #ddd;
}
.templateitem_link li a {
  background-color: #8a9395;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}
.templateitem_link li a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.templateitem_link li a:hover {
  border-color: #ddd;
}
.templateitemcon_title::after {
  background-color: #58afe2;
}
.templateitemcon_lead {
  color: #374252;
}
.templateitemcon01_area {
  background-color: #f7f8fb;
}
.templateitemcon01_catch {
  color: #374252;
}
.templateitemcon10_area {
  background-color: #c9d2d4;
}
.templateitemcon10_title {
  color: #4e5759;
}
.templateitemcon10_box::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.templateitemcon10_txt {
  color: #fff;
}
.templateitemcon10_txt a {
  color: #fff;
}
.templateitemcon10_box:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.templateitemcon11_box::after {
  background-color: rgba(0, 0, 0, 0.6);
}
.templateitemcon11_title {
  color: #fff;
}
.templateitemcon11_txt {
  color: #fff;
}
.templateitemcon11_btn a {
  color: #fff;
  border: 1px solid #fff;
}
.templateitemcon11_btn a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.templateitemcon11_btn a:hover {
  background-color: #fff;
  color: #374252;
}
.templateitemcon11_btn a:hover::after {
  border-color: #374252;
}
.is-main_current > a {
  color: #103fc6;
}
.navbar .navbar-nav .menu-item.is-main_current > a {
  color: #103fc6;
}
.tmpl_01_kv_slide {
  min-height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .tmpl_01_kv_slide {
    min-height: 600px;
  }
}
.tmpl_01_kv_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tmpl_01_kv .swiper-pagination {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tmpl_01_kv .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.tmpl_01_kv .swiper-slide {
  width: 100%;
  height: 100%;
}
.tmpl_01_kv .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background-color: #fff;
  opacity: 1;
}
.tmpl_01_kv .swiper-pagination-bullet-active {
  background-color: #606060;
}
.tmpl_01_kv .swiper-pagination-bullet::first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 979px) {
  .tmpl_01_kv .btn {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 100%;
  }
}
.tmpl_01_new .bs_text-link a::before {
  border-top: 1px solid #103fc6;
  border-right: 1px solid #103fc6;
}
.tmpl_01_newlist dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #dee2e6;
}
.tmpl_01_newlist dl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .tmpl_01_newlist dl {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.tmpl_01_newlist dl:first-child {
  border-top: solid 1px #dee2e6;
}
.tmpl_01_newlist dl .rss_date {
  padding: 15px 0 0;
  max-width: 110px;
  color: #6c757d;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media (min-width: 576px) {
  .tmpl_01_newlist dl .rss_date {
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  .tmpl_01_newlist dl .rss_date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
  }
}
.tmpl_01_newlist dl .rss_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .tmpl_01_newlist dl .rss_title {
    width: 85%;
  }
}
.tmpl_01_newlist dl .rss_title a {
  color: #103fc6;
}
.tmpl_01_newlist dl .rss_title a:hover {
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}
.tmpl_01_newlist dl .rss_title span {
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
  min-width: 80px;
  color: #fff;
  text-align: center;
  background: #eb6c8b;
  border: solid 1px #eb6c8b;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .tmpl_01_newlist dl .rss_title span {
    margin-right: 4%;
    min-width: 80px;
    position: absolute;
    top: 15px !important;
    left: 100px !important;
    font-size: 14px;
  }
}
.tmpl_01_newlist dl .rss_title span:hover {
  color: #eb6c8b;
  border: solid 1px #eb6c8b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.tmpl_01_newlist .rss_entire dl .rss_contents {
  padding-left: 7rem !important;
  width: 80%;
  display: block;
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .tmpl_01_newlist .rss_entire dl .rss_contents {
    width: 100%;
    padding-left: 0 !important;
  }
}
.tmpl_01_newlist dl dd {
  padding: 12px 0;
}
.bs_footer-04 .bs_footer-icon > div:nth-child(2) {
  margin-left: 2.5em;
}
@media (max-width: 979px) {
  .bs_footer-04 .bs_footer-logo {
    margin: auto;
  }
}
@media (max-width: 1120px) {
  .bs_footer-04 .bs_footer-icon > div:nth-child(2) {
    font-size: 0.875rem;
    margin-left: 2em;
  }
}
@media (max-width: 979px) {
  .bs_footer-04 .bs_footer-icon > div:nth-child(2) {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    font-size: 1rem;
  }
}
.bs_footer-04 .bs_footer-icon > div:nth-child(3) {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .bs_footer-04 .bs_footer-icon > div:nth-child(3) {
    font-size: 0.875rem;
  }
}
@media (max-width: 979px) {
  .bs_footer-04 .bs_footer-icon > div:nth-child(3) {
    width: 100%;
    margin: 10px auto 0;
    font-size: 1rem;
  }
}
.bs_footer-04 .bs_footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.tmpl_01_page-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 220px;
  background-image: url("/dcms_media/image/pagetitle_bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
@media (max-width: 979px) {
  .tmpl_01_page-hero {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .tmpl_01_page-hero {
    margin-bottom: 40px;
    min-height: 160px;
  }
}
.dlb_list-decimal ol {
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
.dlb_list-decimal ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: number 1;
}
.dlb_list-decimal ol > li::before {
  content: counter(number) ".";
  margin-right: 8px;
}
.tmpl_01_form #form_contact_main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  margin-bottom: 3rem;
}
.tmpl_01_form #form_contact_main dl {
  padding: 16px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .tmpl_01_form #form_contact_main dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tmpl_01_form #form_contact_main dt {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
@media (max-width: 991.98px) {
  .tmpl_01_form #form_contact_main dt {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.tmpl_01_form #form_contact_main dt span {
  float: left;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 12px;
  background: #ea3c3c;
  color: #fff;
}
@media (max-width: 991.98px) {
  .tmpl_01_form #form_contact_main dt span {
    margin-bottom: 8px;
  }
}
.tmpl_01_form #form_contact_main dt span.any {
  background-color: #777;
}
.tmpl_01_form #form_contact_main dt::after {
  display: block;
  clear: both;
  content: "";
}
.tmpl_01_form #form_contact_main dd {
  width: auto !important;
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 0;
}
.tmpl_01_form #form_contact_main dd p {
  display: inline-block;
}
.tmpl_01_form #form_contact_main dd p + p {
  margin-left: 10px;
}
.tmpl_01_form #form_contact_main input[type="text"] {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
  min-height: 39px;
}
.tmpl_01_form #form_contact_main select {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
  width: 100%;
}
.tmpl_01_form #form_contact_main textarea {
  font-size: 1rem;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #777;
}
.tmpl_01_form #form_contact_main label {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .tmpl_01_form #form_contact_main #submit_button input {
    width: 44%;
  }
}
.tmpl_01_form #form_contact_main #submit_button .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border: 1px solid #6c757d;
}
.tmpl_01_form #form_contact_main #submit_button .btn-secondary:hover {
  color: #6c757d;
  background-color: #fff;
}
.icon-bookmark a:before {
  content: "";
  background: url(/dcms_media/image/common/icon-bookmark.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  background-size: contain;
}
.icon-bookmark:hover a:before {
  background: url(/dcms_media/image/common/icon-bookmark-on.png) 0 0 no-repeat;
}
.max-760 {
  max-width: 760px;
}
#form_contact_main dt {
  font-weight: normal;
}
@media (max-width: 979px) {
  .tmpl_01_strike .table-striped {
    min-width: 900px;
  }
}
.bs_footer-logo a:hover {
  opacity: 0.8;
}
.share_top-link {
  overflow: visible;
}
.tmpl_01_fax {
  pointer-events: none;
  color: #333;
}
.tmpl_01_fax a {
  pointer-events: none;
  color: #333;
}
.sub_search {
  max-width: 690px;
}
.sub_search input.search_txt {
  background-color: #fff;
  color: #777;
  border: 1px solid #ced4da;
  padding: 0.5em;
  width: calc(100% - 120px - 15px);
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin-right: 15px;
}
.sub_search input.search_txt::-webkit-input-placeholder {
  color: #979797;
}
.sub_search input.search_txt::-moz-placeholder {
  color: #979797;
}
.sub_search input.search_txt:-ms-input-placeholder {
  color: #979797;
}
.sub_search input.search_txt::-ms-input-placeholder {
  color: #979797;
}
.sub_search input.search_txt::placeholder {
  color: #979797;
}
@media (max-width: 767.98px) {
  .sub_search input.search_txt {
    width: calc(100% - 120px - 5px);
    margin-right: 5px;
  }
}
.sub_search input.submit_btn {
  background-color: #f8f9fa;
  padding: 0.5em 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background-image: none;
  color: #333 !important;
  height: 40px;
  width: 120px;
  float: right;
}
.sub_search input.submit_btn:hover {
  opacity: 0.7;
}
.table-responsive table {
  min-width: 100%;
}
@media (max-width: 991.98px) {
  .table-responsive table {
    width: 750px !important;
  }
}
.dlb_news_pickup .rss_date {
  font-size: 14px;
}
@media (min-width: 576px) {
  .dlb_news_pickup .rss_date {
    width: 15%;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_pickup .rss_date {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_pickup .rss_date {
    text-align: left !important;
  }
}
@media (max-width: 1199.98px) {
  .dlb_news_pickup .rss_date {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .dlb_news_pickup .dlb_news-list dl {
    border-radius: 0;
  }
}
.dlb_news_pickup .dlb_news-list .rss_title a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .dlb_news_pickup .dlb_news-list .rss_title {
    min-width: 100%;
  }
}
@media (min-width: 576px) {
  .dlb_news_pickup .dlb_news-list .rss_title {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_pickup .dlb_news-list .list-group-item .rss_title span.rss_news {
    top: -23px !important;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_blog .rss_date {
    padding: 15px 0 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_blog .rss_date {
    text-align: left !important;
  }
}
@media (max-width: 991.98px) {
  .dlb_news_blog .dlb_news-list dl {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .dlb_news_blog .dlb_news-list .rss_title {
    min-width: 100%;
  }
}
.dlb_news_column .rss_title {
  margin-top: 5px;
}
.dlb_news_column .dlb_news-list dl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dlb_news-list .rss_title a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn-dark {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.btn-dark:hover {
  color: #212529 !important;
  background-color: #fff !important;
}
.btn-outline-dark {
  color: #212529 !important;
  border-color: #212529 !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #212529 !important;
}
.dlb_news_blog .dlb_news-blog .dlb_blog-item:hover {
  opacity: 0.7;
}
.dlb_blog_column-4 .dlb_blog-data a:hover {
  opacity: 0.7;
}
.dlb_blog_column_image-left .dlb_blog-data.stretched-link:hover {
  opacity: 0.7;
}
.dlb_blog_column_image-left .dlb_blog-item .dlb_title-h3 {
  max-height: none !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .dlb_news_blog .dlb_news-list .dlb_blog-data div {
    position: relative !important;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
.text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3), -2px 2px 8px rgba(0, 0, 0, 0.3), 2px -2px 8px rgba(0, 0, 0, 0.3), -2px -2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  .dlb_table_stack table th,
  .dlb_table_stack table td {
    display: block;
    width: 100%;
  }
}
.dlb_btn_card_column-4 .shadow:hover {
  -webkit-box-shadow: 0 0.25rem 0.6rem rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0.25rem 0.6rem rgba(0, 0, 0, 0.4) !important;
}
.dlb_btn_link-text .shadow:hover {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.4) !important;
}
@media only screen and (min-width: 576px) {
  .dlb_contents_float figure.float-sm-right {
    margin-left: 1.5rem !important;
  }
}
.dlb_blog_column-4 .dlb_blog-data p {
  max-height: none !important;
}
.dlb_btn_link_list .btn-white:hover {
  background-color: #103fc6;
}
.dlb_btn_link_list .btn-white:hover a {
  color: #fff;
}
.dlb_news-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #dee2e6;
}
@media (max-width: 767.98px) {
  .dlb_news-list dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.dlb_news-list dl:first-child {
  border-top: solid 1px #dee2e6;
}
.dlb_news-list dl .rss_date {
  padding: 15px 0 0;
  max-width: 110px;
  color: #6c757d;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width: 767.98px) {
  .dlb_news-list dl .rss_date {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
  }
}
.dlb_news-list dl .rss_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.dlb_news-list dl .rss_title a {
  color: #103fc6;
}
.dlb_news-list dl .rss_title a:hover {
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
}
.dlb_news-list dl .rss_title span {
  display: inline-block;
  margin-right: 20px;
  padding: 5px;
  min-width: 80px;
  color: #fff;
  text-align: center;
  background: #eb6c8b;
  border: solid 1px #eb6c8b;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .dlb_news-list dl .rss_title span {
    margin-right: 4%;
    min-width: 80px;
    position: absolute;
    top: 15px !important;
    left: 100px !important;
    font-size: 14px;
  }
}
.dlb_news-list dl .rss_title span:hover {
  color: #eb6c8b;
  border: solid 1px #eb6c8b;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dlb_news-list .rss_entire dl .rss_contents {
  padding-left: 7rem !important;
  width: 80%;
  display: block;
  margin-top: 0 !important;
}
@media (max-width: 767.98px) {
  .dlb_news-list .rss_entire dl .rss_contents {
    width: 100%;
    padding-left: 0 !important;
  }
}
.dlb_news-list dl dd {
  padding: 12px 0;
}
