@charset "UTF-8";
/*!
 * Slider Pro v1.6.2 vendor styles.
 * Structured from public_html/css/slider-pro.css; preserve selector order.
 */
/*!
*  - v1.6.2
* Homepage: https://bqworks.net/slider-pro/
* Author: bqworks
* Author URL: https://bqworks.net/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(images/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer, .slider-pro .sp-layer.h1 {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer, .slider-pro .sp-layer.h2 {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer, .slider-pro .sp-layer.h3 {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer, .slider-pro .sp-layer.h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer, .slider-pro .sp-layer.h5 {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer, .slider-pro .sp-layer.h6 {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1a445a;
  --bs-secondary: #c8ced3;
  --bs-success: #4dbd74;
  --bs-info: #63c2de;
  --bs-warning: #ffc107;
  --bs-danger: #f86c6b;
  --bs-light: #f8f9fa;
  --bs-dark: #2f353a;
  --bs-primary-rgb: 26, 68, 90;
  --bs-secondary-rgb: 200, 206, 211;
  --bs-success-rgb: 77, 189, 116;
  --bs-info-rgb: 99, 194, 222;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 248, 108, 107;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 47, 53, 58;
  --bs-primary-text-emphasis: rgb(10.4, 27.2, 36);
  --bs-secondary-text-emphasis: rgb(80, 82.4, 84.4);
  --bs-success-text-emphasis: rgb(30.8, 75.6, 46.4);
  --bs-info-text-emphasis: rgb(39.6, 77.6, 88.8);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(99.2, 43.2, 42.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209.2, 217.6, 222);
  --bs-secondary-bg-subtle: rgb(244, 245.2, 246.2);
  --bs-success-bg-subtle: rgb(219.4, 241.8, 227.2);
  --bs-info-bg-subtle: rgb(223.8, 242.8, 248.4);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(253.6, 225.6, 225.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(163.4, 180.2, 189);
  --bs-secondary-border-subtle: rgb(233, 235.4, 237.4);
  --bs-success-border-subtle: rgb(183.8, 228.6, 199.4);
  --bs-info-border-subtle: rgb(192.6, 230.6, 241.8);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(252.2, 196.2, 195.8);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #23282c;
  --bs-body-color-rgb: 35, 40, 44;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(35, 40, 44, 0.75);
  --bs-secondary-color-rgb: 35, 40, 44;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(35, 40, 44, 0.5);
  --bs-tertiary-color-rgb: 35, 40, 44;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #1a445a;
  --bs-link-color-rgb: 26, 68, 90;
  --bs-link-decoration: none;
  --bs-link-hover-color: rgb(20.8, 54.4, 72);
  --bs-link-hover-color-rgb: 21, 54, 72;
  --bs-code-color: #d63384;
  --bs-highlight-color: #23282c;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(26, 68, 90, 0.25);
  --bs-form-valid-color: #4dbd74;
  --bs-form-valid-border-color: #4dbd74;
  --bs-form-invalid-color: #f86c6b;
  --bs-form-invalid-border-color: #f86c6b;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209.2, 217.6, 222);
  --bs-table-border-color: rgb(167.36, 174.08, 177.6);
  --bs-table-striped-bg: rgb(198.74, 206.72, 210.9);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.28, 195.84, 199.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.51, 201.28, 205.35);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(244, 245.2, 246.2);
  --bs-table-border-color: rgb(195.2, 196.16, 196.96);
  --bs-table-striped-bg: rgb(231.8, 232.94, 233.89);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(219.6, 220.68, 221.58);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(225.7, 226.81, 227.735);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(219.4, 241.8, 227.2);
  --bs-table-border-color: rgb(175.52, 193.44, 181.76);
  --bs-table-striped-bg: rgb(208.43, 229.71, 215.84);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(197.46, 217.62, 204.48);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(202.945, 223.665, 210.16);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(223.8, 242.8, 248.4);
  --bs-table-border-color: rgb(179.04, 194.24, 198.72);
  --bs-table-striped-bg: rgb(212.61, 230.66, 235.98);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(201.42, 218.52, 223.56);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(207.015, 224.59, 229.77);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(253.6, 225.6, 225.4);
  --bs-table-border-color: rgb(202.88, 180.48, 180.32);
  --bs-table-striped-bg: rgb(240.92, 214.32, 214.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(228.24, 203.04, 202.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(234.58, 208.68, 208.495);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #2f353a;
  --bs-table-border-color: rgb(88.6, 93.4, 97.4);
  --bs-table-striped-bg: rgb(57.4, 63.1, 67.85);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(67.8, 73.2, 77.7);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(62.6, 68.15, 72.775);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(140.5, 161.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.6em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(140.5, 161.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(140.5, 161.5, 172.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.form-check-input:checked {
  background-color: #1a445a;
  border-color: #1a445a;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #1a445a;
  border-color: #1a445a;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28140.5, 161.5, 172.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #1a445a;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(186.3, 198.9, 205.5);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #1a445a;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(186.3, 198.9, 205.5);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f86c6b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f86c6b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f86c6b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f86c6b' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1a445a;
  --bs-btn-border-color: #1a445a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(22.1, 57.8, 76.5);
  --bs-btn-hover-border-color: rgb(20.8, 54.4, 72);
  --bs-btn-focus-shadow-rgb: 60, 96, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20.8, 54.4, 72);
  --bs-btn-active-border-color: rgb(19.5, 51, 67.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1a445a;
  --bs-btn-disabled-border-color: #1a445a;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #c8ced3;
  --bs-btn-border-color: #c8ced3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(208.25, 213.35, 217.6);
  --bs-btn-hover-border-color: rgb(205.5, 210.9, 215.4);
  --bs-btn-focus-shadow-rgb: 170, 175, 179;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(211, 215.8, 219.8);
  --bs-btn-active-border-color: rgb(205.5, 210.9, 215.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c8ced3;
  --bs-btn-disabled-border-color: #c8ced3;
}

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #4dbd74;
  --bs-btn-border-color: #4dbd74;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(103.7, 198.9, 136.85);
  --bs-btn-hover-border-color: rgb(94.8, 195.6, 129.9);
  --bs-btn-focus-shadow-rgb: 65, 161, 99;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(112.6, 202.2, 143.8);
  --bs-btn-active-border-color: rgb(94.8, 195.6, 129.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4dbd74;
  --bs-btn-disabled-border-color: #4dbd74;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #63c2de;
  --bs-btn-border-color: #63c2de;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(122.4, 203.15, 226.95);
  --bs-btn-hover-border-color: rgb(114.6, 200.1, 225.3);
  --bs-btn-focus-shadow-rgb: 84, 165, 189;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(130.2, 206.2, 228.6);
  --bs-btn-active-border-color: rgb(114.6, 200.1, 225.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #63c2de;
  --bs-btn-disabled-border-color: #63c2de;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #f86c6b;
  --bs-btn-border-color: #f86c6b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(249.05, 130.05, 129.2);
  --bs-btn-hover-border-color: rgb(248.7, 122.7, 121.8);
  --bs-btn-focus-shadow-rgb: 211, 92, 91;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(249.4, 137.4, 136.6);
  --bs-btn-active-border-color: rgb(248.7, 122.7, 121.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f86c6b;
  --bs-btn-disabled-border-color: #f86c6b;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2f353a;
  --bs-btn-border-color: #2f353a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(78.2, 83.3, 87.55);
  --bs-btn-hover-border-color: rgb(67.8, 73.2, 77.7);
  --bs-btn-focus-shadow-rgb: 78, 83, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(88.6, 93.4, 97.4);
  --bs-btn-active-border-color: rgb(67.8, 73.2, 77.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2f353a;
  --bs-btn-disabled-border-color: #2f353a;
}

.btn-outline-primary {
  --bs-btn-color: #1a445a;
  --bs-btn-border-color: #1a445a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1a445a;
  --bs-btn-hover-border-color: #1a445a;
  --bs-btn-focus-shadow-rgb: 26, 68, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a445a;
  --bs-btn-active-border-color: #1a445a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1a445a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1a445a;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #c8ced3;
  --bs-btn-border-color: #c8ced3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c8ced3;
  --bs-btn-hover-border-color: #c8ced3;
  --bs-btn-focus-shadow-rgb: 200, 206, 211;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c8ced3;
  --bs-btn-active-border-color: #c8ced3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c8ced3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c8ced3;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #4dbd74;
  --bs-btn-border-color: #4dbd74;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4dbd74;
  --bs-btn-hover-border-color: #4dbd74;
  --bs-btn-focus-shadow-rgb: 77, 189, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4dbd74;
  --bs-btn-active-border-color: #4dbd74;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4dbd74;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4dbd74;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #63c2de;
  --bs-btn-border-color: #63c2de;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #63c2de;
  --bs-btn-hover-border-color: #63c2de;
  --bs-btn-focus-shadow-rgb: 99, 194, 222;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #63c2de;
  --bs-btn-active-border-color: #63c2de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #63c2de;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #63c2de;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #f86c6b;
  --bs-btn-border-color: #f86c6b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f86c6b;
  --bs-btn-hover-border-color: #f86c6b;
  --bs-btn-focus-shadow-rgb: 248, 108, 107;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f86c6b;
  --bs-btn-active-border-color: #f86c6b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f86c6b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f86c6b;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #2f353a;
  --bs-btn-border-color: #2f353a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2f353a;
  --bs-btn-hover-border-color: #2f353a;
  --bs-btn-focus-shadow-rgb: 47, 53, 58;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f353a;
  --bs-btn-active-border-color: #2f353a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2f353a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2f353a;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 60, 96, 115;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1a445a;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #1a445a;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #1a445a;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2835, 40, 44, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 20px;
  --bs-card-spacer-x: 20px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 10px;
  --bs-card-cap-padding-x: 20px;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2323282c' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2810.4, 27.2, 36%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #1a445a;
  --bs-pagination-active-border-color: #1a445a;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #1a445a;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #1a445a;
  --bs-list-group-active-border-color: #1a445a;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(26, 68, 90, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.6;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(21, 54, 72, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(21, 54, 72, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(211, 216, 220, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(211, 216, 220, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(113, 202, 144, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(113, 202, 144, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(130, 206, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(130, 206, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(249, 137, 137, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 137, 137, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(38, 42, 46, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 42, 46, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

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

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

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

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

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

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

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

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

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

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

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

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}

img {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

figure {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0;
  border-top: 1px solid #dcdcdc;
}

section .inner {
  width: 1080px;
  margin: 0 auto;
}

section h3, section .h3 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 40px;
  font-family: ikaros_sansregular;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

section h3.categoryTitle, section .categoryTitle.h3 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 40px;
  font-family: ikaros_sansregular;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

section h3 div, section .h3 div {
  display: inline-block;
  padding: 0;
  margin: 0 0 9px;
  background: url(../images/border_h3.png) 0 bottom repeat-x;
}

section h3.categoryTitle div, section .categoryTitle.h3 div {
  display: inline-block;
  padding: 0;
  margin: 0 0 9px;
  background: url(../images/border_h3.png) 0 bottom repeat-x;
}

section h3 small, section .h3 small, section h3 .small, section .h3 .small {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
}

section h3.categoryTitle small, section .categoryTitle.h3 small, section h3.categoryTitle .small, section .categoryTitle.h3 .small {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  display: block;
  padding: 146px 0 0;
}

.inner {
  width: 1080px;
  margin: 0 auto;
}

.widtFull {
  width: 100%;
}

.one li {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

li.four {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.three li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.innerList {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
}

.innerList figure {
  width: 100%;
  height: auto;
  line-height: 0;
}

.innerList figure img {
  width: 100%;
  height: auto;
}

.width50 {
  width: 50%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
  border: 1px solid #1a445a;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 180px;
}

.button a {
  display: block;
  padding: 8px 15px;
  color: #1a445a;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button a:hover {
  background: #1a445a;
  color: #fff;
}

.buttonBoxCenter {
  text-align: center;
  padding: 20px 0 0;
}

.bannerWfixed figure img {
  width: 100%;
  height: auto;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

@media all and (-ms-high-contrast: none) {
  main.second .patternBox li .innerList .hoverBox span {
    line-height: 30px !important;
  }
}
@font-face {
  font-family: icons;
  src: url(../font/icons.eot?15573401);
  src: url(../font/icons.eot?15573401#iefix) format("embedded-opentype"), url(../font/icons.woff2?15573401) format("woff2"), url(../font/icons.woff?15573401) format("woff"), url(../font/icons.ttf?15573401) format("truetype"), url(../font/icons.svg?15573401#icons) format("svg");
}
[class^=icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  margin-left: 0.2em;
}

[class*=" icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  margin-left: 0.2em;
}

.icon-x {
  display: inline-block;
  width: 12px;
}

.icon-folder:before {
  content: "\e800";
}

.icon-purchase:before {
  content: "\e801";
}

.icon-icon_sale:before {
  content: "\e802";
}

.icon-tel:before {
  content: "\e803";
}

.icon-right-dir:before {
  content: "\e804";
}

.icon-basket:before {
  content: "\e805";
}

.icon-star-circled:before {
  content: "\e806";
}

.icon-comment:before {
  content: "\e807";
}

.icon-home:before {
  content: "\e808";
}

.icon-popup:before {
  content: "\e809";
}

.icon-bus:before {
  content: "\e80a";
}

.icon-train:before {
  content: "\e80b";
}

.icon-flight:before {
  content: "\e80c";
}

.icon-gift:before {
  content: "\e80d";
}

.icon-kitte:before {
  content: "\e80e";
}

.icon-sports:before {
  content: "\e80f";
}

.icon-leisure:before {
  content: "\e810";
}

.icon-exchange:before {
  content: "\e811";
}

.icon-kabu:before {
  content: "\e812";
}

.icon-vending:before {
  content: "\e813";
}

.icon-jigane:before {
  content: "\e814";
}

.icon-search:before {
  content: "\e815";
}

.icon-western:before {
  content: "\e816";
}

.icon-shop:before {
  content: "\e817";
}

.icon-shinkansen:before {
  content: "\e819";
}

.icon-kosen:before {
  content: "\e81b";
}

.icon-facebook-rect:before {
  content: "\f301";
}

.icon-twitter-bird:before {
  content: "\f303";
}

@font-face {
  font-family: ikaros_sansregular;
  src: url(../font/ikaros-regular-webfont.woff2) format("woff2"), url(../font/ikaros-regular-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
#bread {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.75rem;
}

#bread a {
  text-decoration: none;
  color: #000000;
}

#bread .inner {
  padding: 0 10px;
  box-sizing: border-box;
}

#bread .inner li {
  display: inline-block;
  padding: 0 2px;
}

header#mobile {
  display: none;
}

header {
  color: #fff;
  background: url(../images/bg_header.jpg) 0 0;
  padding: 30px 0 0;
  line-height: 1;
  position: fixed;
  width: 100%;
  z-index: 3;
}

header #logo {
  flex: none;
  line-height: 0;
  margin: 0 15px 0 0;
}

header #logo img {
  height: 18px;
}

header h1, header .h1 {
  flex: 0 1 auto;
  font-weight: 400;
  font-size: 0.6875rem;
  margin: 0;
  padding: 3px 0;
}

header .inner {
  display: flex;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  padding: 0 10px;
  margin: auto;
  box-sizing: border-box;
}

header .rightContent {
  display: flex;
  align-items: center;
  margin-left: auto;
}

header .rightContent nav {
  margin: 0 10px 0 0;
  line-height: 1.2;
}

header .rightContent nav > ul > li > a {
  color: #fff;
  text-decoration: none;
}

header .rightContent nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .rightContent nav > ul > li {
  font-size: 0.75rem;
  padding: 0 15px;
  border-right: 1px solid #fff;
  white-space: nowrap;
}

header .rightContent nav > ul > li:last-child {
  border: none;
  margin: -4px 0 0;
}

header .rightContent nav > ul > li .icon-search {
  font-size: 1rem;
}

header .rightContent #loginBtn {
  font-size: 0.75rem;
  margin: 0 20px 0 0;
}

header .rightContent #loginBtn a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 8px 30px;
  border-radius: 2px;
  margin: -8px 0 0;
  background: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  white-space: nowrap;
}

header .rightContent #cartBtn {
  margin: -3px 0 0;
  position: relative;
}

header .rightContent #cartBtn .notification {
  font-family: Helvetica, sans-serif;
  background-color: #e50000;
  border-radius: 50em;
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -6px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 18px;
}

header .rightContent #cartBtn a {
  font-size: 1.4rem;
  color: #fff;
}

nav#main {
  background: #fff;
  font-size: 1rem;
  color: #1a445a;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  line-height: 0;
  text-align: center;
  position: relative;
  margin: 25px 0 0;
}

nav#main .menu {
  width: 1080px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

nav#main .menu li.purchase .menuSecond li.title {
  color: #fff;
  padding: 8px 0;
}

nav#main .menu li.sale .menuSecond li.title {
  color: #fff;
  padding: 8px 0;
}

nav#main .menu li {
  flex: 0 0 160px;
  width: 160px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}

nav#main .menu li i {
  font-size: 1.25rem;
}

nav#main .menu li a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  margin: 12px 0;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: background 0.3s, color 0.1s;
  transition: background 0.3s, color 0.1s;
  color: #1a445a;
}

nav#main .menu li a:hover {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li a.active {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li a:hover small, nav#main .menu li a:hover .small {
  color: #fff;
}

nav#main .menu li small, nav#main .menu li .small {
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.625rem;
  color: #ccc;
  letter-spacing: 0.1em;
}

nav#main .menu li:last-child a {
  border: none;
}

nav#main .menu li .menuSecond {
  position: absolute;
  top: 61px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #072a24;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

nav#main .menu li .menuSecond {
  display: none;
  z-index: 1;
  margin: -1px 0 0;
  box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
}

nav#main .menu li .menuSecond .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 25px 0;
}

nav#main .menu li .menuSecond .inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
nav#main .menu li .menuSecond .inner ul {
  padding: 0 9px;
  flex: 0 0 25%;
  width: 25%;
  box-sizing: border-box;
  float: none;
  height: 220px;
  min-height: 185px;
  margin: 0;
  border-right: 1px dotted rgba(255, 255, 255, 0.3);
}

nav#main .menu li .menuSecond .inner ul li.title {
  font-size: 0.875rem;
  padding: 8px 0 8px 27px;
}

nav#main .menu li .menuSecond .inner ul li.title small, nav#main .menu li .menuSecond .inner ul li.title .small {
  font-size: 0.75rem;
  color: #fff;
}

nav#main .menu li .menuSecond .inner ul li.title i {
  font-size: 1.2rem;
  top: 2px;
}

nav#main .menu li .menuSecond .inner ul li {
  border: none;
  list-style: none;
  font-size: 0.86rem;
  text-align: left;
  width: 100%;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  box-sizing: border-box;
}

nav#main .menu li .menuSecond .inner ul li a {
  color: #fff;
  border: none;
  margin: 0;
  padding: 8px 0 8px 18px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav#main .menu li .menuSecond .inner ul li i {
  font-size: 0.875rem;
  position: absolute;
  left: 0;
}

nav#main .menu li .menuSecond .inner ul li:last-child a {
  border: none;
}

nav#main .menu li.home {
  width: 80px;
}

nav#main .menu li.home a {
  line-height: 36px;
}

nav#main .menu li.home i {
  font-size: 1rem;
}

nav#main .menu li.sale a:hover {
  color: #fff;
  border-radius: 2px;
  background: url(../images/sale_hover.jpg) 0 0;
}

nav#main .menu li.sale a.active {
  color: #fff;
  border-radius: 2px;
  background: url(../images/sale_hover.jpg) 0 0;
}

nav#main .menu li.sale a.activePage {
  color: #fff;
  border-radius: 2px;
  background: url(../images/sale_hover.jpg) 0 0;
}

nav#main .menu li.sale .navbg:hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav#main .menu li.sale .menuSecond {
  background: url(../images/sale_hover.jpg) 0 0;
}

nav#main .menu li.sale .menuSecond a:hover {
  background: #244458;
}

nav#main .menu li.purchase a:hover {
  color: #fff;
  border-radius: 2px;
  background: url(../images/purchase_hover.jpg) 0 0;
}

nav#main .menu li.purchase a.active {
  color: #fff;
  border-radius: 2px;
  background: url(../images/purchase_hover.jpg) 0 0;
}

nav#main .menu li.purchase a.activePage {
  color: #fff;
  border-radius: 2px;
  background: url(../images/purchase_hover.jpg) 0 0;
}

nav#main .menu li.purchase .menuSecond {
  background: url(../images/purchase_hover.jpg) 0 0;
  box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.3) inset;
}

nav#main .menu li.purchase .menuSecond a:hover {
  background: #b37803;
}

nav#main .menu li.exchange {
  margin: 0 !important;
  padding: 0 !important;
}

nav#main .menu li.jigane {
  margin: 0 !important;
  padding: 0 !important;
}

nav#main .menu li.western {
  margin: 0 !important;
  padding: 0 !important;
}

nav#main .menu li.shop {
  margin: 0 !important;
  padding: 0 !important;
}

nav#main .menu li.vending {
  margin: 0 !important;
  padding: 0 !important;
}

nav#main .menu li.jigane a.activePage {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li.exchange a.activePage {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li.western a.activePage {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li.shop a.activePage {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

nav#main .menu li.vending a.activePage {
  border-radius: 2px;
  background: url(../images/bg_header.jpg) 0 0;
  color: #fff;
}

#naviOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #221227;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#naviOverlay2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: #221227;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav#side .sale i {
  color: #2d9ed5;
  padding: 0 5px 0 0;
}

nav#side .purchase i {
  color: #ea9a00;
  padding: 0 5px 0 0;
}

nav#side .shop {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 0.875rem;
}

nav#side .shop .title {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 1rem;
  border-radius: 2px 2px 0 0;
  font-weight: bolder;
  line-height: 1.6;
  background: url(../images/bg_header.jpg) 0 0;
}

nav#side .shop li {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

nav#side .shop li a {
  color: #333;
  font-size: 0.8125rem;
  width: 100%;
  padding: 10px 12px;
  display: block;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none !important;
}

nav#side .shop li a:hover {
  background-color: #eee;
}

nav#side .accordion {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  font-size: 0.875rem;
}

nav#side .accordion .title {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  font-size: 1rem;
  border-radius: 2px 2px 0 0;
  font-weight: bolder;
}

nav#side .accordion .sale {
  background: url(../images/sale_hover.jpg) 0 0;
}

nav#side .accordion .sale i {
  color: #fff;
}

nav#side .accordion .purchase {
  background: url(../images/purchase_hover.jpg) 0 0;
}

nav#side .accordion .purchase i {
  color: #fff;
}

nav#side .accordion .toggle {
  font-weight: 700;
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

nav#side .accordion .toggle:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
}

nav#side .accordion .toggle.open:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

nav#side .accordion .toggle:hover {
  background-color: #eee;
}

nav#side .accordion .toggle:last-child {
  border: none;
}

nav#side li {
  border-bottom: 1px solid #e5e5e5;
}

nav#side li ul.childe {
  display: none;
  overflow: hidden;
  padding: 0;
}

nav#side li ul.childe li {
  padding: 0;
  line-height: 2.6;
  border-bottom: 0;
  width: 100%;
}

nav#side li ul.childe li a {
  color: #333;
  font-size: 0.8125rem;
  width: 100%;
  padding: 0 8px;
  display: block;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none !important;
}

nav#side li ul.childe li a:hover {
  background-color: #eee;
}

table.schedule-list tr:nth-child(2n) td {
  background-color: #fff !important;
}

table.schedule-list th {
  border-bottom: none !important;
}

.schedule_month {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 0 5px;
  text-align: center;
}

#schedule {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0 15px;
}

#schedule table.schedule-list th {
  border: none;
}

#schedule th {
  text-align: center;
  font-size: 0.75rem;
  background: #eee;
  padding: 5px 0;
}

#schedule td {
  padding: 5px;
  vertical-align: middle !important;
}

#schedule tr.Sat td {
  background-color: #f9f9f9 !important;
  color: #333;
}

#schedule tr.Sun td {
  background-color: #f9f9f9 !important;
  color: #333;
}

#schedule td.day_e {
  text-align: center;
  font-size: 0.75rem;
}

#schedule td.week_e {
  text-align: center;
  font-size: 0.75rem;
}

#schedule td.event_contents {
  font-size: 0.8125rem;
  vertical-align: middle;
  line-height: 0;
  padding: 10px;
  height: 16px;
}

#schedule td.event_contents span:first-child {
  padding: 0 20px 0 0;
  line-height: 1.6;
}

#schedule td.event_contents span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
}

#schedule td.event_contents span img {
  position: relative;
  height: 20px;
  width: auto;
}

#schedule td.event_contents .vs {
  padding: 0 10px;
}

#schedule td.event_contents .vs img {
  height: 10px;
  width: auto;
}

p.nextback {
  font-size: 0.75rem;
  padding: 0;
}

p.nextback a {
  color: #666;
}

.link_next {
  float: right;
  font-size: 0.75rem;
  margin: 40px 0 0;
}

.link_next a {
  color: #666;
}

.link_prev {
  float: left;
  font-size: 0.75rem;
  margin: 40px 0 0;
}

.link_prev a {
  color: #666;
}

.menuSecondBg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: 0;
  position: absolute;
}

section#shopInfo {
  background: #fbfbf9;
}

section#shopInfo .inner {
  width: 1080px;
  margin: 0 auto;
}

section#shopInfo .inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

section#shopInfo .inner ul li {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}

section#shopInfo .inner ul li .innerList {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 2px;
  margin: 0;
}

section#shopInfo .inner ul li .innerList a {
  color: #333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

section#shopInfo .inner ul li .innerList i {
  font-size: 0.8rem;
  margin: 0 2px 0 0;
}

section#shopInfo .inner ul li .innerList p {
  padding: 0 10px;
  margin: 0;
}

section#shopInfo .inner ul li .innerList .name {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 10px 0 5px;
}

section#shopInfo .inner ul li .innerList .info {
  font-size: 0.6875rem;
  line-height: 1.6;
  margin: 0 0 10px;
}

section#shopInfo .inner ul li .innerList .tel {
  text-align: center;
  background-color: #eee;
  width: 100%;
  padding: 8px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  margin: auto 0 0 0;
}

section#shopInfo .inner ul li .innerList img {
  width: 100%;
  height: auto;
}

section#infoText {
  font-size: 0.875rem;
  text-align: center;
  background: url(../images/bg_info.jpg) 0 0 no-repeat;
  background-size: cover;
}

section#infoText .title {
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0 5px;
  background: url(../images/border_h3.png) 0 bottom repeat-x;
  display: inline-block;
  margin: 0 0 10px;
  color: #fff;
}

section#infoText p {
  line-height: 2;
  color: #fff;
}

section#infoText ul {
  margin: 40px auto 0;
  width: 1080px;
}

section#infoText ul li {
  font-size: 0.75rem;
  text-align: left;
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0 0 20px;
  line-height: 1.4;
  box-sizing: border-box;
}

section#infoText ul li figure {
  float: left;
  margin: 0 10px 0 0;
}

section#infoText ul li .innerBox {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

section#infoText ul li p {
  line-height: 1.6;
  margin: 0;
  color: #666;
}

section#infoText ul li .title {
  color: #333;
  text-align: left;
  margin: 0 0 2px;
  font-size: 0.75rem;
  background: none;
  padding: 0;
}

footer .footerNavi {
  background: url(../images/bg_header.jpg) 0 0;
}

footer .footerNavi .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

footer .footerNavi .logoFooter {
  text-align: center;
  margin: 0 0 10px;
}

footer .footerNavi ul {
  list-style: none;
  font-size: 0.75rem;
  display: inline-block;
}

footer .footerNavi ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  line-height: 2.2;
}

footer .footerNavi ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footerNavi ul li i {
  margin: 0 5px 0 0;
}

footer .footerNavi ul li i > img {
  display: inline-block;
}

footer .footerNavi .banner {
  margin: 0 0 20px;
}

footer .footerNavi .banner li {
  margin: 0 10px 0 0;
}

footer .footerNavi .banner li:last-child {
  margin: 0;
}

footer .copy {
  text-align: center;
  padding: 15px 0;
  margin: 0;
  font-size: 0.6875rem;
}

#caterogyBox {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/bg_category.png) 0 0;
  padding: 20px 0;
}

#caterogyBox .innerList {
  position: relative;
  height: 100%;
}

#caterogyBox h4, #caterogyBox .h4 {
  font-size: 1.5rem;
  text-align: center;
  line-height: 0.9;
  padding: 0 0 15px;
  margin: 0;
  color: #fff;
}

#caterogyBox h4 span, #caterogyBox .h4 span {
  font-weight: 400;
}

#caterogyBox h4 small, #caterogyBox .h4 small, #caterogyBox h4 .small, #caterogyBox .h4 .small {
  font-size: 0.6875rem;
  font-family: Roboto Condensed, sans-serif;
}

#caterogyBox .button {
  border: none;
}

#caterogyBox #sale {
  background: url(../images/sale_hover.jpg) 0 0;
  position: relative;
  padding: 0 0 80px;
  margin: 0;
}

#caterogyBox #sale h4 img, #caterogyBox #sale .h4 img {
  margin: -7px 0 0;
}

#caterogyBox #sale li {
  margin: 0 0 20px;
  height: 278px;
}

#caterogyBox #sale li .hoverBox {
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0;
  color: #fff;
  font-family: ikaros_sansregular;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#caterogyBox #sale li .hoverBox ul {
  padding: 18px 5px;
  box-sizing: border-box;
}

#caterogyBox #sale li .hoverBox li {
  height: auto !important;
  text-align: left;
  margin: 0 0 8px;
  padding: 0 5px 0 18px;
  line-height: 1.4;
}

#caterogyBox #sale li .hoverBox li a {
  font-size: 0.86rem;
  text-decoration: none;
  color: #fff;
}

#caterogyBox #sale li .hoverBox li a i {
  position: absolute;
  left: 8px;
}

#caterogyBox #sale li .hoverBox li a:hover {
  text-decoration: underline;
}

#caterogyBox #sale li .hoverBox span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#caterogyBox #sale li:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#caterogyBox #purchase {
  background: url(../images/purchase_hover.jpg) 0 0;
  position: relative;
  padding: 0 0 80px;
  margin: 0;
}

#caterogyBox #purchase h4 img, #caterogyBox #purchase .h4 img {
  margin: -7px 0 0;
}

#caterogyBox #purchase li {
  margin: 0 0 20px;
  height: 278px;
}

#caterogyBox #purchase li .hoverBox {
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0;
  color: #fff;
  font-family: ikaros_sansregular;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateZ(0);
  zoom: 1;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#caterogyBox #purchase li .hoverBox ul {
  padding: 18px 5px;
  box-sizing: border-box;
}

#caterogyBox #purchase li .hoverBox li {
  height: auto !important;
  text-align: left;
  margin: 0 0 8px;
  padding: 0 5px 0 18px;
  line-height: 1.4;
}

#caterogyBox #purchase li .hoverBox li a {
  font-size: 0.86rem;
  text-decoration: none;
  color: #fff;
}

#caterogyBox #purchase li .hoverBox li a i {
  position: absolute;
  left: 8px;
}

#caterogyBox #purchase li .hoverBox li a:hover {
  text-decoration: underline;
}

#caterogyBox #purchase li .hoverBox span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#caterogyBox #purchase li:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#caterogyBox p.title {
  font-size: 0.875rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}

#caterogyBox p.text {
  font-size: 0.75rem;
  padding: 10px;
  color: #666;
}

#caterogyBox p {
  margin: 0;
  line-height: 1.6;
}

#caterogyBox .info {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 0 0 30px;
  letter-spacing: 0.05em;
  line-height: 2;
}

#caterogyBox .right {
  display: none;
}

#pickup li a {
  text-decoration: none;
  color: #333;
  display: block;
}

#pickup li .innerList {
  border: 1px solid #e5e5e5;
  min-height: 140px;
}

#pickup li p {
  padding: 15px 10px;
  margin: 0;
  line-height: 1.6;
}

#pickup li p.date {
  font-size: 0.75rem;
  color: #666;
  padding: 10px 10px 0;
}

#pickup li p.title {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px;
  overflow: hidden;
  height: 40px;
}

#pickup li p.title span {
  display: block;
}

#pickup li p.text {
  font-size: 0.75rem;
  padding: 15px 10px 0;
}

#pickup li figure {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

#pickup li figure img {
  width: 100%;
  height: auto;
}

#pickup li .ticketTypePrice {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#pickup li .ticketTypePrice .inner {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}

#topics h4, #topics .h4 {
  margin: 0 0 8px;
}

#topics h4 i, #topics .h4 i {
  margin: 0 5px 0 0;
}

#topics h4 small, #topics .h4 small, #topics h4 .small, #topics .h4 .small {
  float: right;
  font-size: 0.6875rem;
  background: #ececea;
  border-radius: 2px;
}

#topics h4 small a, #topics .h4 small a, #topics h4 .small a, #topics .h4 .small a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

#topics .ticketInfo {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

#topics .ticketInfo ul {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#topics .ticketInfo li {
  clear: both;
  border-bottom: 1px dotted #e5e5e5;
  height: 73px;
  overflow: hidden;
}

#topics .ticketInfo li:last-child {
  border: none;
}

#topics .ticketInfo li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px 10px;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#topics .ticketInfo li a:hover {
  background: #eee;
}

#topics .ticketInfo .date {
  background: #9ab1c1;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  padding: 3px 8px;
  float: left;
  margin: 3px 15px 26px 0;
}

#topics .ticketInfo .text {
  font-size: 0.75rem;
}

#topics .ticketTopics {
  clear: both;
  padding: 0 10px 0;
  box-sizing: border-box;
}

#topics .ticketTopics h4, #topics .ticketTopics .h4 {
  margin: 0 0 8px;
}

#topics .ticketTopics h4 i, #topics .ticketTopics .h4 i {
  margin: 0;
}

#topics .ticketTopics h4 small, #topics .ticketTopics .h4 small, #topics .ticketTopics h4 .small, #topics .ticketTopics .h4 .small {
  float: right;
}

#topics .ticketTopics ul {
  border-top: 1px solid #ddd;
  padding: 0;
}

#topics .ticketTopics ul li {
  float: left;
  width: 33.33%;
  font-size: 0.75rem;
  border-right: 1px dotted #e5e5e5;
  box-sizing: border-box;
}

#topics .ticketTopics ul li:last-child {
  border: none;
}

#topics .ticketTopics ul li figure {
  float: left;
  margin: 0 10px 0 0;
  line-height: 0;
  width: 110px;
  height: 82px;
}

#topics .ticketTopics ul li .date {
  font-size: 0.75rem;
  color: #666;
  padding: 0 0 5px;
  background: transparent;
}

#topics .ticketTopics ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#topics .ticketTopics ul li a:hover {
  background: #eee;
}

#topics2 h3, #topics2 .h3 {
  margin-bottom: 30px;
}

#topics2 figure {
  width: 100%;
  max-width: 532px;
  margin: 0 auto;
}

#topics2 figure img {
  width: 100%;
}

.exchange {
  margin: 30px 0 60px;
}

.metal {
  margin: 30px 0 60px;
}

.exchange h4, .exchange .h4 {
  padding: 0 0 5px;
  margin: 0;
  float: left;
}

.metal h4, .metal .h4 {
  padding: 0 0 5px;
  margin: 0;
  float: left;
}

.exchange .date {
  color: #666;
  font-size: 0.6875rem;
  float: right;
  margin: 5px 0 0;
  letter-spacing: 0.05em;
}

.metal .date {
  color: #666;
  font-size: 0.6875rem;
  float: right;
  margin: 5px 0 0;
  letter-spacing: 0.05em;
}

.exchange table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.metal table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.exchange table th:first-child {
  width: 37.33%;
}

.metal table th:first-child {
  width: 37.33%;
}

.exchange table th {
  font-size: 0.75rem;
  color: #666;
  background: #eee;
  width: 30.33%;
  border-right: 1px solid #e5e5e5;
  padding: 8px 0;
}

.metal table th {
  font-size: 0.75rem;
  color: #666;
  background: #eee;
  width: 30.33%;
  border-right: 1px solid #e5e5e5;
  padding: 8px 0;
}

.exchange table th:last-child {
  border-right: none;
}

.metal table th:last-child {
  border-right: none;
}

.exchange table td:first-child {
  text-align: left;
}

.metal table td:first-child {
  text-align: left;
}

.exchange table td {
  font-size: 0.875rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}

.metal table td {
  font-size: 0.875rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}

.exchange table td:last-child {
  border-right: none;
}

.metal table td:last-child {
  border-right: none;
}

.exchange table tr:last-child td {
  border-bottom: none;
}

.metal table tr:last-child td {
  border-bottom: none;
}

.metal img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin: 0 0 -6px;
  padding: 0 5px 0 0;
}

main.second {
  background: #fbfbf9;
  padding: 146px 0 0;
  display: block;
  box-sizing: border-box;
}

main.second h3, main.second .h3 {
  background: url(../images/border_h3.png) 0 bottom repeat-x;
  padding: 0 0 10px;
  margin: 0 0 20px 0;
  display: inline-block;
  overflow: hidden;
  font-size: 18.72px;
  font-weight: 700;
}

main.second h3 span, main.second .h3 span {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 0;
}

main.second h3 form, main.second .h3 form {
  float: left;
}

main.second .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 100px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0, #dfe0d9 100%);
  border: 1px solid silver;
  color: #666;
}

main.second .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 0.3rem 0.5rem;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 0.875rem;
  line-height: 1.5;
}

main.second .select-wrap:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -webkit-transition: 0.2s ease-in-out;
}

main.second .entypo-down-open-mini:before {
  font-family: entypo, sans-serif;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  margin-top: -0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #666;
}

main.second input.count {
  width: 50px;
  height: 26px;
  margin: 0 5px 0 0;
  text-align: center;
}

main.second h3.date, main.second .date.h3 {
  text-align: center;
  margin: 0 auto 5px;
  display: block;
  background: none;
}

main.second #secondImage {
  height: 185px;
  width: 100%;
  position: relative;
}

main.second #secondImage figure .cover {
  width: 100%;
  height: 185px;
  background: url(../images/bg_second_imageCover.png) 0 0 repeat-x;
  position: absolute;
}

main.second #secondImage figure .mainImage {
  height: 185px;
  width: 100%;
}

main.second #secondImage h2, main.second #secondImage .h2 {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.second #secondImage h2 .title, main.second #secondImage .h2 .title {
  border-bottom: 1px solid #fff;
  padding: 0 0 7px;
  font-weight: 700;
  font-size: 1.65rem;
  letter-spacing: 0.1em;
}

main.second #secondImage h2 .en, main.second #secondImage .h2 .en {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: ikaros_sansregular;
  line-height: 1;
}

main.second #leftColumn {
  float: left;
  width: 760px;
  margin: 60px 0;
}

main.second #leftColumn ul {
  margin: 0 0 30px;
}

main.second #rightColumn {
  float: right;
  margin: 60px 0;
  width: 280px;
}

main.second #cart {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background: #fff;
  margin: 0 0 30px;
}

main.second #cart ul .title {
  padding: 16px 0 4px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background: url(../images/bg_header.jpg) 0 0;
  font-size: 1rem;
  font-family: ikaros_sansregular;
  line-height: 1;
}

main.second #cart ul li {
  font-size: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  text-align: center;
}

main.second #cart ul li .inner {
  width: auto;
  display: inline-block;
}

main.second #cart ul li .item {
  width: 4em;
  text-align: left;
  display: block;
  float: left;
}

main.second #cart ul li .count {
  width: 100px;
  text-align: right;
  display: block;
  float: left;
}

main.second #cart ul li .pay {
  width: 100px;
  text-align: right;
  display: block;
  float: left;
}

main.second #cart ul .cartButton {
  padding: 8px 0;
  background-color: #f6f6f6;
  border: none;
}

main.second #cart ul .cartButton .button {
  border: 1px solid #ccc;
}

main.second .patternBox li {
  position: relative;
}

main.second .patternBox li a {
  display: block;
  text-decoration: none;
  color: #333;
}

main.second .patternBox li .innerList {
  position: relative;
  overflow: hidden;
}

main.second .patternBox li .innerList .hoverBox {
  position: absolute;
  line-height: 1;
  font-size: 0.875rem !important;
  border-radius: 2px;
  width: 80%;
  height: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 60px;
  left: 50%;
  color: #fff;
  font-family: ikaros_sansregular;
  background: url(../images/bg_header.jpg) 0 0;
  zoom: 1;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .patternBox li .innerList .hoverBox span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 43px;
}

main.second .patternBox li .innerList:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

main.second .patternBox li .innerList table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #e5e5e5;
  clear: both;
  text-align: center;
  font-size: 0.875rem;
}

main.second .patternBox li .innerList table th {
  font-size: 0.8125rem;
}

main.second .patternBox li .innerList table th {
  font-size: 0.8125rem;
  color: #666;
  background: #eee;
  border-right: 1px solid #e5e5e5;
  padding: 5px 0;
}

main.second .patternBox li .innerList table th:last-child {
  border-right: none;
}

main.second .patternBox li .innerList table td {
  font-size: 0.875rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 5px;
  line-height: 1.3;
}

main.second .patternBox li .innerList table td:last-child {
  border-right: none;
}

main.second .patternBox li .innerList table td a {
  cursor: pointer;
  text-decoration: underline;
}

main.second .patternBox li .innerList table td small, main.second .patternBox li .innerList table td .small {
  color: #666;
}

main.second .patternBox li .innerList table tr:last-child td {
  border-bottom: none;
}

main.second .patternBox li .shopOnly {
  position: absolute;
  top: 5px;
  left: 3px;
}

main.second .patternBox li .shopOnly .ribbon {
  position: relative;
  color: #fff;
  padding: 3px 10px;
  background: #00b097;
  font-size: 0.6875rem;
}

main.second .patternBox li .shopOnly .drop {
  position: absolute;
  left: 0;
  top: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #008774 transparent transparent;
}

main.second .patternBox li .title {
  font-size: 0.875rem;
  min-height: 46px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .patternBox li .title .caption {
  font-weight: 400;
  color: #666;
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0.05em;
  padding: 5px 0 0;
}

main.second .patternBox li .normaltypePrice {
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .patternBox li .normaltypePrice .inner {
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
}

main.second .patternBox li .normaltypePrice .price {
  font-size: 0.875rem;
  text-align: center;
  bottom: 0;
  width: 100%;
  font-weight: 700;
}

main.second .patternBox li .normaltypePrice .price p {
  margin: 0;
  padding: 0;
}

main.second .patternBox li .normaltypePrice .price p small, main.second .patternBox li .normaltypePrice .price p .small {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 10px 0 0;
}

main.second .patternBox li .normaltypePrice .price small, main.second .patternBox li .normaltypePrice .price .small {
  font-size: 0.75rem;
  padding: 0 0 0 5px;
  color: #666;
}

main.second .patternBox li .normaltypePrice .info {
  font-size: 0.6875rem;
  color: #666;
  padding: 6px 0 0;
  text-align: center;
}

main.second .patternBox li .ticketTypePrice {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .patternBox li .ticketTypePrice .inner {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

main.second .patternBox li .ticketTypePrice .inner .tagJiyu {
  padding: 4px 5px;
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagJiyuofuku {
  padding: 4px 5px;
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagGreen {
  padding: 4px 5px;
  background: #57d099;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagShitei {
  padding: 4px 5px;
  background: #80deea;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagFutu {
  padding: 5px 10px;
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 5px 0;
}

main.second .patternBox li .ticketTypePrice .inner .tagJisa {
  padding: 5px 10px;
  background: #80deea;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 5px 0;
}

main.second .patternBox li .ticketTypePrice .inner .tagNone {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 0 0 5px;
  color: #666;
}

main.second .patternBox li .ticketTypePrice .inner .price {
  display: inline-block;
  text-align: left;
  bottom: 0;
  font-weight: 700;
  font-size: 0.875rem;
}

main.second .patternBox li .ticketTypePrice .inner .price p {
  margin: 0;
  padding: 0;
}

main.second .patternBox li .ticketTypePrice .inner .price p small, main.second .patternBox li .ticketTypePrice .inner .price p .small {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 10px 0 0;
}

main.second .patternBox li .ticketTypePrice .inner .price small, main.second .patternBox li .ticketTypePrice .inner .price .small {
  font-size: 0.75rem;
  padding: 0 0 0 5px;
  color: #666;
}

main.second .patternBox li .ticketTypePrice .inner .info {
  font-size: 0.6875rem;
  color: #666;
  padding: 6px 0 0;
}

main.second .patternBox li .text {
  font-size: 0.75rem;
  color: #666;
  padding: 8px 10px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
}

main.second .patternBox li figure {
  height: 120px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

main.second .patternBox li figure img {
  position: relative;
  width: auto;
  height: 100%;
}

main.second .patternBox li figure.concertImg {
  height: 240px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

main.second .patternBox li figure.concertImg img {
  position: relative;
  width: auto;
  height: 100%;
}

main.second .patternBox li figure.full {
  height: 120px;
  padding: 0;
  border-bottom: none;
  text-align: center;
  background: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-sizing: border-box;
}

main.second .patternBox li figure.full img {
  width: 100%;
  height: auto;
}

main.second .patternBox li figure#thumbLogo {
  height: 120px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  background: #efefef;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  box-sizing: border-box;
}

main.second .patternBox li figure#thumbLogo img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  width: 50%;
  height: auto;
}

main.second .exDate {
  font-size: 0.875rem;
  padding: 0 10px 10px;
  float: left;
}

main.second .exDate span {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.4rem;
  padding: 0 10px 10px;
  letter-spacing: 0.05em;
}

main.second .exIconInfo {
  float: right;
  font-size: 0.6875rem;
  padding: 10px 10px 0 0;
}

main.second .exIconInfo span {
  padding: 0 0 0 20px;
}

main.second .exchange {
  margin: 0 0 20px !important;
  clear: both;
}

main.second .exchange li a {
  color: #333;
}

main.second .exchange li .cart {
  float: right;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px 20px;
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  width: 30px;
}

main.second .exchange li .icon-basket {
  font-size: 1.1rem;
}

main.second .exchange li .icon-mail {
  font-size: 1.1rem;
}

main.second .exchange li .exchange_p1 {
  float: left;
}

main.second .exchange li .exchange_p1 span.price {
  display: block;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400 !important;
  margin: 0;
  color: #11416b !important;
}

main.second .exchange li .exchange_p2 {
  float: left;
}

main.second .exchange li .exchange_p2 span.price {
  display: block;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  color: #d63301 !important;
  font-weight: 400 !important;
}

main.second .exchange li .innerList {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 15px;
  box-sizing: border-box;
}

main.second .exchange li .innerList .buttonBoxCenter {
  display: inline-block;
  padding: 0;
  height: 60px;
}

main.second .exchange li .innerList .buttonBoxCenter .button {
  background: none;
  border-radius: 0;
  border: none;
  width: 100%;
  box-shadow: none;
  border-right: 1px solid #eee;
}

main.second .exchange li .innerList .buttonBoxCenter .button a {
  padding: 0;
  line-height: 60px;
}

main.second .exchange li .innerList .buttonBoxCenter .button a:hover {
  color: #fff;
  border-radius: 0;
}

main.second .exchange li .innerList .buttonBoxCenter .button2 {
  display: inline-block;
  text-align: center;
  padding: 0;
  line-height: 60px;
  font-size: 0.875rem;
  border-radius: 0;
  border: none;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  min-width: 180px;
  border-right: 1px solid #eee;
  width: 100%;
  font-weight: 700;
  box-sizing: border-box;
}

main.second .exchange li .innerList .nowRate {
  background: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .nowRate .country {
  float: left;
}

main.second .exchange li .innerList .nowRate .country figure {
  width: auto;
  height: 30px;
  float: left;
  margin: 0 5px 0 10px;
  padding: 10px 0;
}

main.second .exchange li .innerList .nowRate .country figure img {
  width: auto;
  height: 100%;
}

main.second .exchange li .innerList .nowRate .country .title {
  float: left;
  line-height: 30px;
  width: 220px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px 10px 0;
  height: 30px;
}

main.second .exchange li .innerList .nowRate .rateTitle {
  float: right;
}

main.second .exchange li .innerList .nowRate .rateTitle .priceBox {
  float: right;
  padding: 10px 0;
  height: 50px;
}

main.second .exchange li .innerList .nowRate .rateTitle span.priceType1 {
  border-left: 1px solid #e5e5e5;
  height: 50px;
  display: block;
  float: left;
  text-align: center;
  padding: 3px 10px;
  color: #333;
  background: none;
  font-size: 0.8125rem;
  margin: 0;
  width: 201px;
  line-height: 45px;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

main.second .exchange li .innerList .nowRate .rateTitle span.priceType2 {
  border-left: 1px solid #e5e5e5;
  height: 50px;
  line-height: 45px;
  display: block;
  float: left;
  text-align: center;
  padding: 3px 10px;
  color: #333;
  background: none;
  font-size: 0.8125rem;
  margin: 0;
  width: 201px;
  box-sizing: border-box;
  font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

main.second .exchange li .innerList .openHistoryRate {
  border-bottom: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .openHistoryRate .priceBox {
  float: right;
  height: 60px;
}

main.second .exchange li .innerList .openHistoryRate .openHistoryRateTitle {
  float: left;
  font-size: 0.8125rem;
  padding: 0 30px;
  line-height: 60px;
}

main.second .exchange li .innerList .openHistoryRate .exchange_p1 {
  width: 200px;
  line-height: 60px;
  font-size: 1.6em;
  border-left: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .openHistoryRate .exchange_p2 {
  width: 200px;
  line-height: 60px;
  font-size: 1.6em;
  border-left: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .openHistoryRate .toggle {
  position: relative;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

main.second .exchange li .innerList .openHistoryRate .toggle:after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
}

main.second .exchange li .innerList .openHistoryRate .toggle.open:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

main.second .exchange li .innerList .openHistoryRate .toggle:hover {
  background-color: #eee;
}

main.second .exchange li .innerList .openHistoryRate .toggle:last-child {
  border: none;
}

main.second .exchange li .innerList .historyRate {
  display: none;
  overflow: hidden;
}

main.second .exchange li .innerList .historyRate .historyRateInner {
  border-bottom: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .historyRate .historyRateInner .priceBox {
  float: right;
  height: 36px;
}

main.second .exchange li .innerList .historyRate .historyRateInner .title {
  float: left;
  font-size: 0.875rem;
  line-height: 36px;
  padding: 0 20px 0 30px;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 {
  border-left: 1px solid #e5e5e5;
  width: 200px;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price {
  font-size: 1.1rem !important;
  margin: 0 !important;
  line-height: 36px;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price small, main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price .small {
  font-size: 0.75rem !important;
  margin: 0;
  width: 50px;
  display: inline-block;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 {
  width: 200px;
  border-left: 1px solid #e5e5e5;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price {
  font-size: 1.1rem !important;
  margin: 0 !important;
  line-height: 36px;
}

main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price small, main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price .small {
  font-size: 0.75rem !important;
  width: 50px;
  display: inline-block;
}

main.second .exchange li .innerList .hoverBox {
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0;
  color: #fff;
  font-family: ikaros_sansregular;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0) scale(0.96, 0.96);
  zoom: 1;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .exchange li .innerList .hoverBox span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

main.second .exchange li .innerList:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

main.second .airInfoAlert {
  font-size: 0.8125rem;
  margin: 0 0 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

main.second .airInfoAlert .title {
  padding: 0;
  margin: 0 0 5px;
  font-weight: 700;
}

main.second .airInfoAlert .alert {
  color: #e57373;
}

main.second .airInfo {
  font-size: 0.8125rem;
  margin: 0 0 30px;
  padding: 0 10px;
  box-sizing: border-box;
}

main.second .airInfo .title {
  padding: 0;
  margin: 0 0 5px;
  font-weight: 700;
}

main.second .airInfo .alert {
  color: #e57373;
}

main.second .airForm {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}

main.second .airForm p {
  margin: 0;
}

main.second .airForm h4, main.second .airForm .h4 {
  font-size: 0.875rem;
  margin: 30px 0 10px;
}

main.second .airForm .inmput_name {
  width: 200px;
  height: 20px;
}

main.second .airForm .age {
  width: 30px;
  height: 20px;
}

main.second .airForm .nameInput {
  background: #f9f9f9;
  font-size: 0.8125rem;
  padding: 15px;
  box-sizing: border-box;
}

main.second .airForm .nameInput .telBox {
  padding: 0;
}

main.second .airForm .nameInput .telBox span {
  display: block;
  margin: 10px 0 0;
}

main.second .airForm .nameInput .telBox input {
  width: 80px;
  height: 20px;
}

main.second .airForm .nameInput .nameBox {
  padding: 0 0 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
}

main.second .airForm .nameInput .nameBox input {
  margin: 0 15px 0 8px;
}

main.second .airForm .nameInput .nameBox select {
  margin: 0 15px 0 8px;
}

main.second .airForm .nameInput .nameBox .select-wrap {
  min-width: 4em;
}

main.second .airForm .mousikomiBox {
  background: #f9f9f9;
  font-size: 0.8125rem;
  padding: 0;
  margin: 0 0 20px;
  box-sizing: border-box;
}

main.second .airForm .mousikomiBox .title {
  background: url(../images/bg_header.jpg) 0 0;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

main.second .airForm .mousikomiBox .content {
  padding: 15px;
  box-sizing: border-box;
}

main.second .airForm .mousikomiBox .content span {
  line-height: 30px;
  float: left;
}

main.second .airForm .mousikomiBox .content .contentBox {
  padding: 0 0 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
}

main.second .airForm .mousikomiBox .content .contentBox span {
  margin: 0 10px 0 0;
}

main.second .airForm .mousikomiBox .content .contentBox p {
  margin: 10px 0;
}

main.second .airForm .mousikomiBox .content .contentBox input {
  height: 20px;
  margin: 0 10px 0 0;
}

main.second .airForm .mousikomiBox .content .contentBox2 {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
}

main.second .airForm .mousikomiBox .content .contentBox2 span {
  margin: 0 10px 0 0;
  width: 105px;
}

main.second .airForm .mousikomiBox .content .contentBox2 p {
  padding: 10px 0;
  clear: both;
}

main.second .airForm .mousikomiBox .content .contentBox2 .mwform-tel-field {
  width: auto;
}

main.second .airForm .mousikomiBox .content .contentBox2 input {
  height: 20px;
  margin: 0 10px 0 0;
}

main.second .airForm .mousikomiBox .content .contentBox2 .info {
  font-size: 0.75rem;
  color: #666;
  margin: 10px 0 0;
  padding: 0;
}

main.second .airForm .mousikomiBox .content .contentBox2 small, main.second .airForm .mousikomiBox .content .contentBox2 .small {
  color: #e57373;
}

main.second .airForm .mousikomiBox .content .contentBox:last-child {
  border-bottom: 0;
  margin: 0;
}

main.second .airForm .mousikomiBox .content .contentBox:last-child p.last {
  margin: 10px 0 0;
}

main.second .airForm input[type=submit] {
  background: #e57373;
  border: none;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 120px;
  color: #fff;
  padding: 10px 0;
  margin: 30px auto 0;
}

main.second .airForm .select-wrap {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 12em;
  background-color: #fff;
  background-image: linear-gradient(to top, #fff 0, #dfe0d9 100%);
  border: 1px solid silver;
  color: #333;
  margin: 0 0 0 8px;
}

main.second .airForm .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 3px 15px 3px 3px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 0.75rem;
  line-height: 1.4;
}

main.second .airForm .entypo-down-open-mini:before {
  font-family: entypo, sans-serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.75rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

main.second .airForm .inputBox {
  float: left;
  display: block;
}

main.second .airForm .inputBox span {
  float: left;
  line-height: 26px;
}

main.second .cautionAir {
  padding: 0 10px;
  margin: -20px 0 40px;
  color: #666;
  font-size: 0.75rem;
  box-sizing: border-box;
}

main.second .airNavi {
  padding: 0 10px;
  box-sizing: border-box;
}

main.second .airNavi ul {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #ccc;
  border-radius: 2px;
  letter-spacing: -0.4em;
}

main.second .airNavi ul .current_page_item a {
  background: rgba(0, 0, 0, 0.1);
}

main.second .airNavi ul li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0;
  border-right: 1px solid #ccc;
  width: 16.666%;
  box-sizing: border-box;
}

main.second .airNavi ul li:last-child {
  border-right: 0;
}

main.second .airNavi ul li a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px 10px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .airNavi ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

main.second .airNavi ul li a .active {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

main.second #airList {
  padding: 0 10px;
  margin: 0 0 40px;
  box-sizing: border-box;
}

main.second #airList .logo {
  width: 130px;
  float: left;
}

main.second #airList .logo img {
  height: 33px;
}

main.second #airList .ana img {
  height: 23px;
  padding: 5px 0 0;
}

main.second #airList h3, main.second #airList .h3 {
  float: left;
}

main.second #airList .airListBox {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 0.875rem;
}

main.second #airList .airListBox th {
  background: #eee;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

main.second #airList .airListBox td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

main.second #airList .airListBox td small, main.second #airList .airListBox td .small {
  font-size: 0.75rem;
  color: #666;
  padding: 0 0 0 10px;
}

main.second #airSearchBox {
  padding: 0 10px;
  margin: 0 0 30px;
  position: relative;
  box-sizing: border-box;
}

main.second #airSearchBox .arrow {
  position: absolute;
  right: 335px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.second #airSearchBox .airSearchInner {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

main.second #airSearchBox .airSearchInner .left {
  position: relative;
  float: left;
  padding: 10px;
  width: 400px;
  border-right: 1px solid #e5e5e5;
  box-sizing: border-box;
}

main.second #airSearchBox .airSearchInner .left h4, main.second #airSearchBox .airSearchInner .left .h4 {
  text-align: center;
  font-size: 0.875rem;
  margin: 5px 0 10px;
}

main.second #airSearchBox .airSearchInner .left form {
  font-size: 0.8125rem;
  margin: 0;
}

main.second #airSearchBox .airSearchInner .left form ul {
  padding: 34px 20px 0;
  margin: 0;
}

main.second #airSearchBox .airSearchInner .left form li {
  margin: 0 0 20px;
}

main.second #airSearchBox .airSearchInner .left form li span {
  width: 80px;
  display: block;
  float: left;
  line-height: 36px;
  padding: 0 20px 0 0;
  font-weight: 700;
}

main.second #airSearchBox .airSearchInner .left form #dep_airport {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

main.second #airSearchBox .airSearchInner .left .button {
  background: #e57373;
  border: none;
  margin: 0 0 30px;
}

main.second #airSearchBox .airSearchInner .left .button a {
  color: #fff;
}

main.second #airSearchBox .airSearchInner .left .radio {
  display: block;
  height: 30px;
  float: left;
  padding: 5px 15px 0 0;
}

main.second #airSearchBox .airSearchInner .left .select-wrap {
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 12em;
  background-color: #f3f3f3;
  background-image: linear-gradient(to top, #fff 0, #dfe0d9 100%);
  border: 1px solid silver;
  color: #333;
}

main.second #airSearchBox .airSearchInner .left .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 5px 15px 5px 5px;
  background: transparent;
  border: 0;
  outline: none;
  font-size: 0.825rem;
  line-height: 1.5;
}

main.second #airSearchBox .airSearchInner .left .entypo-down-open-mini:before {
  font-family: entypo, sans-serif;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.75rem;
  margin-top: -0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #333;
}

main.second #airSearchBox .airSearchInner .right {
  float: left;
  padding: 10px 0;
  width: 338px;
  background: #f3f3f3;
  height: 100%;
  box-sizing: border-box;
}

main.second #airSearchBox .airSearchInner .right h4, main.second #airSearchBox .airSearchInner .right .h4 {
  text-align: center;
  font-size: 0.875rem;
  margin: 5px 0 20px;
}

main.second #airSearchBox .airSearchInner .right p.result {
  padding: 0 0 30px;
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  border-bottom: 1px solid #e5e5e5;
}

main.second #airSearchBox .airSearchInner .right ul {
  margin: 0 0 15px;
}

main.second #airSearchBox .airSearchInner .right li {
  width: 100%;
  height: 118px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  box-sizing: border-box;
}

main.second #airSearchBox .airSearchInner .right li figure.ana {
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  float: left;
  padding: 0;
}

main.second #airSearchBox .airSearchInner .right li figure.ana img {
  height: 20px;
}

main.second #airSearchBox .airSearchInner .right li figure.jal {
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  float: left;
  padding: 0;
}

main.second #airSearchBox .airSearchInner .right li figure.jal img {
  height: 70px;
}

main.second #airSearchBox .airSearchInner .right li .priceBox {
  -webkit-transform: translateY(-57%);
  transform: translateY(-57%);
  position: absolute;
  top: 50%;
  right: 30px;
}

main.second #airSearchBox .airSearchInner .right li .priceBox p.price1 {
  width: 170px;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 0.8125rem;
}

main.second #airSearchBox .airSearchInner .right li .priceBox p.price1 span {
  color: #e57373;
  font-size: 1.8rem;
}

main.second #airSearchBox .airSearchInner .right li .priceBox p.price2 {
  margin: 0;
  text-align: center;
  font-size: 0.8125rem;
  color: #666;
}

main.second #airSearchBox .airSearchInner .right .button {
  background: #e57373;
  border: none;
  margin: 0 0 30px;
}

main.second #airSearchBox .airSearchInner .right .button a {
  color: #fff;
}

main.second #guide .guideBox {
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
}

main.second #guide .guideBox a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0;
}

main.second #guide .guideBox p {
  padding: 15px 10px;
  margin: 0;
}

main.second #guide .guideBox .hoverBox {
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0;
  color: #fff;
  font-family: ikaros_sansregular;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.3);
  zoom: 1;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second #guide .guideBox .hoverBox span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

main.second #guide .guideBox:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

main.second #soccerTitle {
  margin: 0 auto;
}

main.second #soccerTitle .teamLeft {
  text-align: center;
  float: left;
  padding: 10px 10px 0 0;
  margin: 0 0 20px;
  width: 42%;
  font-size: 0.875rem;
  font-weight: 700;
  box-sizing: border-box;
}

main.second #soccerTitle .teamLeft span {
  line-height: 30px;
  display: block;
  float: none;
  font-size: 0.75rem;
}

main.second #soccerTitle .teamLeft img {
  height: 80px;
  width: auto;
  display: block;
  float: none;
  margin: 0 auto;
}

main.second #soccerTitle .teamRight {
  text-align: center;
  float: right;
  padding: 10px 0 0 10px;
  margin: 0 0 20px;
  width: 42%;
  font-size: 0.875rem;
  font-weight: 700;
  box-sizing: border-box;
}

main.second #soccerTitle .teamRight span {
  line-height: 30px;
  display: block;
  float: none;
  font-size: 0.75rem;
}

main.second #soccerTitle .teamRight img {
  height: 80px;
  width: auto;
  float: none;
  margin: 0 auto;
  display: block;
}

main.second #soccerTitle .teamCenter {
  float: left;
  height: 66px;
  padding: 0 20px;
  margin: 18px 0 20px;
  background: url(../images/border_baseball.png) 0 0 repeat-x;
  position: relative;
  width: 16%;
  box-sizing: border-box;
}

main.second #soccerTitle .teamCenter img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main.second #baseballBox {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 40px;
}

main.second #baseballBox h3, main.second #baseballBox .h3 {
  text-align: center;
  margin: 0 auto 5px;
  display: block;
  background: none;
  font-size: 1rem;
}

main.second #baseballBox .caution2 {
  padding: 0 20px 10px;
}

main.second #baseballBox .caution3 {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #d63301;
  padding: 30px 20px 40px;
  margin: 0;
}

main.second #baseballBox button {
  cursor: pointer;
}

main.second #baseballBox button:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

main.second #baseInner {
  padding: 0 20px;
  margin: 0 0 30px;
  box-sizing: border-box;
}

main.second #baseInner .caution2 {
  padding: 0 0 10px;
}

main.second .dragonsButton {
  margin: 0 10px 0;
}

main.second .infoDragons {
  font-size: 0.8125rem;
  padding: 0 10px 30px;
}

main.second #baseballTitle {
  margin: 0 auto;
  width: 582px;
  padding: 10px 0 0;
}

main.second #baseballTitle .teamLeft {
  text-align: right;
  float: left;
  padding: 0;
  margin: 0;
}

main.second #baseballTitle .teamLeft img {
  height: auto;
  width: 120px;
}

main.second #baseballTitle .teamRight {
  text-align: left;
  float: left;
}

main.second #baseballTitle .teamRight img {
  height: 120px;
  width: auto;
}

main.second #baseballTitle .teamCenter {
  float: left;
  height: 66px;
  width: 200px;
  padding: 0 20px;
  margin: 33px 45px 20px;
  background: url(../images/border_baseball.png) 0 0 repeat-x;
  position: relative;
}

main.second #baseballTitle .teamCenter span {
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
  display: block;
  float: left;
}

main.second #baseballTitle .teamCenter span.left {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  padding: 0 30px 0 0;
  margin: 0;
  position: absolute;
  right: 50%;
  top: 50%;
}

main.second #baseballTitle .teamCenter span.right {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  padding: 0 0 0 30px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
}

main.second #baseballTitle .teamCenter img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main.second #baseballTitle .info {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  text-align: center;
  clear: both;
  font-size: 0.75rem;
  padding: 10px 0;
  margin: 30px 0 0;
}

main.second table.baseball {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  margin: 0 0 40px;
}

main.second table.soccer {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
  margin: 0 0 40px;
}

main.second table.baseball th {
  font-size: 0.8125rem;
  color: #666;
  background: #eee;
  border-right: 1px solid #e5e5e5;
  padding: 8px 0;
}

main.second table.soccer th {
  font-size: 0.8125rem;
  color: #666;
  background: #eee;
  border-right: 1px solid #e5e5e5;
  padding: 8px 0;
}

main.second table.baseball th:last-child {
  border-right: none;
}

main.second table.soccer th:last-child {
  border-right: none;
}

main.second table.baseball .sekisyu {
  width: 220px;
}

main.second table.soccer .sekisyu {
  width: 220px;
}

main.second table.baseball .sekiban {
  width: 195px;
}

main.second table.soccer .sekiban {
  width: 195px;
}

main.second table.baseball .tenpo {
  width: 123px;
}

main.second table.soccer .tenpo {
  width: 123px;
}

main.second table.baseball .price {
  width: 113px;
}

main.second table.soccer .price {
  width: 113px;
}

main.second table.baseball td {
  font-size: 0.875rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}

main.second table.soccer td {
  font-size: 0.875rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 8px;
}

main.second table.baseball td:last-child {
  border-right: none;
}

main.second table.soccer td:last-child {
  border-right: none;
}

main.second table.baseball td a {
  cursor: pointer;
  text-decoration: underline;
}

main.second table.soccer td a {
  cursor: pointer;
  text-decoration: underline;
}

main.second table.baseball td small, main.second table.baseball td .small {
  color: #666;
}

main.second table.soccer td small, main.second table.soccer td .small {
  color: #666;
}

main.second table.baseball tr:last-child td {
  border-bottom: none;
}

main.second table.soccer tr:last-child td {
  border-bottom: none;
}

main.second table.baseball {
  margin: 0 0 10px !important;
}

main.second .caution {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
  padding: 0;
  margin: -30px 0 30px;
}

main.second .caution2 {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
  padding: 0;
  margin: 0;
}

main.second .otherTeam {
  margin: 40px 0 0;
}

main.second .otherTeam ul {
  border-top: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 !important;
  box-sizing: border-box;
}

main.second .otherTeam ul li {
  float: left;
  width: 14.1%;
  margin: 0;
}

main.second .otherTeam ul li button {
  background: none;
  border: none;
}

main.second .otherTeam ul li img {
  width: 100%;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

main.second .otherTeam ul .title {
  line-height: 79px;
  text-align: center;
  font-size: 0.8125rem;
}

main.second #search {
  margin: 60px 0;
}

main.second #search .searchBox .navigation {
  font-size: 0.8125rem;
  padding: 15px 0;
  text-align: center;
}

main.second #search .searchBox .navigation .alignleft {
  display: inline-block;
  padding: 0 10px;
}

main.second #search .searchBox .navigation .alignright {
  display: inline-block;
  padding: 0 10px;
}

main.second #search .searchBox .loopimg {
  width: 20%;
}

main.second #search .searchBox .loopimg img {
  width: 100%;
  height: auto;
}

main.second #search .searchBox .field {
  font-size: 0.75rem;
}

main.second #search .searchBox h2, main.second #search .searchBox .h2 {
  color: #333;
  font-size: 1rem;
}

main.second #search .searchBox a {
  text-decoration: none;
  color: #666;
}

main.second #search .searchBox .text {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

main.second #search .searchBox .text2 {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
}

main.second #search .searchBox .text3 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 0.8125rem;
}

main.second #search .searchBox .title {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}

main.second #jibane .date {
  float: right;
  font-size: 0.75rem;
  color: #666;
  margin: 20px 0 0;
}

main.second #jibane .caution {
  margin: 20px 0 0 !important;
}

main.second #jibane .jiganeBox {
  font-size: 0.875rem;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
}

main.second #jibane .jiganeBox th {
  width: 33.33%;
  padding: 10px;
  background: #f3f3f3;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

main.second #jibane .jiganeBox th img {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  vertical-align: bottom;
}

main.second #jibane .jiganeBox td {
  width: 12.5%;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #f9f9f9;
  font-weight: 700;
}

main.second #jibane .jiganeBox td:nth-child(2n) {
  background: #fff;
  font-weight: 400;
}

main.second #qaBuy {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 0.875rem;
}

main.second #qaBuy .qaBuyInner {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #qaBuy .qaBuyInner .caution {
  margin: 0;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .qTitle {
  margin: 0 0 15px;
  clear: both;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .qTitle .block {
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  background: #47c0af;
  width: 28px;
  height: 28px;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  margin: 0 10px 0 0;
  float: left;
  line-height: 1;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .qTitle .text {
  font-size: 0.8125rem;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .aTitle {
  clear: both;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .aTitle .block {
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  background: #e57373;
  width: 28px;
  height: 28px;
  padding: 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  margin: 0 10px 0 0;
  float: left;
  line-height: 1;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .aTitle a {
  color: #333;
}

main.second #qaBuy .qaBuyInner .qaBuyInnerBox .aTitle .text {
  display: block;
  padding: 0 0 0 38px;
  font-size: 0.8125rem;
}

main.second #qaBuy .qaBuyInner .text {
  margin: 0 0 20px;
}

main.second #qaBuy .qaBuyInner .text p {
  margin: 0 0 20px;
}

main.second #qaBuy .qaBuyInner .text span {
  font-weight: 700;
}

main.second #qaBuy .qaBuyInner .text .button {
  margin: 10px 10px 30px 0;
}

main.second #qaBuy .qaBuyInner .title2 {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #qaBuy .qaBuyInner .uketukeBox {
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

main.second #qaBuy .qaBuyInner .unsou {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #qaBuy .qaBuyInner .unsou span {
  display: block;
}

main.second #qaBuy .qaBuyInner .unsou .title {
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 1rem;
}

main.second #qaBuy .qaBuyInner .unsou .text1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #qaBuy .qaBuyInner .unsou .text2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #qaBuy .qaBuyInner .bank {
  background: #f9f9f9;
  padding: 20px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

main.second #qaBuy .qaBuyInner .bank li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #qaBuy .qaBuyInner .bank li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

main.second #qaBuy .qaBuyInner .bank span {
  display: block;
}

main.second #qaBuy .qaBuyInner .bank .title {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #qaBuy .qaBuyInner .bank .text {
  margin: 0;
}

main.second #airBuy {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 0.875rem;
}

main.second #airBuy .airBuyInner {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #airBuy .airBuyInner .caution {
  margin: 0;
}

main.second #airBuy .airBuyInner .text {
  margin: 0 0 20px;
}

main.second #airBuy .airBuyInner .text p {
  margin: 0 0 20px;
}

main.second #airBuy .airBuyInner .text span {
  font-weight: 700;
}

main.second #airBuy .airBuyInner .text .button {
  margin: 10px 10px 30px 0;
}

main.second #airBuy .airBuyInner .title2 {
  font-weight: 700;
  padding: 10px 0 5px;
}

main.second #airBuy .airBuyInner .uketukeBox {
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

main.second #airBuy .airBuyInner .unsou {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #airBuy .airBuyInner .unsou span {
  display: block;
}

main.second #airBuy .airBuyInner .unsou .title {
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 1rem;
}

main.second #airBuy .airBuyInner .unsou .text1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #airBuy .airBuyInner .unsou .text2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #airBuy .airBuyInner .bank {
  background: #f9f9f9;
  padding: 20px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

main.second #airBuy .airBuyInner .bank li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #airBuy .airBuyInner .bank li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

main.second #airBuy .airBuyInner .bank span {
  display: block;
}

main.second #airBuy .airBuyInner .bank .title {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #airBuy .airBuyInner .bank .text {
  margin: 0;
}

main.second #mailBuy {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 0.875rem;
}

main.second .mailBuyLast {
  margin: 0 !important;
  padding: 0 0 30px;
}

main.second #mailBuy .mailBuyInner {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #mailBuy .mailBuyInner .caution {
  margin: 0;
}

main.second #mailBuy .mailBuyInner .text {
  margin: 0 0 20px;
}

main.second #mailBuy .mailBuyInner .text p {
  margin: 0 0 20px;
}

main.second #mailBuy .mailBuyInner .text span {
  font-weight: 700;
}

main.second #mailBuy .mailBuyInner .button {
  margin: 10px 10px 30px 0;
}

main.second #mailBuy .mailBuyInner .set {
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
}

main.second #mailBuy .mailBuyInner .set th {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 50%;
  background: #eee;
}

main.second #mailBuy .mailBuyInner .set td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

main.second #mailBuy .mailBuyInner .uketukeBox {
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

main.second #mailBuy .mailBuyInner .unsou {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #mailBuy .mailBuyInner .unsou span {
  display: block;
}

main.second #mailBuy .mailBuyInner .unsou .title {
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 1rem;
}

main.second #mailBuy .mailBuyInner .unsou .title2 {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #mailBuy .mailBuyInner .unsou .text1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #mailBuy .mailBuyInner .unsou .text2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #mailSell {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 0.875rem;
}

main.second #mailSell .mailSellInner {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #mailSell .mailSellInner .caution {
  margin: 0 0 20px;
}

main.second #mailSell .mailSellInner .text {
  margin: 0 0 20px;
}

main.second #mailSell .mailSellInner .text p {
  margin: 0 0 20px;
}

main.second #mailSell .mailSellInner .text2 {
  margin: 0;
}

main.second #mailSell .mailSellInner .text2 p {
  margin: 0;
}

main.second #mailSell .mailSellInner .uketukeBox {
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

main.second #mailSell .mailSellInner .unsou {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #mailSell .mailSellInner .unsou span {
  display: block;
}

main.second #mailSell .mailSellInner .unsou li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

main.second #mailSell .mailSellInner .unsou .title {
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 1rem;
}

main.second #mailSell .mailSellInner .unsou .title2 {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #mailSell .mailSellInner .unsou .text1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #mailSell .mailSellInner .unsou .text2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #mailSell .mailSellInner .bank {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #mailSell .mailSellInner .bank li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #mailSell .mailSellInner .bank li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

main.second #mailSell .mailSellInner .bank span {
  display: block;
}

main.second #mailSell .mailSellInner .bank .title {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #mailSell .mailSellInner .bank .text {
  margin: 0;
}

main.second #baseballTicket {
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 0.875rem;
}

main.second #baseballTicket .baseballTicketInner {
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #baseballTicket .baseballTicketInner .caution {
  margin: 0 0 20px;
}

main.second #baseballTicket .baseballTicketInner .text {
  margin: 0 0 20px;
}

main.second #baseballTicket .baseballTicketInner .text p {
  margin: 0 0 20px;
}

main.second #baseballTicket .baseballTicketInner .uketukeBox {
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

main.second #baseballTicket .baseballTicketInner .unsou {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #baseballTicket .baseballTicketInner .unsou span {
  display: block;
}

main.second #baseballTicket .baseballTicketInner .unsou .title {
  font-weight: 700;
  padding: 0 0 10px;
  font-size: 1rem;
}

main.second #baseballTicket .baseballTicketInner .unsou .title2 {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #baseballTicket .baseballTicketInner .unsou .text1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #baseballTicket .baseballTicketInner .unsou .text2 {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #baseballTicket .baseballTicketInner .bank {
  background: #f9f9f9;
  padding: 20px;
  margin: 0;
  box-sizing: border-box;
}

main.second #baseballTicket .baseballTicketInner .bank li {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

main.second #baseballTicket .baseballTicketInner .bank span {
  display: block;
}

main.second #baseballTicket .baseballTicketInner .bank .title {
  font-weight: 700;
  padding: 0 0 5px;
}

main.second #baseballTicket .baseballTicketInner .bank .text {
  margin: 0;
}

main.second #mw_wp_form_mw-wp-form-2279 {
  font-size: 0.8125rem;
  padding: 25px;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #mw_wp_form_mw-wp-form-2279 input {
  margin: 0 0 20px;
}

main.second #mw_wp_form_mw-wp-form-2279 input[type=text] {
  height: 20px;
}

main.second #mw_wp_form_mw-wp-form-2279 input[type=email] {
  height: 20px;
}

main.second #mw_wp_form_mw-wp-form-2279 input[type=radio] {
  margin: 0 5px 20px 0;
}

main.second #mw_wp_form_mw-wp-form-2279 textarea {
  border: 1px solid #ccc;
  margin: 0 0 20px;
}

main.second #detailsBox {
  padding: 25px;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second #detailsBox .sp-next-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-next-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-previous-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-previous-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-next-thumbnail-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-previous-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .sp-previous-thumbnail-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #11426b;
}

main.second #detailsBox .thumb {
  float: left;
  width: 234px;
  text-align: center;
}

main.second #detailsBox .text {
  float: left;
  width: 470px;
  padding: 0 0 0 28px;
  box-sizing: border-box;
}

main.second #detailsBox .text .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px;
}

main.second #detailsBox .text .caution {
  font-size: 0.8125rem;
  line-height: 2;
  color: #666;
  padding: 0;
  margin: 0 0 30px;
}

main.second #detailsBox .text .caution table {
  border-collapse: collapse;
  width: 100%;
  background: #fcfcfc;
  border: #ccc;
}

main.second #detailsBox .item {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0;
}

main.second #detailsBox .item .itemBox {
  float: left;
  margin: 0 30px 0 0;
  font-size: 0.875rem;
}

main.second #detailsBox .item .itemBox .itemTitle {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 10px 0 0;
}

main.second #detailsBox .item .price {
  font-size: 0.8125rem;
  display: block;
  clear: both;
  padding: 10px 0 20px;
}

main.second #detailsBox .item .price span {
  font-size: 1.25rem;
  font-weight: 700;
  color: red;
}

main.second #detailsBox .item .price small, main.second #detailsBox .item .price .small {
  font-size: 0.8125rem;
  color: #666;
}

main.second #detailsBox .item .button {
  background: #e57373;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px 0;
}

main.second #detailsBox .item .button:disabled {
  opacity: 0.65;
}

main.second #detailsBox .item .button a {
  color: #fff;
}

main.second #detailsBox .item .button a:hover {
  background: #ef5350;
}

main.second .noimage {
  height: 120px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #999;
  line-height: 124px;
  font-family: ikaros_sansregular;
  letter-spacing: 1px;
}

main.second .shop li {
  float: none;
}

main.second .shop li a {
  text-decoration: none;
  color: #333;
}

main.second .shop li .innerList {
  position: relative;
}

main.second .shop li .innerList figure {
  width: auto;
  height: 114px;
  float: left;
  padding: 0 20px 0 0;
}

main.second .shop li .innerList figure img {
  width: auto;
  height: 114px;
}

main.second .shop li .innerList .right {
  padding: 14px 0;
  position: relative;
  height: 114px;
  box-sizing: border-box;
}

main.second .shop li .innerList .title {
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0 0 5px;
}

main.second .shop li .innerList .text {
  font-size: 0.8125rem;
  color: #666;
}

main.second .shop li .innerList .tel {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 8px 20px;
  background: #eee;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.second .shop li .innerList .hoverBox {
  position: absolute;
  border-radius: 2px;
  height: 114px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 0;
  color: #fff;
  font-family: ikaros_sansregular;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0) scale(0.96, 0.96);
  zoom: 1;
  text-align: center;
  line-height: 114px;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

main.second .shop li .innerList:hover .hoverBox {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

main.second .shop li .innerList:hover .title {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

main.second .shop li .innerList:hover .text {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

main.second .shop li .innerList:hover .ticketTypePrice {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

main.second .shop li .innerList:hover .normalPrice {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

main.second .shopDetails {
  padding: 0 40px;
  box-sizing: border-box;
}

main.second .shopDetails h3, main.second .shopDetails .h3 {
  background: none;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 100%;
  font-size: 1.17rem;
}

main.second .shopDetails #map {
  width: 100%;
  margin: 0 0 40px;
}

main.second .shopDetails .text {
  padding: 40px 0 20px;
  width: 100%;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
  box-sizing: border-box;
}

main.second .shopDetails .info {
  padding: 20px 0;
  width: 100%;
  font-size: 0.8125rem;
  color: #666;
  line-height: 2;
  box-sizing: border-box;
}

main.second .shopDetails .info ul {
  width: 100%;
}

main.second .shopDetails .info ul li {
  line-height: 1.6;
  padding: 0 0 5px;
}

main.second .shopDetails .info ul span.th {
  font-weight: 700;
  width: 65px;
  float: left;
  display: block;
}

main.second .shopDetails .info ul span {
  float: left;
  display: block;
}

main.second .shopDetails h4, main.second .shopDetails .h4 {
  text-align: center;
}

main.second .shopDetails .ticket-list ul {
  list-style: none;
}

main.second .shopDetails .ticket-list ul li {
  font-size: 0.8125rem;
  border-top: 1px solid #e5e5e5;
  padding: 8px 0 0;
  margin: 8px 0 0;
}

main.second .shopDetails .ticket-list ul li .th {
  font-weight: 700;
  padding: 0 10px 0 0;
}

main.second #mapContent {
  margin: 0 0 40px;
}

main.second #mapContent .mapImage {
  margin: 0 0 40px;
}

main.second #mapContent .innerDitails {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

main.second #mapContent .innerDitails .title {
  margin: 0 0 10px;
  padding: 0 20px;
  font-weight: 700;
  box-sizing: border-box;
}

main.second #mapContent .innerDitails .text {
  padding: 0 20px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

main.second #mapContent li {
  width: 20%;
  float: left;
  padding: 0 15px;
  margin: 0 0 20px;
  box-sizing: border-box;
}

main.second #mapContent li p {
  height: 40px;
  margin: 0;
}

main.second #mapContent li a {
  text-decoration: none;
  display: block;
}

main.second #mapContent li a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

main.second #mapContent li figure {
  background: #fff;
  border-radius: 50em;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0 0 10px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
}

main.second #mapContent li figure img {
  width: 50%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.second #mapContent li .innerBox {
  font-size: 0.75rem;
  color: #666;
  text-align: center;
}

main.second #mapContent figure img {
  width: 100%;
}

main.second #nagoyaFood {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 0.8125rem;
}

main.second #nagoyaFood ul {
  margin: 0;
}

main.second #nagoyaFood li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

main.second #nagoyaFood li:last-child {
  border-bottom: none;
}

main.second #nagoyaFood .title {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 0 10px;
}

main.second #nagoyaFood .text {
  font-size: 0.75rem;
  color: #666;
}

main.second .kosen {
  font-size: 0.8125rem;
  padding: 25px;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main.second .kosen h3, main.second .kosen .h3 {
  margin: 10px 0 5px;
}

main.second #unionAbout {
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box;
}

main.second #unionAbout figure {
  padding: 20px 0 30px;
}

main.second #unionAbout p {
  width: 550px;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 2;
}

main.second #unionAbout .button {
  margin: 30px 0 0;
}

main.second #unionMelit {
  padding: 40px 0;
  text-align: center;
  box-sizing: border-box;
  background: url(../images/bg_wu_melit.jpg) 0 0;
  overflow: hidden;
}

main.second #unionMelit h3, main.second #unionMelit .h3 {
  color: #fff;
  margin: 0 0 50px;
  background: none;
}

main.second #unionMelit .inner {
  position: relative;
}

main.second #unionMelit li {
  width: 33.33%;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}

main.second #unionMelit li .innerList {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 0 30px;
  position: relative;
}

main.second #unionMelit li .innerList .title {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 1.2rem;
}

main.second #unionMelit li .innerList .line1 {
  padding: 12px 0;
  box-sizing: border-box;
}

main.second #unionMelit li .innerList .line2 {
  padding: 20px 0;
  box-sizing: border-box;
}

main.second #unionMelit li .innerList .text {
  font-size: 0.75rem;
  padding: 0 40px;
}

main.second #unionMelit li .innerList .point {
  position: absolute;
  font-family: ikaros_sansregular;
  display: block;
  top: -18px;
  left: 50%;
  width: 80px;
  margin: 0 0 0 -40px;
  height: 38px;
  background: url(../images/bg_wu_point.svg) 0 0 no-repeat;
  background-size: cover;
  padding: 6px 0 0;
  box-sizing: border-box;
}

main.second #unionMelit li .innerList .point small, main.second #unionMelit li .innerList .point .small {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

main.second #unionMelit .images {
  position: absolute;
  bottom: -140px;
  left: 23%;
}

main.second #unionDetails {
  padding: 60px 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}

main.second #unionDetails .inner {
  width: 700px;
  margin: 0 auto;
}

main.second #unionDetails .text {
  text-align: left;
  font-size: 0.875rem;
}

main.second #unionDetails table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: #fff;
}

main.second #unionDetails table th {
  text-align: center;
  width: 50%;
  font-size: 0.875rem;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #eee;
}

main.second #unionDetails table th:last-child {
  border-right: none;
}

main.second #unionDetails table td {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 0.875rem;
}

main.second #unionDetails table td:last-child {
  border-right: none;
}

main.second #unionDetails .caution {
  margin: 10px 0 30px;
  text-align: left;
}

main.second #unionDetails .cautionBox {
  border-radius: 2px;
  border: 1px solid #f39800;
  background: #fff;
}

main.second #unionDetails .cautionBox h4, main.second #unionDetails .cautionBox .h4 {
  background: #f39800;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  font-size: 0.875rem;
}

main.second #unionDetails .cautionBox .text {
  padding: 10px 20px;
  font-size: 0.8125rem;
}

main.second #unionFlow {
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
}

main.second #unionFlow h3, main.second #unionFlow .h3 {
  margin: 0 0 40px;
}

main.second #unionFlow ul {
  width: 700px;
  margin: 0 auto;
}

main.second #unionFlow li .flowBox {
  width: 550px;
  float: right;
  text-align: left;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 0 40px;
}

main.second #unionFlow li .flowBox figure {
  float: left;
  line-height: 0;
  margin: 0 20px 0 0;
}

main.second #unionFlow li .flowBox h4, main.second #unionFlow li .flowBox .h4 {
  padding: 25px 0 10px;
  margin: 0;
  font-size: 1rem;
}

main.second #unionFlow li .flowBox .text {
  padding: 0 20px;
  margin: 0;
  font-size: 0.875rem;
}

main.second #unionFlow li .flowBox:nth-child(4) {
  margin: 0 0 80px;
}

main.second #unionFlow li .numBox {
  float: left;
  width: 150px;
  height: 150px;
  position: relative;
}

main.second #unionFlow li .numBox .num {
  width: 60px;
  height: 60px;
  background: #fff100;
  border-radius: 50em;
  font-family: ikaros_sansregular;
  text-align: center;
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  line-height: 86px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#secondBanner {
  background: #fff;
  padding: 40px 0 !important;
}

#secondBanner ul {
  max-width: 1080px;
  margin: 0 auto;
}

#secondBanner ul li {
  width: 33.33%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}

#secondBanner ul li img {
  width: 100%;
  height: auto;
}

#secondBanner ul li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.flowInner {
  width: 870px;
  margin: 0 auto;
  font-size: 0.875rem;
}

.flowInner p {
  color: #666;
  font-size: 0.75rem;
}

.flowInner #flow {
  margin: 80px 0 30px;
}

.flowInner #flow li {
  height: 36px;
  width: 200px;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  background: url(../images/shape_cart_flow.svg) 0 0 no-repeat;
  float: left;
  margin: 0 20px 0 0;
}

.flowInner #flow li:last-child {
  margin: 0;
}

.flowInner #flow li.active {
  background: url(../images/shape_cart_flow_active.svg) 0 0 no-repeat;
  color: #fff;
}

.flowInner #cartBox h3, .flowInner #cartBox .h3 {
  margin: 0 0 20px;
}

.flowInner #cartBox .customer_form th {
  text-align: left;
  width: 150px;
}

.flowInner #cartBox .customer_form td {
  text-align: left;
  border-right: 0;
}

.flowInner #cartBox .customer_form input.hidden {
  display: none;
}

.flowInner #cartBox .customer_form input[type=text] {
  margin: 0 20px 0 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 20px;
}

.flowInner #cartBox .customer_form input[type=password] {
  margin: 0 20px 0 0;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 20px;
}

.flowInner #cartBox .customer_form #mailaddress1 {
  width: 300px;
}

.flowInner #cartBox .customer_form #mailaddress2 {
  width: 300px;
}

.flowInner #cartBox .customer_form #name1 {
  margin: 0 0 0 10px;
}

.flowInner #cartBox .customer_form #name2 {
  margin: 0 0 0 10px;
}

.flowInner #cartBox .customer_form #name3 {
  margin: 0 0 0 10px;
}

.flowInner #cartBox .customer_form #name4 {
  margin: 0 0 0 10px;
}

.flowInner #cartBox .customer_form .button {
  font-size: 0.75rem;
  min-width: auto;
  border: none;
  background: #333;
  padding: 5px 15px;
  color: #fff;
  margin: 0 10px 0 0;
}

.flowInner #cartBox table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 0 0 30px;
}

.flowInner #cartBox table th {
  background: #efefef;
  text-align: center;
  padding: 8px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.75rem;
}

.flowInner #cartBox table td {
  text-align: center;
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
}

.flowInner #cartBox table td dd {
  margin: 0 0 20px;
}

.flowInner #cartBox table td span {
  display: none;
}

.flowInner #cartBox table td.details {
  text-align: left;
  display: flex;
  align-items: center;
}

.flowInner #cartBox table td.details figure {
  width: 80px;
  height: 60px;
  overflow: hidden;
  padding: 0 20px 0 0;
}

.flowInner #cartBox table td.details figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flowInner #cartBox table td.total {
  background: #efefef;
  text-align: right;
  padding: 15px 10px;
}

.flowInner #cartBox table td.total2 {
  background: #efefef;
  border-right: none;
  text-align: center;
  padding: 15px 10px;
}

.flowInner #cartBox table td.option {
  background: #fff;
  text-align: right;
  padding: 15px 10px;
}

.flowInner #cartBox table td.option2 {
  background: #fff;
  border-right: none;
  text-align: center;
  padding: 15px 10px;
}

.flowInner #cartBox table td.change {
  text-align: center;
  padding: 15px 10px;
}

.flowInner #cartBox table td.change .button {
  margin: 0 0 0 20px;
  font-size: 0.75rem;
  min-width: auto;
  border: none;
  background: #333;
}

.flowInner #cartBox table td.change .button a {
  padding: 5px 15px;
  color: #fff;
}

.flowInner #cartBox #confirm_table h3, .flowInner #cartBox #confirm_table .h3 {
  background: none;
  margin: 0;
}

.flowInner #cartBox #confirm_table th {
  text-align: left;
  width: 120px;
}

.flowInner #cartBox #confirm_table td {
  text-align: left;
}

.flowInner #cartBox #confirm_table .ttl {
  text-align: center;
}

.flowInner #cartBox #confirm_table .ttl td {
  text-align: center;
}

.flowInner #cartBox .send {
  text-align: center;
  margin: 0 0 60px;
}

.flowInner #cartBox .send input {
  display: inline-block;
  border: none;
}

.flowInner #cartBox .send .continue_shopping_button {
  font-size: 0.8125rem;
  border-radius: 2px;
  padding: 8px 20px;
  background: #ccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .back_cart_button {
  font-size: 0.8125rem;
  border-radius: 2px;
  padding: 8px 20px;
  background: #ccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .back_to_customer_button {
  font-size: 0.8125rem;
  border-radius: 2px;
  padding: 8px 20px;
  background: #ccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .back_to_delivery_button {
  font-size: 0.8125rem;
  border-radius: 2px;
  padding: 8px 20px;
  background: #ccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .to_customerinfo_button {
  background: #e57373;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .to_deliveryinfo_button {
  background: #e57373;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .to_reganddeliveryinfo_button {
  background: #e57373;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .to_confirm_button {
  background: #e57373;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .checkout_button {
  background: #e57373;
  padding: 8px 20px;
  color: #fff;
  font-size: 0.8125rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.flowInner #cartBox .send .agree_member_area {
  margin: 60px 0 0;
}

.flowInner #cartBox .send .agree_member_area textarea {
  width: -webkit-calc(100% - 20px);
  height: 280px;
  padding: 10px;
}

.flowInner #cartBox .send .agree_member_area .to_reganddeliveryinfo_button {
  margin: 20px 0 0;
}

#company {
  margin: 40px 0;
  padding: 0 10px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

#company .companyBox {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#company .companyBox h4, #company .companyBox .h4 {
  font-size: 0.875rem;
  margin: 0 0 20px;
}

#company .companyBox .title {
  display: block;
  font-weight: 700;
  margin: 0;
  font-size: 0.75rem;
}

#company .companyBox .text {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

#company .companyBox .text2 {
  display: block;
  margin: 0;
  padding: 0;
}

#company .companyBox img {
  width: 100%;
  height: auto;
}

#privacy {
  margin: 40px 0;
  padding: 0 10px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

#privacy .privacyBox {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#privacy .privacyBox .text {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

#privacy .privacyBox .text2 {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
  font-size: 0.8125rem;
}

#privacy .privacyBox .text3 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-size: 0.8125rem;
}

#privacy .privacyBox .title {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}

#order {
  margin: 40px 0;
  padding: 0 10px;
  font-size: 0.875rem;
  box-sizing: border-box;
}

#order .orderBox {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}

#order .orderBox .title {
  display: block;
  font-weight: 700;
}

#order .orderBox .text {
  display: block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

#order .orderBox .text2 {
  display: block;
  margin: 0 0 10px;
}

#order .orderBox .text4 {
  display: block;
  margin: 0 0 10px;
}

#order .orderBox .text5 {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 0.75rem;
}

#order .orderBox .text3 {
  display: block;
  margin: 0 0 8px;
  font-size: 0.75rem;
  padding: 0 0 8px 20px;
  border-bottom: 1px dotted #eee;
  box-sizing: border-box;
}

.inner .post {
  padding: 25px;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.inner .post .date {
  font-size: 0.75rem;
  color: #666;
}

.inner .post .meta {
  font-size: 0.75rem;
  margin: 0 0 30px;
}

.inner .post .meta a {
  color: #333;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #666;
  display: inline-block;
  margin: 3px 5px;
}

.inner .post .meta a:hover {
  background: #666;
  color: #fff;
}

.inner .post .entry {
  font-size: 0.875rem;
  line-height: 1.8;
}

.inner .post .entry img {
  padding: 20px 0;
}

.inner .post .title {
  font-size: 1.4rem;
}

.inner .post .title a {
  color: #333;
  text-decoration: none;
}

#sidebar .sideBarBox {
  padding: 0;
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

#sidebar .sideBarBox .cat-item a {
  display: inline-block !important;
}

#sidebar .sideBarBox .archives_item a {
  display: inline-block !important;
}

#sidebar .sideBarBox h2, #sidebar .sideBarBox .h2 {
  margin: 0;
  padding: 12px 0;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background: url(../images/bg_header.jpg) 0 0;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

#sidebar .sideBarBox h2 a, #sidebar .sideBarBox .h2 a {
  color: #fff;
  text-decoration: none;
}

#sidebar .sideBarBox li {
  font-size: 0.8125rem;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

#sidebar .sideBarBox li a {
  color: #333;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

#sidebar .sideBarBox li a:hover {
  text-decoration: underline;
}

#sidebar .sideBarBox li:last-child {
  border-bottom: none;
  margin: 0;
}

#sp {
  padding: 60px 0;
  text-align: center;
}

#sp h3, #sp .h3 {
  background: none;
}

#sp .about {
  background: url(../images/bg_anniversary.jpg) center top no-repeat;
  background-color: #008fa6;
  width: 100%;
  padding: 60px 0;
  color: #fff;
  margin: -50px 0 0;
}

#sp .about .title {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0 0 10px;
}

#sp .about p {
  font-size: 0.875rem;
  line-height: 2;
}

#cartBox {
  margin: 60px 0 0;
}

#cartBox input[type=button] {
  background: #ccc;
  border: none;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 120px;
  color: #333;
  padding: 10px;
  margin: 30px auto;
}

#cartBox input[type=submit] {
  background: #e57373;
  border: none;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  min-width: 120px;
  color: #fff;
  padding: 10px 0;
  margin: 30px auto;
}

#cartBox h3, #cartBox .h3 {
  background: url(../images/border_h3.png) 0 bottom repeat-x;
  padding: 0 0 5px;
  margin: 0 0 20px 10px;
  display: inline-block;
}

#cartBox h3 span, #cartBox .h3 span {
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 0;
}

#cartBox h3 form, #cartBox .h3 form {
  float: left;
}

#cartBox .at_cont_text {
  width: 100%;
  height: 100px;
}

#cartBox .error_message {
  color: #e57373;
  margin: 20px 0;
}

.modalBox figure img {
  width: 100%;
  height: auto;
}

.modalBox p {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.modalBox .address {
  padding: 5px 0;
  font-weight: 400;
  font-size: 0.8125rem;
}

.modalBox .tel {
  margin: 0 0 15px;
  font-size: 1rem;
}

.modalBox .name {
  margin: 10px 0 0;
}

.modalBox .seki {
  padding: 10px 0;
}

.modalBox .sekiDetails {
  padding: 0 0 15px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.modalBox .date {
  font-size: 1rem;
  font-weight: 700;
}

.modalBox .baseball {
  font-size: 0.75rem;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  width: 100%;
}

.modalBox .baseball th {
  background: #eee;
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.modalBox .baseball td {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.modalBox .calendarModalName {
  padding: 20px 0;
  text-align: center;
}

.modalBox .calendarModalName span {
  font-family: Roboto Condensed, sans-serif;
  font-style: italic;
  display: block;
  float: left;
}

.modalBox .calendarModalName .vs {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.modalBox .calendarModalName .vs img {
  width: 15px;
  height: auto;
}

.modalBox .calendarModalName .nameBox {
  display: inline-block;
  height: 22px;
}

.modalBox .calendarModalName .nameBox img {
  position: relative;
  top: -3px;
}

.modalBox .caution {
  font-weight: 400;
  text-align: left;
  padding: 10px 0 30px;
  font-size: 0.75rem;
  color: #666;
}

@media screen and (max-width: 750px) {
  .inner {
    width: 100%;
  }
  main.second {
    padding: 58px 0 0;
  }
  main.second h3, main.second .h3 {
    margin: 0 40px 20px;
  }
  main.second #rightColumn {
    border-top: 1px solid #dcdcdc;
    float: none;
    padding: 60px 10px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  main.second #leftColumn {
    width: 100%;
    float: none;
  }
  main.second #leftColumn .patternBox li figure {
    float: none !important;
    width: 100%;
  }
  main.second #leftColumn .patternBox li figure.full {
    width: 100%;
    height: auto !important;
    overflow: hidden;
  }
  .slider-pro {
    padding: 0;
  }
  input[type=button] {
    -webkit-appearance: none;
  }
  input[type=submit] {
    -webkit-appearance: none;
  }
  a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  main {
    padding: 58px 0 0;
  }
  section {
    padding: 60px 0;
    border-top: 1px solid #dcdcdc;
  }
  section .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  section .inner ul li .innerList {
    height: 300px;
  }
  section#shopInfo .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  section#shopInfo .inner ul li .innerList {
    height: 300px;
  }
  section#infoText ul {
    width: 100%;
  }
  section#infoText ul li {
    width: 80%;
    float: none;
    padding: 0;
    margin: 0 auto 30px;
  }
  section#infoText ul li .innerBox {
    padding: 0;
  }
  section#infoText ul li .innerBox p {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
  }
  section#infoText ul li .innerBox .title {
    padding: 5px 0;
    border-top: 0;
    margin: 0;
    font-size: 1rem !important;
  }
  section#infoText ul li .innerBox figure {
    width: 30%;
    line-height: 0;
  }
  section#infoText ul li .innerBox figure img {
    width: 100%;
  }
  footer .footerNavi .banner li {
    border: none !important;
  }
  footer .footerNavi .banner li a {
    border: none;
    padding: 0;
  }
  footer .footerNavi ul {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  footer .footerNavi ul li {
    display: block;
    margin: 0 20px 0 0;
    line-height: 2.2;
    width: 100%;
  }
  footer .footerNavi ul li a {
    display: block;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footerNavi ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footerNavi .banner li {
    padding: 0;
    margin: 0;
  }
  footer .footerNavi .inner {
    width: 100%;
  }
  header {
    display: none;
  }
  header#mobile {
    display: block;
    padding: 0 !important;
  }
  header#mobile #cartBtn {
    float: none;
    margin: 0;
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 22px;
    z-index: 8;
  }
  header#mobile #cartBtn .notification {
    font-family: Helvetica, sans-serif;
    background-color: #e50000;
    border-radius: 50em;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -6px;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
  }
  header#mobile #cartBtn a {
    font-size: 1.4rem;
    color: #fff;
  }
  header#mobile nav#main {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0;
    overflow: auto;
  }
  header#mobile nav#main #logoNavi {
    padding: 80px 0 0;
    margin: 0 0 20px;
  }
  header#mobile nav#main #loginBtn {
    float: none;
    font-size: 0.75rem;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #4a3f4e;
  }
  header#mobile nav#main #loginBtn a {
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 20px 50px;
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    font-weight: 700;
  }
  header#mobile nav#main .subNavi {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  header#mobile nav#main .subNavi li {
    border-bottom: none !important;
  }
  header#mobile nav#main .subNavi li a {
    border-right: 0;
    margin: 0;
    padding: 20px 0;
    display: block;
    line-height: 1;
  }
  header#mobile nav#main .menu {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  header#mobile nav#main .menu li a {
    border-right: 0;
    margin: 0;
    padding: 15px;
  }
  header#mobile nav#main .menu li a:hover {
    background: none;
  }
  header#mobile nav#main .menu li .menuSecond {
    position: relative !important;
    display: none;
    z-index: 1;
    margin: 0;
    top: 0 !important;
    box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
    -webkit-transition: none;
    transition: none;
  }
  header#mobile nav#main .menu li .menuSecond .sp-horizontal .sp-previous-arrow {
    left: 10px;
  }
  header#mobile nav#main .menu li .menuSecond .sp-horizontal .sp-next-arrow {
    right: 10px;
  }
  header#mobile nav#main .menu li .menuSecond .sp-arrow {
    position: absolute;
    display: block;
    width: 6px;
    height: 30px;
    cursor: pointer;
  }
  header#mobile nav#main .menu li .menuSecond ul {
    padding: 20px 26px;
    width: 100%;
    box-sizing: border-box;
    float: none;
    height: auto;
    border-right: 1px dotted rgba(255, 255, 255, 0.3);
  }
  header#mobile nav#main .menu li .menuSecond ul li.title {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px;
  }
  header#mobile nav#main .menu li .menuSecond ul li.title small, header#mobile nav#main .menu li .menuSecond ul li.title .small {
    font-size: 0.75rem;
    color: #fff;
  }
  header#mobile nav#main .menu li .menuSecond ul li.title i {
    font-size: 1.2rem;
  }
  header#mobile nav#main .menu li .menuSecond ul li {
    border: none;
    list-style: none;
    font-size: 0.86rem;
    text-align: left;
    width: 100% !important;
    font-weight: 700;
    float: none !important;
  }
  header#mobile nav#main .menu li .menuSecond ul li a {
    color: #fff;
    border: none;
    margin: 0;
    padding: 8px 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header#mobile nav#main .menu li .menuSecond ul li i {
    font-size: 0.875rem;
  }
  header#mobile nav#main .menu li .menuSecond ul li:last-child a {
    border: none;
  }
  header#mobile nav#main .menu li.other {
    border: none;
    font-weight: 400;
  }
  header#mobile nav#main .menu li.other:last-child {
    border-bottom: 1px solid #4a3f4e;
  }
  header#mobile nav#main li.sale a.activePage {
    color: #fff;
    border-radius: 2px;
    background: none;
  }
  header#mobile nav#main li.purchase a.activePage {
    color: #fff;
    border-radius: 2px;
    background: none;
  }
  header#mobile nav#main ul .sale {
    border-top: 1px solid #4a3f4e;
  }
  header#mobile nav#main ul .sale a {
    position: relative;
  }
  header#mobile nav#main ul .sale a .right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .sale a .active {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .purchase {
    border-top: 1px solid #4a3f4e;
    position: relative;
  }
  header#mobile nav#main ul .purchase a {
    position: relative;
  }
  header#mobile nav#main ul .purchase a .right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .purchase a .active {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    height: auto;
    top: 0;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #4a3f4e;
    border-right: 0;
  }
  header#mobile nav#main ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0;
  }
  header#mobile nav#main ul .logo a {
    padding: 12px 0;
  }
  header#mobile nav#main ul .contact {
    padding: 12px 0;
    border: none;
  }
  header#mobile nav#main ul .contact a {
    padding: 5px 0;
  }
  header#mobile .inner {
    max-width: 100%;
    padding: 0;
  }
  header#mobile h1, header#mobile .h1 {
    display: none;
  }
  header#mobile #logoMobile {
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 20px 0;
  }
  header#mobile #main-navbar {
    display: flex;
    color: #fff;
  }
  header#mobile .main-navbar {
    position: relative;
    color: white;
    z-index: 3000;
  }
  header#mobile .main-navbar-fixed-top {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 44px;
    width: auto;
  }
  header#mobile .main-navbar-fixed-top .search a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    height: 44px;
  }
  header#mobile .main-navbar-content {
    padding: 0;
  }
  #toggle .bottom {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  #toggle .top {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  #toggle {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 10;
  }
  #toggle a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #toggle .left {
    float: left;
    width: 48px;
    height: 43px;
  }
  #toggle .right {
    font-family: the-hand-regular;
    font-weight: 400;
    float: left;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
  }
  #toggle .top {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #toggle .middle {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #toggle .bottom {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .open-menu .menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .open-menu #toggle .middle {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .open-menu #toggle .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open-menu #toggle .bottom {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 375px) and (max-width: 440px) {
  header#mobile #logoMobile img {
    max-width: 50%;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 374px) {
  header#mobile #logoMobile img {
    max-width: 40%;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 750px) {
  main.second {
    padding: 58px 0 0;
  }
  main.second h3, main.second .h3 {
    margin: 0 40px 20px;
  }
  main.second #sp h3, main.second #sp .h3 {
    margin: 0 0 20px;
  }
  main.second #sp .about .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .slider-pro {
    padding: 0;
  }
  input[type=button] {
    -webkit-appearance: none;
  }
  input[type=submit] {
    -webkit-appearance: none;
  }
  a {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  main {
    padding: 58px 0 0;
  }
  li.four {
    width: 100%;
    padding: 0;
  }
  .innerList {
    margin: 0 0 10px;
  }
  .innerList figure {
    float: left;
    width: 30%;
  }
  .innerList :hover {
    background: none !important;
    color: #333 !important;
  }
  main.second {
    margin: 0 0 40px;
  }
  main.second .patternBox li {
    height: auto;
    margin: 0 0 10px;
    float: none;
  }
  main.second .patternBox li .hoverBox {
    position: static;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: none;
    color: #333;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(0) scale(1, 1);
    zoom: 1;
    text-align: center;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
  }
  main.second .patternBox li .hoverBox ul {
    padding: 18px 5px 5px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  main.second .patternBox li .hoverBox li {
    height: auto !important;
    text-align: left;
    margin: 0 0 3px;
  }
  main.second .patternBox li .hoverBox li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    display: block;
    width: 100%;
  }
  main.second .patternBox li .hoverBox li a:hover {
    text-decoration: underline;
  }
  main.second .patternBox li:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
  header {
    display: none;
  }
  header#mobile {
    display: block;
    padding: 0 !important;
  }
  header#mobile #cartBtn {
    float: none;
    margin: 0;
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 22px;
    z-index: 8;
  }
  header#mobile #cartBtn .notification {
    font-family: Helvetica, sans-serif;
    background-color: #e50000;
    border-radius: 50em;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -6px;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
  }
  header#mobile #cartBtn a {
    font-size: 1.4rem;
    color: #fff;
  }
  header#mobile nav#main {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 7;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin: 0;
    overflow: auto;
  }
  header#mobile nav#main #logoNavi {
    padding: 80px 0 0;
    margin: 0 0 20px;
  }
  header#mobile nav#main #loginBtn {
    float: none;
    font-size: 0.75rem;
    margin: 0;
    padding: 15px 20px;
    border-top: 1px solid #4a3f4e;
  }
  header#mobile nav#main #loginBtn a {
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 20px 50px;
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    font-weight: 700;
  }
  header#mobile nav#main .subNavi {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  header#mobile nav#main .subNavi li {
    border-bottom: none !important;
  }
  header#mobile nav#main .subNavi li a {
    border-right: 0;
    margin: 0;
    padding: 20px 0;
    display: block;
    line-height: 1;
  }
  header#mobile nav#main .menu {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
  }
  header#mobile nav#main .menu li a {
    border-right: 0;
    margin: 0;
    padding: 15px;
  }
  header#mobile nav#main .menu li a:hover {
    background: none;
  }
  header#mobile nav#main .menu li .menuSecond {
    position: relative !important;
    display: none;
    z-index: 1;
    margin: 0;
    top: 0 !important;
    box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 3px 6px -5px rgba(0, 0, 0, 0.8) inset;
    -webkit-transition: none;
    transition: none;
  }
  header#mobile nav#main .menu li .menuSecond .sp-horizontal .sp-previous-arrow {
    left: 10px;
  }
  header#mobile nav#main .menu li .menuSecond .sp-horizontal .sp-next-arrow {
    right: 10px;
  }
  header#mobile nav#main .menu li .menuSecond .sp-arrow {
    position: absolute;
    display: block;
    width: 6px;
    height: 30px;
    cursor: pointer;
  }
  header#mobile nav#main .menu li .menuSecond ul {
    padding: 20px 26px;
    width: 100%;
    box-sizing: border-box;
    float: none;
    height: auto;
    border-right: 1px dotted rgba(255, 255, 255, 0.3);
  }
  header#mobile nav#main .menu li .menuSecond ul li.title {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px;
  }
  header#mobile nav#main .menu li .menuSecond ul li.title small, header#mobile nav#main .menu li .menuSecond ul li.title .small {
    font-size: 0.75rem;
    color: #fff;
  }
  header#mobile nav#main .menu li .menuSecond ul li.title i {
    font-size: 1.2rem;
  }
  header#mobile nav#main .menu li .menuSecond ul li {
    border: none;
    list-style: none;
    font-size: 0.86rem;
    text-align: left;
    width: 100% !important;
    font-weight: 700;
    float: none !important;
  }
  header#mobile nav#main .menu li .menuSecond ul li a {
    color: #fff;
    border: none;
    margin: 0;
    padding: 8px 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header#mobile nav#main .menu li .menuSecond ul li i {
    font-size: 0.875rem;
  }
  header#mobile nav#main .menu li .menuSecond ul li:last-child a {
    border: none;
  }
  header#mobile nav#main .menu li.other {
    border: none;
    font-weight: 400;
  }
  header#mobile nav#main .menu li.other:last-child {
    border-bottom: 1px solid #4a3f4e;
  }
  header#mobile nav#main li.sale a.activePage {
    color: #fff;
    border-radius: 2px;
    background: none;
  }
  header#mobile nav#main li.purchase a.activePage {
    color: #fff;
    border-radius: 2px;
    background: none;
  }
  header#mobile nav#main ul .sale {
    border-top: 1px solid #4a3f4e;
  }
  header#mobile nav#main ul .sale a {
    position: relative;
  }
  header#mobile nav#main ul .sale a .right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .sale a .active {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .purchase {
    border-top: 1px solid #4a3f4e;
    position: relative;
  }
  header#mobile nav#main ul .purchase a {
    position: relative;
  }
  header#mobile nav#main ul .purchase a .right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul .purchase a .active {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header#mobile nav#main ul li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    height: auto;
    top: 0;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #4a3f4e;
    border-right: 0;
  }
  header#mobile nav#main ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 0;
  }
  header#mobile nav#main ul .logo a {
    padding: 12px 0;
  }
  header#mobile nav#main ul .contact {
    padding: 12px 0;
    border: none;
  }
  header#mobile nav#main ul .contact a {
    padding: 5px 0;
  }
  header#mobile .inner {
    max-width: 100%;
    padding: 0;
  }
  header#mobile h1, header#mobile .h1 {
    display: none;
  }
  header#mobile #logo {
    margin: 0 auto;
    float: none;
    text-align: center;
    padding: 20px 0;
  }
  header#mobile #main-navbar {
    display: flex;
    color: #fff;
  }
  header#mobile .main-navbar {
    position: relative;
    color: white;
    z-index: 3000;
  }
  header#mobile .main-navbar-fixed-top {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 44px;
    width: auto;
  }
  header#mobile .main-navbar-content {
    padding: 0;
  }
  #toggle .bottom {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  #toggle .top {
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
  }
  #toggle {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 10;
  }
  #toggle a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #toggle .left {
    float: left;
    width: 48px;
    height: 43px;
  }
  #toggle .right {
    font-family: the-hand-regular;
    font-weight: 400;
    float: left;
    line-height: 44px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
  }
  #toggle .top {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #toggle .middle {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  #toggle .bottom {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0;
    background: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .open-menu .menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: visibility 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .open-menu #toggle .middle {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .open-menu #toggle .top {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open-menu #toggle .bottom {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  section {
    padding: 60px 0;
    border-top: 1px solid #dcdcdc;
  }
  section .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #secondBanner ul li {
    width: 100%;
    padding: 0 10px;
    float: none;
    box-sizing: border-box;
  }
  #topics .ticketInfo {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  #topics .ticketInfo li {
    height: auto;
  }
  #topics .ticketInfo .date {
    margin: 0 0 10px;
    float: none;
  }
  #topics .ticketInfo .text {
    line-height: 1.6;
    float: none;
    display: block;
  }
  #topics .ticketTopics {
    clear: both;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #topics .ticketTopics ul {
    border-top: 1px solid #ddd;
    padding: 0;
  }
  #topics .ticketTopics ul li {
    float: none;
    width: 100%;
    font-size: 0.75rem;
    border-right: none;
    box-sizing: border-box;
  }
  #topics .ticketTopics ul li:last-child {
    border: none;
  }
  #topics .ticketTopics ul li figure {
    float: left;
    margin: 0 10px 0 0;
    line-height: 0;
    width: 110px;
    height: 82px;
  }
  #topics .ticketTopics ul li .date {
    font-size: 0.75rem;
    color: #666;
    padding: 0 0 5px;
    background: transparent;
  }
  #topics .ticketTopics ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #topics .ticketTopics ul li a:hover {
    background: #eee;
  }
  #caterogyBox {
    margin: 0 0 40px;
  }
  #caterogyBox #sale li {
    height: auto;
    margin: 0 0 10px;
    float: none;
  }
  #caterogyBox #sale li .hoverBox {
    position: static;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: none;
    color: #333;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(0) scale(1, 1);
    zoom: 1;
    text-align: center;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
  }
  #caterogyBox #sale li .hoverBox ul {
    padding: 18px 5px 5px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  #caterogyBox #sale li .hoverBox li {
    height: auto !important;
    text-align: left;
    margin: 0 0 3px;
  }
  #caterogyBox #sale li .hoverBox li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    display: block;
    width: 100%;
  }
  #caterogyBox #sale li .hoverBox li a:hover {
    text-decoration: underline;
  }
  #caterogyBox #sale li:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
  #caterogyBox #purchase li {
    height: auto;
    margin: 0 0 10px;
    float: none;
  }
  #caterogyBox #purchase li .hoverBox {
    position: static;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    display: none;
    color: #333;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(0) scale(1, 1);
    zoom: 1;
    text-align: center;
    font-weight: 700;
    -webkit-transition: none;
    transition: none;
  }
  #caterogyBox #purchase li .hoverBox ul {
    padding: 18px 5px 5px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  #caterogyBox #purchase li .hoverBox li {
    height: auto !important;
    text-align: left;
    margin: 0 0 3px;
  }
  #caterogyBox #purchase li .hoverBox li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #333;
    padding: 3px 0;
    display: block;
    width: 100%;
  }
  #caterogyBox #purchase li .hoverBox li a:hover {
    text-decoration: underline;
  }
  #caterogyBox #purchase li:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
    transform: none;
  }
  #caterogyBox .front {
    position: relative;
  }
  #caterogyBox p.text {
    display: none;
  }
  #caterogyBox p.title {
    float: left;
    border: none;
    padding: 0 0 0 5px;
    font-size: 0.875rem;
  }
  #caterogyBox p.title .right {
    top: 0;
    position: absolute;
    right: 6px;
    display: block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #caterogyBox p.title .active {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #pickup li p {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    height: auto !important;
    overflow: hidden;
    padding: 1px 10px 0 !important;
    font-size: 0.75rem !important;
  }
  #pickup li p.date {
    padding: 20px 10px 0 !important;
  }
  #pickup li .innerList {
    height: auto;
  }
  #pickup li .innerList figure {
    padding: 20px;
    position: relative;
  }
  section#shopInfo .inner {
    width: 100%;
  }
  section#shopInfo .inner ul li {
    width: 100%;
    float: none;
  }
  section#shopInfo .inner ul li .innerList {
    height: auto;
  }
  section#shopInfo .inner ul li .innerList a {
    display: block;
  }
  section#shopInfo .inner ul li .innerList figure {
    padding: 0 10px 0 0;
  }
  section#shopInfo .inner ul li .innerList .name {
    font-size: 0.8125rem;
    margin: 0;
    padding: 3px 0 0;
  }
  section#shopInfo .inner ul li .innerList .info {
    display: none;
  }
  section#shopInfo .inner ul li .innerList .tel {
    text-align: left;
    position: static;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
  section#infoText ul {
    width: 100%;
  }
  section#infoText ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
  section#infoText ul li .innerBox {
    padding: 0;
  }
  section#infoText ul li .innerBox p {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
  }
  section#infoText ul li .innerBox .title {
    padding: 0;
    border-top: 0;
    margin: 0;
    font-size: 1rem !important;
  }
  section#infoText ul li .innerBox figure {
    width: 30%;
    line-height: 0;
  }
  section#infoText ul li .innerBox figure img {
    width: 100%;
  }
  .exchange {
    width: 100% !important;
    float: none;
    margin: 0 0 40px;
    padding: 0;
  }
  .metal {
    width: 100% !important;
    float: none;
    margin: 0 0 40px;
    padding: 0;
  }
  .bannerWfixed {
    width: 100% !important;
    float: none;
    margin: 0 0 40px;
    padding: 0;
  }
  .exchange h4, .exchange .h4 {
    float: none;
    display: block;
  }
  .metal h4, .metal .h4 {
    float: none;
    display: block;
  }
  .bannerWfixed h4, .bannerWfixed .h4 {
    float: none;
    display: block;
  }
  .exchange .date {
    float: none;
    padding: 0 0 10px;
  }
  .metal .date {
    float: none;
    padding: 0 0 10px;
  }
  .bannerWfixed .date {
    float: none;
    padding: 0 0 10px;
  }
  .exchange table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
  }
  .metal table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
  }
  .bannerWfixed table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
  }
  .exchange table th:first-child {
    width: auto;
  }
  .metal table th:first-child {
    width: auto;
  }
  .bannerWfixed table th:first-child {
    width: auto;
  }
  .exchange table th {
    font-size: 0.6875rem;
    color: #666;
    background: #eee;
    width: auto;
    border-right: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  .metal table th {
    font-size: 0.6875rem;
    color: #666;
    background: #eee;
    width: auto;
    border-right: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  .bannerWfixed table th {
    font-size: 0.6875rem;
    color: #666;
    background: #eee;
    width: auto;
    border-right: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  .exchange table th:last-child {
    border-right: none;
  }
  .metal table th:last-child {
    border-right: none;
  }
  .bannerWfixed table th:last-child {
    border-right: none;
  }
  .exchange table td {
    font-size: 0.75rem;
  }
  .metal table td {
    font-size: 0.75rem;
  }
  .bannerWfixed table td {
    font-size: 0.75rem;
  }
  .bannerWfixed {
    margin: 20px 0 0;
  }
  .three li {
    width: 100%;
    float: none;
    padding: 0 40px;
  }
  main.second .airInfoAlert {
    font-size: 0.8125rem;
    margin: 0 0 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .airInfoAlert .title {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
  }
  main.second .airInfoAlert .alert {
    color: #e57373;
  }
  main.second .airInfo {
    font-size: 0.8125rem;
    margin: 0 0 30px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .airInfo .title {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
  }
  main.second .airInfo .alert {
    color: #e57373;
  }
  main.second .airForm {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
  }
  main.second .airForm p {
    margin: 0;
  }
  main.second .airForm h4, main.second .airForm .h4 {
    font-size: 0.875rem;
    margin: 30px 0 10px;
  }
  main.second .airForm .inmput_name {
    width: 200px;
    height: 20px;
  }
  main.second .airForm .age {
    width: 30px;
    height: 20px;
  }
  main.second .airForm .nameInput {
    background: #f9f9f9;
    font-size: 0.8125rem;
    padding: 15px;
    box-sizing: border-box;
  }
  main.second .airForm .nameInput .telBox {
    padding: 0;
  }
  main.second .airForm .nameInput .telBox span {
    display: block;
    margin: 10px 0 0;
  }
  main.second .airForm .nameInput .telBox input {
    width: 60px;
    height: 20px;
  }
  main.second .airForm .nameInput .nameBox {
    padding: 0 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  main.second .airForm .nameInput .nameBox input {
    margin: 0;
  }
  main.second .airForm .nameInput .nameBox select {
    margin: 0;
  }
  main.second .airForm .nameInput .nameBox .select-wrap {
    min-width: 4em;
  }
  main.second .airForm .mousikomiBox {
    background: #f9f9f9;
    font-size: 0.8125rem;
    padding: 0;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  main.second .airForm .mousikomiBox .title {
    background: url(../images/bg_header.jpg) 0 0;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  main.second .airForm .mousikomiBox .content {
    padding: 15px;
    box-sizing: border-box;
  }
  main.second .airForm .mousikomiBox .content span {
    line-height: 30px;
    float: left;
  }
  main.second .airForm .mousikomiBox .content .contentBox {
    padding: 0 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  main.second .airForm .mousikomiBox .content .contentBox span {
    margin: 0 10px 0 0;
  }
  main.second .airForm .mousikomiBox .content .contentBox p {
    margin: 10px 0;
  }
  main.second .airForm .mousikomiBox .content .contentBox input {
    height: 20px;
    margin: 0;
    width: 100%;
  }
  main.second .airForm .mousikomiBox .content .contentBox textarea {
    width: 100%;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e2e2e2;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 span {
    margin: 0 10px 0 0;
    width: 105px;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 p {
    padding: 10px 0;
    clear: both;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 .mwform-tel-field {
    width: auto;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 input {
    height: 20px;
    margin: 0;
    width: 100%;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 .info {
    font-size: 0.75rem;
    color: #666;
    margin: 10px 0 0;
    padding: 0;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 small, main.second .airForm .mousikomiBox .content .contentBox2 .small {
    color: #e57373;
  }
  main.second .airForm .mousikomiBox .content .contentBox2 .mwform-tel-field input {
    width: auto !important;
  }
  main.second .airForm .mousikomiBox .content .contentBox:last-child {
    border-bottom: 0;
    margin: 0;
  }
  main.second .airForm .mousikomiBox .content .contentBox:last-child p.last {
    margin: 10px 0 0;
  }
  main.second .airForm input[type=submit] {
    background: #e57373;
    border: none;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    min-width: 120px;
    color: #fff;
    padding: 10px 0;
    margin: 30px auto 0;
  }
  main.second .airForm .select-wrap {
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 12em;
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0, #dfe0d9 100%);
    border: 1px solid silver;
    color: #333;
    margin: 0;
  }
  main.second .airForm .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 3px 15px 3px 3px;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  main.second .airForm .entypo-down-open-mini:before {
    font-family: entypo, sans-serif;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0.75rem;
    margin-top: -0.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #333;
  }
  main.second .airForm .inputBox {
    float: none;
    display: block;
    padding: 8px 0;
  }
  main.second .airForm .inputBox span {
    float: none;
    display: block;
    line-height: 26px;
  }
  main.second .cautionAir {
    padding: 0 10px;
    margin: -20px 0 40px;
    color: #666;
    font-size: 0.75rem;
    box-sizing: border-box;
  }
  main.second .airNavi {
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .airNavi ul {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    border-radius: 2px;
    letter-spacing: -0.4em;
  }
  main.second .airNavi ul .current_page_item a {
    background: rgba(0, 0, 0, 0.1);
  }
  main.second .airNavi ul li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.8125rem;
    text-align: center;
    margin: 0;
    border-right: 1px solid #ccc;
    width: 16.666%;
    box-sizing: border-box;
  }
  main.second .airNavi ul li:last-child {
    border-right: 0;
  }
  main.second .airNavi ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 8px 10px;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  main.second .airNavi ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
  main.second .airNavi ul li a .active {
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
  main.second #airList {
    padding: 0 10px;
    margin: 0 0 40px;
    box-sizing: border-box;
  }
  main.second #airList .logo {
    width: 130px;
    float: left;
  }
  main.second #airList .logo img {
    height: 33px;
  }
  main.second #airList .ana img {
    height: 23px;
    padding: 5px 0 0;
  }
  main.second #airList h3, main.second #airList .h3 {
    float: left;
  }
  main.second #airList .airListBox {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    font-size: 0.875rem;
  }
  main.second #airList .airListBox th {
    background: #eee;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  main.second #airList .airListBox td {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
  }
  main.second #airList .airListBox td small, main.second #airList .airListBox td .small {
    font-size: 0.75rem;
    color: #666;
    padding: 0 0 0 10px;
  }
  main.second #airSearchBox {
    padding: 0 10px;
    margin: 0 0 30px;
    position: relative;
    box-sizing: border-box;
  }
  main.second #airSearchBox .arrow {
    display: none;
  }
  main.second #airSearchBox .airSearchInner {
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  main.second #airSearchBox .airSearchInner .left {
    position: relative;
    float: none;
    padding: 10px;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  main.second #airSearchBox .airSearchInner .left h4, main.second #airSearchBox .airSearchInner .left .h4 {
    text-align: center;
    font-size: 0.875rem;
    margin: 5px 0 10px;
  }
  main.second #airSearchBox .airSearchInner .left form {
    font-size: 0.8125rem;
    margin: 0;
  }
  main.second #airSearchBox .airSearchInner .left form ul {
    padding: 15px 20px 0;
    margin: 0;
  }
  main.second #airSearchBox .airSearchInner .left form li {
    margin: 0 0 20px;
  }
  main.second #airSearchBox .airSearchInner .left form li span {
    width: 80px;
    display: block;
    float: none;
    line-height: 36px;
    padding: 0 20px 0 0;
    font-weight: 700;
  }
  main.second #airSearchBox .airSearchInner .left form #dep_airport {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
  }
  main.second #airSearchBox .airSearchInner .right {
    float: none;
    padding: 10px 0;
    width: 100%;
    background: #f3f3f3;
    height: 100%;
    box-sizing: border-box;
  }
  main.second #airSearchBox .airSearchInner .right h4, main.second #airSearchBox .airSearchInner .right .h4 {
    text-align: center;
    font-size: 0.875rem;
    margin: 5px 0 20px;
  }
  main.second #airSearchBox .airSearchInner .right p.result {
    padding: 0 0 30px;
    margin: 0;
    text-align: center;
    font-size: 0.8125rem;
    border-bottom: 1px solid #e5e5e5;
  }
  main.second #airSearchBox .airSearchInner .right ul {
    margin: 0 0 15px;
  }
  main.second #airSearchBox .airSearchInner .right li {
    width: 100%;
    height: 118px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    box-sizing: border-box;
  }
  main.second #airSearchBox .airSearchInner .right li figure.ana {
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    float: left;
    padding: 0;
  }
  main.second #airSearchBox .airSearchInner .right li figure.ana img {
    height: 20px;
  }
  main.second #airSearchBox .airSearchInner .right li figure.jal {
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    float: left;
    padding: 0;
  }
  main.second #airSearchBox .airSearchInner .right li figure.jal img {
    height: 70px;
  }
  main.second #airSearchBox .airSearchInner .right li .priceBox {
    -webkit-transform: translateY(-57%);
    transform: translateY(-57%);
    position: absolute;
    top: 50%;
    right: 30px;
  }
  main.second #airSearchBox .airSearchInner .right li .priceBox p.price1 {
    width: 170px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 0.8125rem;
  }
  main.second #airSearchBox .airSearchInner .right li .priceBox p.price1 span {
    color: #e57373;
    font-size: 1.8rem;
  }
  main.second #airSearchBox .airSearchInner .right li .priceBox p.price2 {
    margin: 0;
    text-align: center;
    font-size: 0.8125rem;
    color: #666;
  }
  main.second #airSearchBox .airSearchInner .right .button {
    background: #e57373;
    border: none;
    margin: 0 0 30px;
  }
  main.second #airSearchBox .airSearchInner .right .button a {
    color: #fff;
  }
  main.second .kosen {
    padding: 0 10px 10px;
  }
  main.second .kosen h3, main.second .kosen .h3 {
    padding: 0 0 5px;
    margin: 10px 0 0;
  }
  main.second .shop li {
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .shop li a {
    text-decoration: none;
    color: #333;
  }
  main.second .shop li .innerList {
    position: relative;
  }
  main.second .shop li .innerList figure {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  main.second .shop li .innerList figure img {
    width: 100%;
    height: auto;
  }
  main.second .shop li .innerList .right {
    padding: 14px 10px;
    position: relative;
    height: auto;
    box-sizing: border-box;
  }
  main.second .shop li .innerList .title {
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0 0 5px;
  }
  main.second .shop li .innerList .text {
    font-size: 0.8125rem;
    color: #666;
  }
  main.second .shop li .innerList .tel {
    position: static;
    margin: 10px 0 0;
    top: 0;
    right: 0;
    padding: 8px 20px;
    background: #eee;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  main.second .shop li .innerList .hoverBox {
    position: absolute;
    border-radius: 2px;
    height: 114px;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    color: #fff;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(0) scale(0.96, 0.96);
    zoom: 1;
    text-align: center;
    line-height: 114px;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  main.second .shop li .innerList:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
  main.second .shop li .innerList:hover .title {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  main.second .shop li .innerList:hover .text {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  main.second .shop li .innerList:hover .ticketTypePrice {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  main.second .shop li .innerList:hover .normalPrice {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  }
  main.second .inner .post {
    padding: 10px;
  }
  main.second .inner .post img.size-full {
    width: 100%;
    height: auto;
  }
  main.second .inner .post img.alignnone {
    width: 100%;
    height: auto;
  }
  main.second .shopDetails {
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .shopDetails h3, main.second .shopDetails .h3 {
    background: none;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
    width: 100%;
    font-size: 1.17rem;
  }
  main.second .shopDetails #map {
    width: 100%;
    margin: 0 0 40px;
  }
  main.second .shopDetails .text {
    padding: 40px 0 20px;
    width: 100%;
    font-size: 0.875rem;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
    box-sizing: border-box;
  }
  main.second .shopDetails figure {
    float: none !important;
    width: 100% !important;
  }
  main.second .shopDetails .info {
    padding: 20px 0;
    width: 100%;
    font-size: 0.8125rem;
    color: #666;
    line-height: 2;
    box-sizing: border-box;
  }
  main.second .shopDetails .info ul {
    width: 100%;
  }
  main.second .shopDetails .info ul li {
    line-height: 1.6;
    padding: 0 0 5px;
  }
  main.second .shopDetails .info ul span.th {
    font-weight: 700;
    width: 65px;
    float: left;
    display: block;
  }
  main.second .shopDetails .info ul span {
    float: left;
    display: block;
  }
  main.second .shopDetails h4, main.second .shopDetails .h4 {
    text-align: center;
  }
  main.second .shopDetails .ticket-list ul {
    list-style: none;
  }
  main.second .shopDetails .ticket-list ul li {
    font-size: 0.8125rem;
    border-top: 1px solid #e5e5e5;
    padding: 8px 0 0;
    margin: 8px 0 0;
  }
  main.second .shopDetails .ticket-list ul li .th {
    font-weight: 700;
    padding: 0 10px 0 0;
  }
  main.second #jibane .date {
    float: none;
    font-size: 0.75rem;
    color: #666;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  main.second #jibane .caution {
    width: 96%;
    margin: 30px auto 0 !important;
    display: block;
    padding: 0;
  }
  main.second #jibane .jiganeBox {
    font-size: 0.875rem;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 96%;
    margin: 0 auto 30px;
  }
  main.second #jibane .jiganeBox th {
    width: 33.33%;
    padding: 10px;
    background: #f3f3f3;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  main.second #jibane .jiganeBox th img {
    display: inline-block;
    margin: 0 0 -6px;
    padding: 0 5px 0 0;
  }
  main.second #jibane .jiganeBox td {
    width: 12.5%;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    font-weight: 700;
  }
  main.second #jibane .jiganeBox td:nth-child(2n) {
    background: #fff;
    font-weight: 400;
  }
  main.second #mw_wp_form_mw-wp-form-2279 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second #mw_wp_form_mw-wp-form-2279 input {
    margin: 0 0 20px;
  }
  main.second #mw_wp_form_mw-wp-form-2279 input[type=text] {
    height: 20px;
    width: 100%;
  }
  main.second #mw_wp_form_mw-wp-form-2279 input[type=email] {
    height: 20px;
    width: 100%;
  }
  main.second #mw_wp_form_mw-wp-form-2279 input[type=radio] {
    margin: 0 5px 20px 0;
  }
  main.second #mw_wp_form_mw-wp-form-2279 textarea {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    width: 100%;
  }
  main.second #mw_wp_form_mw-wp-form-2279 input[type=submit] {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  main.second .caution2 {
    padding: 0 10px !important;
    box-sizing: border-box;
  }
  main.second .exDate {
    font-size: 0.875rem;
    padding: 0 10px 10px;
    float: left;
  }
  main.second .exDate span {
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    padding: 0 10px 10px;
    letter-spacing: 0.05em;
  }
  main.second .exIconInfo {
    float: none;
    font-size: 0.6875rem;
    padding: 10px 10px 0;
    clear: both;
    margin: 0 0 10px;
  }
  main.second .exIconInfo span {
    padding: 0 10px 0 0;
  }
  main.second .exIconInfo span:last-child {
    padding: 0;
  }
  main.second .exchange {
    margin: 0 0 20px !important;
    clear: both;
  }
  main.second .exchange li a {
    color: #333;
  }
  main.second .exchange li .cart {
    float: right;
    text-align: center;
    font-size: 1.3rem;
    padding: 10px 20px;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    width: 30px;
  }
  main.second .exchange li .icon-basket {
    font-size: 1.1rem;
  }
  main.second .exchange li .icon-mail {
    font-size: 1.1rem;
  }
  main.second .exchange li .exchange_p1 {
    float: left;
  }
  main.second .exchange li .exchange_p1 span.price {
    display: block;
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 400 !important;
    margin: 0;
    color: #11416b !important;
  }
  main.second .exchange li .exchange_p2 {
    float: left;
  }
  main.second .exchange li .exchange_p2 span.price {
    display: block;
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
    color: #d63301 !important;
    font-weight: 400 !important;
  }
  main.second .exchange li .innerList {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0 0 15px;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .buttonBoxCenter {
    padding: 0;
    width: 33.33%;
    position: absolute;
    top: -50px;
    height: 50px;
  }
  main.second .exchange li .innerList .buttonBoxCenter .button {
    background: none;
    border: none;
    width: 100%;
    min-width: 100%;
  }
  main.second .exchange li .innerList .buttonBoxCenter .button a {
    padding: 0;
    line-height: 50px;
  }
  main.second .exchange li .innerList .buttonBoxCenter .button a:hover {
    color: #fff;
    border-radius: 2px;
  }
  main.second .exchange li .innerList .buttonBoxCenter .button2 {
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 50px;
    font-size: 0.875rem;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: 100%;
    width: 100%;
    font-weight: 700;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .nowRate {
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
  }
  main.second .exchange li .innerList .nowRate .country {
    float: none;
    border-bottom: 1px solid #e5e5e5;
  }
  main.second .exchange li .innerList .nowRate .country figure {
    width: auto;
    height: 30px;
    float: left;
    margin: 0 5px 0 10px;
    padding: 10px 0;
  }
  main.second .exchange li .innerList .nowRate .country figure img {
    width: auto;
    height: 100%;
  }
  main.second .exchange li .innerList .nowRate .country .title {
    float: left;
    line-height: 30px;
    width: 220px;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 20px 10px 0;
    height: 30px;
  }
  main.second .exchange li .innerList .nowRate .rateTitle {
    float: none;
    width: 100%;
  }
  main.second .exchange li .innerList .nowRate .rateTitle .priceBox {
    float: right;
    padding: 10px 0;
    height: 50px;
  }
  main.second .exchange li .innerList .nowRate .rateTitle span.priceType1 {
    border-left: 1px solid #e5e5e5;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    padding: 3px 10px;
    color: #333;
    background: none;
    font-size: 0.8125rem;
    margin: 0 0 0 33.33%;
    width: 33.33%;
    line-height: 45px;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  }
  main.second .exchange li .innerList .nowRate .rateTitle span.priceType2 {
    border-left: 1px solid #e5e5e5;
    height: 50px;
    line-height: 45px;
    display: block;
    float: left;
    text-align: center;
    padding: 3px 10px;
    color: #333;
    background: none;
    font-size: 0.8125rem;
    margin: 0;
    width: 33.33%;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  }
  main.second .exchange li .innerList .openHistoryRate {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  main.second .exchange li .innerList .openHistoryRate .priceBox {
    float: none;
    height: 60px;
    width: 100%;
  }
  main.second .exchange li .innerList .openHistoryRate .openHistoryRateTitle {
    float: left;
    font-size: 0.6875rem;
    padding: 0 10px;
    line-height: 60px;
    width: 33.33%;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .openHistoryRate .exchange_p1 {
    width: 33.33%;
    line-height: 60px;
    font-size: 1.3em;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .openHistoryRate .exchange_p2 {
    width: 33.33%;
    line-height: 60px;
    font-size: 1.3em;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .openHistoryRate .toggle {
    position: relative;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  main.second .exchange li .innerList .openHistoryRate .toggle:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
  }
  main.second .exchange li .innerList .openHistoryRate .toggle.open:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  main.second .exchange li .innerList .openHistoryRate .toggle:hover {
    background-color: #eee;
  }
  main.second .exchange li .innerList .openHistoryRate .toggle:last-child {
    border: none;
  }
  main.second .exchange li .innerList .historyRate {
    display: none;
    overflow: hidden;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner {
    border-bottom: 1px solid #e5e5e5;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .priceBox {
    float: none;
    height: 36px;
    width: 100%;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .title {
    float: left;
    text-align: right;
    font-size: 0.875rem;
    line-height: 36px;
    padding: 0 10px 0 0;
    width: 33.33%;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 {
    border-left: 1px solid #e5e5e5;
    width: 33.33%;
    padding: 0 3px;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price {
    font-size: 0.8125rem !important;
    margin: 0 !important;
    line-height: 36px;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price small, main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p1 .price .small {
    font-size: 0.6875rem !important;
    margin: 0;
    width: 50px;
    display: inline-block;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 {
    width: 33.33%;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price {
    font-size: 0.8125rem !important;
    margin: 0 !important;
    line-height: 36px;
  }
  main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price small, main.second .exchange li .innerList .historyRate .historyRateInner .exchange_p2 .price .small {
    font-size: 0.6875rem !important;
    width: 50px;
    display: inline-block;
  }
  main.second .exchange li .innerList .hoverBox {
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    color: #fff;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(0) scale(0.96, 0.96);
    zoom: 1;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  main.second .exchange li .innerList .hoverBox span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  main.second .exchange li .innerList:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  main.second #search {
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second #mailSell .mailSellInner .caution {
    margin: 0 0 20px;
    padding: 0;
  }
  main.second #mailSell .mailSellInner .text {
    margin: 0 0 20px;
  }
  main.second #mailSell .mailSellInner .text p {
    margin: 0 0 20px;
  }
  main.second #mailSell .mailSellInner .text2 {
    margin: 0;
  }
  main.second #mailSell .mailSellInner .text2 p {
    margin: 0;
  }
  main.second #guide {
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second #guide .guideBox a {
    padding: 15px;
  }
  main.second #guide .guideBox p {
    margin: 0;
  }
  main.second #unionAbout {
    padding: 60px 10px;
    text-align: center;
    box-sizing: border-box;
  }
  main.second #unionAbout figure {
    padding: 20px 0 30px;
  }
  main.second #unionAbout figure img {
    width: 100%;
    height: auto;
  }
  main.second #unionAbout p {
    width: 100%;
    margin: 0 auto;
    font-size: 0.875rem;
    line-height: 2;
  }
  main.second #unionAbout .button {
    margin: 30px 0 0;
  }
  main.second #unionMelit {
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/bg_wu_melit.jpg) 0 0;
    overflow: hidden;
  }
  main.second #unionMelit h3, main.second #unionMelit .h3 {
    color: #fff;
    margin: 0 0 50px;
    background: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  main.second #unionMelit .inner {
    position: relative;
  }
  main.second #unionMelit li {
    width: 100%;
    padding: 0 20px;
    float: none;
    box-sizing: border-box;
  }
  main.second #unionMelit li .innerList {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 0 30px;
    position: relative;
  }
  main.second #unionMelit li .innerList .title {
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  main.second #unionMelit li .innerList .line1 {
    padding: 12px 0;
    box-sizing: border-box;
  }
  main.second #unionMelit li .innerList .line2 {
    padding: 20px 0;
    box-sizing: border-box;
  }
  main.second #unionMelit li .innerList .text {
    font-size: 0.75rem;
    padding: 0 40px;
  }
  main.second #unionMelit li .innerList .point {
    position: absolute;
    font-family: ikaros_sansregular;
    display: block;
    top: -18px;
    left: 50%;
    width: 80px;
    margin: 0 0 0 -40px;
    height: 38px;
    background: url(../images/bg_wu_point.svg) 0 0 no-repeat;
    background-size: cover;
    padding: 6px 0 0;
    box-sizing: border-box;
  }
  main.second #unionMelit li .innerList .point small, main.second #unionMelit li .innerList .point .small {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
  main.second #unionMelit .images {
    position: absolute;
    bottom: -140px;
    left: 23%;
  }
  main.second #unionDetails {
    padding: 60px 10px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  main.second #unionDetails .inner {
    width: 100%;
    margin: 0 auto;
  }
  main.second #unionDetails .text {
    text-align: left;
    font-size: 0.875rem;
  }
  main.second #unionDetails table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    background: #fff;
  }
  main.second #unionDetails table th {
    text-align: center;
    width: 50%;
    font-size: 0.875rem;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #eee;
  }
  main.second #unionDetails table th:last-child {
    border-right: none;
  }
  main.second #unionDetails table td {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 0.875rem;
  }
  main.second #unionDetails table td:last-child {
    border-right: none;
  }
  main.second #unionDetails .caution {
    margin: 10px 0 30px;
    text-align: left;
  }
  main.second #unionDetails .cautionBox {
    border-radius: 2px;
    border: 1px solid #f39800;
    background: #fff;
  }
  main.second #unionDetails .cautionBox h4, main.second #unionDetails .cautionBox .h4 {
    background: #f39800;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    font-size: 0.875rem;
  }
  main.second #unionDetails .cautionBox .text {
    padding: 10px 20px;
    font-size: 0.8125rem;
  }
  main.second #unionFlow {
    padding: 60px 10px;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    box-sizing: border-box;
  }
  main.second #unionFlow h3, main.second #unionFlow .h3 {
    margin: 0 0 40px;
  }
  main.second #unionFlow ul {
    width: 100%;
    margin: 0 auto;
  }
  main.second #unionFlow li {
    position: relative;
  }
  main.second #unionFlow li .flowBox {
    width: 100%;
    float: none;
    text-align: left;
    background: #fff;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 0 40px;
  }
  main.second #unionFlow li .flowBox figure {
    float: left;
    line-height: 0;
    margin: 0 10px 0 0;
    width: 40%;
  }
  main.second #unionFlow li .flowBox figure img {
    width: 100%;
    height: auto;
  }
  main.second #unionFlow li .flowBox h4, main.second #unionFlow li .flowBox .h4 {
    padding: 8px 0 5px;
    margin: 0;
    font-size: 0.875rem;
  }
  main.second #unionFlow li .flowBox .text {
    padding: 0 10px;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  main.second #unionFlow li .flowBox:nth-child(4) {
    margin: 0 0 80px;
  }
  main.second #unionFlow li .numBox {
    float: left;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: -46px;
  }
  main.second #unionFlow li .numBox .num {
    width: 30px;
    height: 30px;
    background: #fff100;
    border-radius: 50em;
    font-family: ikaros_sansregular;
    text-align: center;
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 700;
    line-height: 44px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main.second #mapContent {
    margin: 0 0 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second #mapContent .mapImage {
    margin: 0 0 40px;
  }
  main.second #mapContent .innerDitails {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  main.second #mapContent .innerDitails .title {
    margin: 0 0 10px;
    padding: 0 20px;
    font-weight: 700;
    box-sizing: border-box;
  }
  main.second #mapContent .innerDitails .text {
    padding: 0 20px;
    font-size: 0.875rem;
    box-sizing: border-box;
  }
  main.second #mapContent li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  main.second #mapContent li p {
    height: 40px;
    margin: 0;
  }
  main.second #mapContent li a {
    text-decoration: none;
    display: block;
  }
  main.second #mapContent li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  main.second #mapContent li figure {
    background: #fff;
    border-radius: 50em;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
  }
  main.second #mapContent li figure img {
    width: 50%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main.second #mapContent li .innerBox {
    font-size: 0.75rem;
    color: #666;
    text-align: center;
  }
  main.second #mapContent figure img {
    width: 100%;
  }
  main.second #nagoyaFood {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    font-size: 0.8125rem;
    background: none;
  }
  main.second #nagoyaFood ul {
    border-radius: 2px;
    background: #fff;
    margin: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  main.second #nagoyaFood li {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
  }
  main.second #nagoyaFood li:last-child {
    border-bottom: none;
  }
  main.second #nagoyaFood .title {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 0 10px;
  }
  main.second #nagoyaFood .text {
    font-size: 0.75rem;
    color: #666;
  }
  main.second #guide .guideBox {
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #eee;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 10px;
  }
  main.second #guide .guideBox a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 0 15px;
  }
  main.second #guide .guideBox p {
    padding: 15px 10px;
    margin: 0;
  }
  main.second #guide .guideBox .hoverBox {
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    color: #fff;
    font-family: ikaros_sansregular;
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(0) scale(0.96, 0.96);
    zoom: 1;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  main.second #guide .guideBox .hoverBox span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  main.second #guide .guideBox:hover .hoverBox {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
  }
  main.second #schedule {
    width: 96%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #fff;
    margin: 0 auto 15px;
    box-sizing: border-box;
  }
  main.second #schedule table.schedule-list th {
    border: none;
  }
  main.second #schedule th {
    text-align: center;
    font-size: 0.75rem;
    background: #eee;
    padding: 5px 0;
  }
  main.second #schedule td {
    padding: 5px;
    vertical-align: middle !important;
  }
  main.second #schedule tr.Sat td {
    background-color: #f9f9f9 !important;
    color: #333;
  }
  main.second #schedule tr.Sun td {
    background-color: #f9f9f9 !important;
    color: #333;
  }
  main.second #schedule td.day_e {
    text-align: center;
    font-size: 0.75rem;
  }
  main.second #schedule td.week_e {
    text-align: center;
    font-size: 0.75rem;
  }
  main.second #schedule td.event_contents {
    font-size: 0.8125rem;
    vertical-align: middle;
    line-height: 0;
    padding: 10px;
    height: 16px;
  }
  main.second #schedule td.event_contents span:first-child {
    padding: 15px 0 8px 7px;
    line-height: 1;
    display: block;
  }
  main.second #schedule td.event_contents span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3px;
  }
  main.second #schedule td.event_contents span img {
    position: relative;
    height: 20px;
    width: auto;
  }
  main.second #schedule td.event_contents .vs {
    padding: 0 10px;
  }
  main.second #schedule td.event_contents .vs img {
    height: 10px;
    width: auto;
  }
  main.second #baseballBox {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 40px;
  }
  main.second #baseballBox h3, main.second #baseballBox .h3 {
    text-align: center;
    margin: 0 auto 5px;
    display: block;
    background: none;
    font-size: 1rem;
  }
  main.second #baseballBox .caution2 {
    padding: 0 20px 10px;
  }
  main.second #baseballBox .caution3 {
    font-size: 0.8125rem;
    line-height: 1.8;
    color: #d63301;
    padding: 30px 20px 40px;
    margin: 0;
  }
  main.second #baseInner {
    padding: 0 10px;
    margin: 0 0 30px;
    box-sizing: border-box;
  }
  main.second #baseInner .caution2 {
    padding: 0 0 10px;
  }
  main.second .dragonsButton {
    margin: 0 10px 40px;
  }
  main.second .infoDragons {
    font-size: 0.8125rem;
    padding: 0 10px 30px;
  }
  main.second #baseballTitle {
    margin: 0 auto;
    width: 100%;
    padding: 10px 10px 0;
    position: relative;
    box-sizing: border-box;
  }
  main.second #baseballTitle .teamLeft {
    text-align: left;
    float: none;
    padding: 0;
    margin: 0;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
  }
  main.second #baseballTitle .teamLeft img {
    height: auto;
    width: 100%;
  }
  main.second #baseballTitle .teamRight {
    text-align: left;
    float: none;
    padding: 0;
    margin: 0;
    width: 20%;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-44%);
    transform: translateY(-44%);
  }
  main.second #baseballTitle .teamRight img {
    height: auto;
    width: 100%;
  }
  main.second #baseballTitle .teamCenter {
    float: none;
    height: 55px;
    width: 50%;
    padding: 0 10px;
    margin: 20px auto;
    background: url(../images/border_baseball.png) 0 0 repeat-x;
    background-size: cover;
    position: relative;
    font-size: 0.75rem;
    box-sizing: border-box;
  }
  main.second #baseballTitle .teamCenter span {
    font-family: Roboto Condensed, sans-serif;
    font-style: italic;
    display: block;
    float: left;
  }
  main.second #baseballTitle .teamCenter span.left {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    padding: 0 30px 0 0;
    margin: 0;
    position: absolute;
    right: 50%;
    top: 50%;
  }
  main.second #baseballTitle .teamCenter span.right {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    padding: 0 0 0 30px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  main.second #baseballTitle .teamCenter img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main.second #baseballTitle .info {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    text-align: center;
    clear: both;
    font-size: 0.75rem;
    padding: 10px 0;
    margin: 30px 0 0;
  }
  main.second table.baseball {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 40px;
  }
  main.second table.soccer {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    margin: 0 0 40px;
  }
  main.second table.baseball th {
    font-size: 0.8125rem;
    color: #666;
    background: #eee;
    border-right: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  main.second table.soccer th {
    font-size: 0.8125rem;
    color: #666;
    background: #eee;
    border-right: 1px solid #e5e5e5;
    padding: 8px 0;
  }
  main.second table.baseball th:last-child {
    border-right: none;
  }
  main.second table.soccer th:last-child {
    border-right: none;
  }
  main.second table.baseball .sekisyu {
    width: 220px;
  }
  main.second table.soccer .sekisyu {
    width: 220px;
  }
  main.second table.baseball .sekiban {
    width: 195px;
  }
  main.second table.soccer .sekiban {
    width: 195px;
  }
  main.second table.baseball .tenpo {
    width: 123px;
  }
  main.second table.soccer .tenpo {
    width: 123px;
  }
  main.second table.baseball .price {
    width: 113px;
  }
  main.second table.soccer .price {
    width: 113px;
  }
  main.second table.baseball td {
    font-size: 0.875rem;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px;
  }
  main.second table.soccer td {
    font-size: 0.875rem;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px;
  }
  main.second table.baseball td:last-child {
    border-right: none;
  }
  main.second table.soccer td:last-child {
    border-right: none;
  }
  main.second table.baseball td a {
    cursor: pointer;
    text-decoration: underline;
  }
  main.second table.soccer td a {
    cursor: pointer;
    text-decoration: underline;
  }
  main.second table.baseball td small, main.second table.baseball td .small {
    color: #666;
  }
  main.second table.soccer td small, main.second table.soccer td .small {
    color: #666;
  }
  main.second table.baseball tr:last-child td {
    border-bottom: none;
  }
  main.second table.soccer tr:last-child td {
    border-bottom: none;
  }
  main.second table.baseball {
    margin: 0 0 10px !important;
  }
  main.second .caution {
    font-size: 0.75rem;
    line-height: 1.8;
    color: #666;
    padding: 0;
    margin: -30px 0 30px;
  }
  main.second .caution2 {
    font-size: 0.75rem;
    line-height: 1.8;
    color: #666;
    padding: 0;
    margin: 0;
  }
  main.second .bannerTicket img {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  main.second .otherTeam {
    margin: 40px 0 0;
  }
  main.second .otherTeam ul {
    border-top: 1px solid #eee;
    padding: 10px 5px;
    margin: 0 !important;
    box-sizing: border-box;
  }
  main.second .otherTeam ul li {
    float: left;
    width: 20%;
    margin: 0;
  }
  main.second .otherTeam ul li button {
    background: none;
    border: none;
    padding: 0;
  }
  main.second .otherTeam ul li img {
    width: 100%;
    height: auto;
    padding: 0 5px;
    box-sizing: border-box;
  }
  main.second .otherTeam ul .title {
    line-height: 30px;
    text-align: center;
    float: none;
    width: 100%;
    font-size: 0.8125rem;
  }
  main.second .innerList {
    margin: 0 0 30px !important;
  }
  main.second .caution {
    padding: 0 40px;
  }
  main.second #secondImage {
    height: 100px;
    width: 100%;
    position: relative;
  }
  main.second #secondImage figure .cover {
    width: 100%;
    height: 100px;
    background: url(../images/bg_second_imageCover.png) 0 0 repeat-x;
    position: absolute;
  }
  main.second #secondImage figure .mainImage {
    height: 100px;
    width: 100%;
  }
  main.second #secondImage h2, main.second #secondImage .h2 {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main.second #secondImage h2 .title, main.second #secondImage .h2 .title {
    border-bottom: 1px solid #fff;
    padding: 0 0 7px;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  main.second #secondImage h2 .en, main.second #secondImage .h2 .en {
    font-size: 1.05rem;
    letter-spacing: 0.1em;
    font-family: ikaros_sansregular;
    line-height: 1;
  }
  main.second #rightColumn {
    border-top: 1px solid #dcdcdc;
    float: none;
    padding: 60px 10px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  main.second #leftColumn {
    width: 100%;
    float: none;
  }
  main.second #leftColumn .patternBox li figure {
    float: none !important;
    width: 100%;
  }
  main.second #leftColumn .patternBox li figure.full {
    width: 100%;
    overflow: hidden;
  }
  main.second #detailsBox .item .button {
    display: block;
    margin: 0 auto;
  }
  main.second #detailsBox .thumb {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  main.second #detailsBox .text {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #wc_member th {
    display: block !important;
    border-right: 0 !important;
  }
  #wc_member td {
    border-right: 0 !important;
  }
  .cat-item a {
    display: inline-block !important;
  }
  .archives_item a {
    display: inline-block !important;
  }
  .flowInner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .flowInner #flow {
    margin: 60px 0 30px;
  }
  .flowInner #flow li {
    height: 36px;
    width: 25%;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    background: url(../images/shape_cart_flow.svg) right 0 no-repeat;
    float: left;
    margin: 0;
    font-size: 0.6875rem;
  }
  .flowInner #flow li:last-child {
    margin: 0;
  }
  .flowInner #flow li.active {
    background: url(../images/shape_cart_flow_active.svg) right 0 no-repeat;
    color: #fff;
  }
  .flowInner #cartBox button {
    display: block;
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
    margin: 5px auto;
  }
  .flowInner #cartBox .customer_form th {
    text-align: left;
    width: 100%;
    display: block;
    border-right: 0;
    box-sizing: border-box;
  }
  .flowInner #cartBox .customer_form td {
    text-align: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .flowInner #cartBox .customer_form input.hidden {
    display: none;
  }
  .flowInner #cartBox .customer_form input[type=text] {
    margin: 0 20px 0 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 20px;
  }
  .flowInner #cartBox .customer_form input[type=password] {
    margin: 0 20px 0 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    height: 20px;
  }
  .flowInner #cartBox .customer_form #mailaddress1 {
    width: auto;
  }
  .flowInner #cartBox .customer_form #mailaddress2 {
    width: auto;
  }
  .flowInner #cartBox .customer_form #zipcode {
    float: left;
  }
  .flowInner #cartBox .customer_form #search_zipcode {
    float: left;
  }
  .flowInner #cartBox .customer_form #name1 {
    margin: 0 0 0 10px;
  }
  .flowInner #cartBox .customer_form #name2 {
    margin: 0 0 0 10px;
  }
  .flowInner #cartBox .customer_form #name3 {
    margin: 0 0 0 10px;
  }
  .flowInner #cartBox .customer_form #name4 {
    margin: 0 0 0 10px;
  }
  .flowInner #cartBox .customer_form .button {
    font-size: 0.75rem;
    min-width: auto;
    border: none;
    background: #333;
    padding: 5px 15px;
    color: #fff;
    margin: 0 10px 0 0;
  }
  .flowInner #cartBox #confirm_table h3, .flowInner #cartBox #confirm_table .h3 {
    background: none;
    margin: 0;
  }
  .flowInner #cartBox #confirm_table th {
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .flowInner #cartBox #confirm_table td {
    text-align: left;
    display: block;
    box-sizing: border-box;
  }
  .flowInner #cartBox #confirm_table .ttl {
    text-align: center;
  }
  .flowInner #cartBox #confirm_table .ttl td {
    text-align: center;
  }
  .flowInner #cartBox .send {
    text-align: center;
    margin: 0 0 60px;
  }
  .flowInner #cartBox .send input {
    display: inline-block;
    border: none;
  }
  .flowInner #cartBox .send .continue_shopping_button {
    font-size: 0.8125rem;
    border-radius: 2px;
    padding: 8px 20px;
    background: #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .back_cart_button {
    font-size: 0.8125rem;
    border-radius: 2px;
    padding: 8px 20px;
    background: #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .back_to_customer_button {
    font-size: 0.8125rem;
    border-radius: 2px;
    padding: 8px 20px;
    background: #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .back_to_delivery_button {
    font-size: 0.8125rem;
    border-radius: 2px;
    padding: 8px 20px;
    background: #ccc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .to_customerinfo_button {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .to_deliveryinfo_button {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .to_reganddeliveryinfo_button {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .to_confirm_button {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .checkout_button {
    background: #e57373;
    padding: 8px 20px;
    color: #fff;
    font-size: 0.8125rem;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .flowInner #cartBox .send .agree_member_area {
    margin: 60px 0 0;
  }
  .flowInner #cartBox .send .agree_member_area textarea {
    width: -webkit-calc(100% - 20px);
    height: 200px;
  }
  .flowInner #cartBox .send .agree_member_area .to_reganddeliveryinfo_button {
    margin: 20px 0 0;
  }
  .flowInner #cartBox table th {
    display: none;
    border-right: 0;
  }
  .flowInner #cartBox table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td span {
    display: inline-block;
  }
  .flowInner #cartBox table .details {
    border-bottom: none;
    border-right: none;
    border-top: 1px solid #efefef;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td.unitPrice {
    text-align: left;
    border: none;
    border-top: 1px solid #efefef;
    padding: 10px 10px 10px 114px;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td.quantity {
    text-align: left;
    border: none;
    border-top: 1px solid #efefef;
    padding: 10px 10px 10px 114px;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td.aright {
    text-align: left;
    border: none;
    border-top: 1px solid #efefef;
    padding: 10px 10px 10px 114px;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td.price {
    text-align: left;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: none;
    padding: 10px 10px 10px 114px;
    box-sizing: border-box;
  }
  .flowInner #cartBox table td.upbutton {
    border-right: none;
    text-align: center;
  }
  .flowInner #cartBox table td.change {
    border-right: none;
    text-align: center;
  }
  .flowInner #cartBox table td.total {
    border-right: none;
    text-align: center;
  }
  .flowInner #cartBox table td.action {
    border-top: 1px solid #efefef;
    border-right: 0;
    box-sizing: border-box;
  }
  .flowInner #cartBox table th.aright {
    display: block;
  }
  footer .footerNavi .banner li {
    border: none !important;
  }
  footer .footerNavi .banner li a {
    border: none;
    padding: 0;
  }
  footer .footerNavi ul {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  footer .footerNavi ul li {
    display: block;
    margin: 0 20px 0 0;
    line-height: 2.2;
    width: 100%;
  }
  footer .footerNavi ul li a {
    display: block;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footerNavi ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footerNavi .banner li {
    padding: 0;
    margin: 0;
  }
  footer .footerNavi .inner {
    width: 100%;
  }
}
#topics .twitterBoxTicket h4, #topics .twitterBoxTicket .h4 {
  border-bottom: 1px solid #ddd;
}

#topics .twitterBoxBuy h4, #topics .twitterBoxBuy .h4 {
  border-bottom: 1px solid #ddd;
}

#topics .twitterBoxTicket {
  width: 48%;
  float: left;
  margin-bottom: 40px;
}

#topics .twitterBoxBuy {
  width: 48%;
  float: right;
  margin-bottom: 40px;
}

@media screen and (max-width: 414px) {
  #topics .twitterBoxTicket {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #topics .twitterBoxBuy {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
#topics .twitterBoxBuy .SandboxRoot.env-bp-430 p.timeline-Tweet-text {
  font-size: 12px;
}

main.second .airForm .mousikomiBox .content span.mwform-tel-field {
  line-height: 30px;
  float: none;
}

main.second .patternBox li .ticketTypePrice .inner .tagBara1 {
  padding: 4px 5px;
  background: #DB7093;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  min-width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagBara10 {
  padding: 4px 5px;
  background: #DB7093;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  min-width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagSheet {
  padding: 4px 5px;
  background: #1C669B;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  min-width: 50px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagRegular {
  padding: 4px 5px;
  background: #EEA500;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  min-width: 55px;
  font-weight: 700;
}

main.second .patternBox li .ticketTypePrice .inner .tagDx {
  padding: 4px 5px;
  background: #ED2F00;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  min-width: 55px;
  font-weight: 700;
}

#chubu #AirTicketPriceTableJAL > tbody:nth-child(2) {
  display: none;
}

#komakiAnaPrice {
  display: none;
}

#komaki #AirTicketPriceTableANA {
  display: none;
}

#komaki #AirTicketPriceTableJAL > tbody:nth-child(2) {
  display: none;
}

.comment1 {
  color: #FF1493;
}

.product_remarks {
  margin-bottom: 80px;
}

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

.product_remarks {
  clear: both;
}

.event_contents > a {
  cursor: pointer;
}

main.second #baseballBoxHeader {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 40px;
}

main.second #baseballBoxHeader h4, main.second #baseballBoxHeader .h4 {
  margin: 10px 20px;
  display: inline-block;
}

main.second #baseballBoxHeader #clearBtn {
  margin: 8px 20px 0 0;
  display: inline-block;
  float: right;
  text-align: center;
  font-size: 0.65rem;
}

/*
すべてのチームボタン
*/
main.second #baseballBoxHeader #clearBtn a.allteam {
  display: block;
  padding: 6px 12px;
  background: #f39800;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

main.second #baseballBoxHeader #clearBtn a.allteam:hover {
  color: #f39800;
  border: 1px solid #f39800;
  background: rgba(255, 255, 255, 0.8);
}

main.second .gameMonth ul {
  border-top: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 !important;
  box-sizing: border-box;
}

main.second .gameMonth ul li {
  float: left;
  margin: 0 5px 5px;
  min-width: 40px;
  font-size: 0.6875rem;
}

main.second .gameMonth ul li .active {
  background: #1a445a;
  color: #fff;
}

main.second #TitleYearMonth {
  text-align: center;
  background: url(/images/bg_header.jpg) 0 0;
  color: #FFF;
  border-radius: 2px;
}

main.second #TitleYearMonth h2, main.second #TitleYearMonth .h2 {
  padding: 5px 0;
}

main.second .gameMonthNavi ul {
  border-top: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 !important;
  box-sizing: border-box;
}

main.second .gameMonthNavi ul li.NextMonthLink {
  display: block;
  width: 100px;
  float: right;
}

main.second .gameMonthNavi ul li.PrevMonthLink {
  display: block;
  width: 100px;
  float: left;
}

main.second .gameMonthNavi ul li.NextMonthLink a {
  color: #11416b;
}

main.second .gameMonthNavi ul li.PrevMonthLink a {
  color: #11416b;
}

main.second .gameMonthNavi ul li.NextMonthLink a:hover {
  text-decoration: none;
}

main.second .gameMonthNavi ul li.PrevMonthLink a:hover {
  text-decoration: none;
}

main.second .caution4 {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
  padding: 0;
  margin: 0 20px;
}

.page-id-124 nav#main .menu li.home a {
  line-height: 36px;
  display: inherit;
  margin: 0;
}

.page-id-128 nav#main .menu li.home a {
  line-height: 36px;
  display: inherit;
  margin: 0;
}

.page-id-131 nav#main .menu li.home a {
  line-height: 36px;
  display: inherit;
  margin: 0;
}

.page-id-134 nav#main .menu li.home a {
  line-height: 36px;
  display: inherit;
  margin: 0;
}

.page-id-137 nav#main .menu li.home a {
  line-height: 36px;
  display: inherit;
  margin: 0;
}

.page-id-124 nav#main .menu li a {
  margin: 14px 0;
  line-height: 1.35;
}

.page-id-128 nav#main .menu li a {
  margin: 14px 0;
  line-height: 1.35;
}

.page-id-131 nav#main .menu li a {
  margin: 14px 0;
  line-height: 1.35;
}

.page-id-134 nav#main .menu li a {
  margin: 14px 0;
  line-height: 1.35;
}

.page-id-137 nav#main .menu li a {
  margin: 14px 0;
  line-height: 1.35;
}

.page-id-110 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-113 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-50 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-7705 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-7610 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-152 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-53 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-155 nav#main .menu li.home {
  padding-top: 12px;
}

.page-id-110 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-113 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-50 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-7705 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-7610 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-152 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-53 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

.page-id-155 nav#main .menu li.home a {
  display: inherit;
  margin: 0;
  line-height: 31px;
  padding: 7px 0 8px;
}

@-moz-document url-prefix() {
  .page-id-110 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-113 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-50 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-7705 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-7610 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-152 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-53 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-155 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-124 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-128 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-131 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-134 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
  .page-id-137 nav#main .menu li.home a {
    display: block;
    height: 16px;
    padding-top: 22px;
  }
}
.page-id-110 header {
  top: 0;
}

.page-id-113 header {
  top: 0;
}

.page-id-110 main.second {
  padding: 121px 0 0;
}

.page-id-113 main.second {
  padding: 121px 0 0;
}

@media screen and (max-width: 750px) {
  .page-id-110 main.second {
    padding: 33px 0 0;
  }
  .page-id-113 main.second {
    padding: 33px 0 0;
  }
}
/*20190510*/
.page-id-50 header {
  top: 0;
}

.page-id-7705 header {
  top: 0;
}

.page-id-7610 header {
  top: 0;
}

.page-id-53 header {
  top: 0;
}

.page-id-155 header {
  top: 0;
}

#post-50 {
  padding-top: 121px !important;
}

#post-7705 {
  padding-top: 121px !important;
}

#post-7610 {
  padding-top: 121px !important;
}

#post-124 {
  padding-top: 121px !important;
}

#post-128 {
  padding-top: 121px !important;
}

#post-131 {
  padding-top: 121px !important;
}

#post-134 {
  padding-top: 121px !important;
}

#post-137 {
  padding-top: 121px !important;
}

#post-152 {
  padding-top: 121px !important;
}

#post-53 {
  padding-top: 121px !important;
}

#post-155 {
  padding-top: 121px !important;
}

@media screen and (max-width: 750px) {
  #post-50 {
    padding: 33px 0 0 !important;
  }
  #post-7705 {
    padding: 33px 0 0 !important;
  }
  #post-7610 {
    padding: 33px 0 0 !important;
  }
  #post-124 {
    padding: 33px 0 0 !important;
  }
  #post-128 {
    padding: 33px 0 0 !important;
  }
  #post-131 {
    padding: 33px 0 0 !important;
  }
  #post-134 {
    padding: 33px 0 0 !important;
  }
  #post-137 {
    padding: 33px 0 0 !important;
  }
  #post-152 {
    padding: 33px 0 0 !important;
  }
  #post-53 {
    padding: 33px 0 0 !important;
  }
  #post-155 {
    padding: 33px 0 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .page-id-50 header#mobile {
    top: 0;
  }
  .page-id-7705 header#mobile {
    top: 0;
  }
  .page-id-7610 header#mobile {
    top: 0;
  }
  .page-id-152 header#mobile {
    top: 0;
  }
  .page-id-53 header#mobile {
    top: 0;
  }
  .page-id-155 header#mobile {
    top: 0;
  }
  #post-50 {
    padding: 33px 0 0;
  }
  #post-7705 {
    padding: 33px 0 0;
  }
  #post-7610 {
    padding: 33px 0 0;
  }
}
.page-id-113 nav#main {
  height: 70px;
}

.page-id-110 nav#main {
  height: 70px;
}

.page-id-50 nav#main {
  height: 70px;
}

.page-id-7705 nav#main {
  height: 70px;
}

.page-id-7610 nav#main {
  height: 70px;
}

.page-id-152 nav#main {
  height: 70px;
}

.page-id-53 nav#main {
  height: 70px;
}

.page-id-155 nav#main {
  height: 70px;
}

.page-id-113 nav#main .menu {
  margin-top: 0;
}

.page-id-110 nav#main .menu {
  margin-top: 0;
}

.page-id-50 nav#main .menu {
  margin-top: 0;
}

.page-id-7705 nav#main .menu {
  margin-top: 0;
}

.page-id-7610 nav#main .menu {
  margin-top: 0;
}

.page-id-152 nav#main .menu {
  margin-top: 0;
}

.page-id-53 nav#main .menu {
  margin-top: 0;
}

.page-id-155 nav#main .menu {
  margin-top: 0;
}

.page-id-113 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-110 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-50 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-7705 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-7610 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-152 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-53 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-155 nav#main .menu li a {
  padding: 9px 0 6px;
}

.page-id-113 nav#main .menu li small, .page-id-113 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-110 nav#main .menu li small, .page-id-110 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-50 nav#main .menu li small, .page-id-50 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-7705 nav#main .menu li small, .page-id-7705 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-7610 nav#main .menu li small, .page-id-7610 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-152 nav#main .menu li small, .page-id-152 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-53 nav#main .menu li small, .page-id-53 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-155 nav#main .menu li small, .page-id-155 nav#main .menu li .small {
  margin-top: 5px;
  display: block;
}

.page-id-110 #secondImage > h2 > span.en, .page-id-110 #secondImage > .h2 > span.en {
  display: inline-block;
  margin-top: 24px;
}

.page-id-113 #secondImage > h2 > span.en, .page-id-113 #secondImage > .h2 > span.en {
  display: inline-block;
  margin-top: 24px;
}

.page-id-110 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-113 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-50 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-7705 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-7610 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-152 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-53 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-155 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-124 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-128 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-131 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-134 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-137 header .rightContent nav ul li:last-child {
  margin: 0;
}

.page-id-110 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-113 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-50 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-7705 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-7610 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-152 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-53 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-155 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-124 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-128 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-131 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-134 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-137 header .rightContent #cartBtn a {
  margin: 10px 0;
  display: block;
}

.page-id-152 header {
  top: 0;
}

@media screen and (max-width: 750px) {
  /* サイト定義のスマホ幅（750px以下） */
  /* スマホ用 */
  .top-twitter {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
  .top-fb {
    float: none;
    width: 100% !important;
    max-width: 500px;
    margin: 0 0 30px 0;
    overflow: hidden;
  }
  .top-fb iframe {
    width: 100% !important;
  }
}
@media screen and (min-width: 751px) {
  /* サイト定義のタブレット・PC幅（751px以上） */
  .top-twitter {
    float: left;
    width: 48%;
    margin: 0 2% 30px 0;
  }
  .top-fb {
    float: right;
    width: 48%;
    margin: 0 0 30px 2%;
  }
  .top-fb iframe {
    width: 100% !important;
  }
}
.tagCardOk {
  padding: 4px 5px;
  background: #d05785;
  color: #fff;
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 1;
  margin: 1px 10px 0 0;
  width: 150px;
  font-weight: 700;
}

.lang-switch {
  position: relative;
  display: inline-block;
}
.lang-switch summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 0.8125rem;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}
.lang-switch summary::-webkit-details-marker {
  display: none;
}
.lang-switch summary::after {
  content: "▾";
  font-size: 0.7em;
}
.lang-switch summary:focus-visible {
  outline: 3px solid #fe7606;
  outline-offset: 2px;
}
.lang-switch[open] summary::after {
  content: "▴";
}
.lang-switch__menu {
  position: absolute;
  right: 0;
  z-index: 1100;
  min-width: 11em;
  margin: 4px 0 0;
  padding: 4px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
}
.lang-switch__menu a {
  display: block;
  padding: 6px 14px;
  color: #333;
  font-size: 0.8125rem;
  text-decoration: none;
}
.lang-switch__menu a:hover, .lang-switch__menu a:focus-visible {
  background: #f2f2f2;
  outline: none;
}
.lang-switch__menu a[aria-current=true] {
  font-weight: 700;
  color: #e60012;
}

@media (max-width: 767px) {
  .lang-switch__menu {
    right: auto;
    left: 0;
  }
}
.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}
.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 3, 0.1);
  z-index: 1000;
  outline: none;
}
.autoComplete_wrapper > ul > li {
  padding: 8px 16px;
  list-style: none;
  text-align: left;
  font-size: 14px;
  color: #212121;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}
.autoComplete_wrapper > ul > li::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}
.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1);
}
.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(123, 123, 123, 0.1);
}
.autoComplete_wrapper > ul > li mark, .autoComplete_wrapper > ul > li .mark {
  background-color: transparent;
  color: rgb(255, 122, 122);
  font-weight: bold;
}
.autoComplete_wrapper > ul > li mark::selection, .autoComplete_wrapper > ul > li .mark::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.input-group > .autoComplete_wrapper {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input2 {
    width: 18rem;
  }
}
#igami-toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#igami-toast-container * {
  box-sizing: border-box;
}
#igami-toast-container.igami-toast-container--top-center, #igami-toast-container.igami-toast-container--bottom-center, #igami-toast-container.igami-toast-container--top-full-width, #igami-toast-container.igami-toast-container--bottom-full-width {
  right: 0;
  width: 100%;
}
#igami-toast-container.igami-toast-container--top-center, #igami-toast-container.igami-toast-container--top-full-width {
  top: 0;
}
#igami-toast-container.igami-toast-container--bottom-center, #igami-toast-container.igami-toast-container--bottom-full-width {
  bottom: 0;
}
#igami-toast-container.igami-toast-container--top-left {
  top: 12px;
  left: 12px;
}
#igami-toast-container.igami-toast-container--top-right {
  top: 12px;
  right: 12px;
}
#igami-toast-container.igami-toast-container--bottom-right {
  right: 12px;
  bottom: 12px;
}
#igami-toast-container.igami-toast-container--bottom-left {
  bottom: 12px;
  left: 12px;
}
#igami-toast-container > .igami-toast {
  position: relative;
  width: 300px;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  overflow: hidden;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.9;
  pointer-events: auto;
}
#igami-toast-container > .igami-toast:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#igami-toast-container > .igami-toast.rtl {
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
  direction: rtl;
}
#igami-toast-container > .igami-toast--info {
  background-color: #2f96b4;
}
#igami-toast-container > .igami-toast--success {
  background-color: #51a351;
}
#igami-toast-container > .igami-toast--warning {
  background-color: #f89406;
}
#igami-toast-container > .igami-toast--error {
  background-color: #bd362f;
}
#igami-toast-container.igami-toast-container--top-center > .igami-toast, #igami-toast-container.igami-toast-container--bottom-center > .igami-toast {
  margin-right: auto;
  margin-left: auto;
}
#igami-toast-container.igami-toast-container--top-full-width > .igami-toast, #igami-toast-container.igami-toast-container--bottom-full-width > .igami-toast {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.igami-toast__title {
  font-size: 14px;
  font-weight: bold;
}
.igami-toast__message {
  overflow-wrap: break-word;
  font-size: 14px;
}
.igami-toast__message a,
.igami-toast__message label {
  color: #fff;
}
.igami-toast__message a:hover {
  color: #ccc;
  text-decoration: none;
}
.igami-toast__close {
  position: relative;
  top: -0.3em;
  right: -0.3em;
  float: right;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.9;
  cursor: pointer;
  appearance: none;
}
.igami-toast__close:hover, .igami-toast__close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.4;
}
.igami-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}

#igami-toast-container > .rtl .igami-toast__close {
  right: 0.3em;
  left: -0.3em;
  float: left;
}

@media all and (max-width: 240px) {
  #igami-toast-container > .igami-toast {
    width: 11em;
    padding: 8px 8px 8px 50px;
  }
  #igami-toast-container > .igami-toast.rtl {
    padding: 8px 50px 8px 8px;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #igami-toast-container > .igami-toast {
    width: 18em;
    padding: 8px 8px 8px 50px;
  }
  #igami-toast-container > .igami-toast.rtl {
    padding: 8px 50px 8px 8px;
  }
}
@media all and (min-width: 481px) and (max-width: 750px) {
  #igami-toast-container > .igami-toast {
    width: 25em;
  }
}
@font-face {
  font-family: cz-icons;
  src: url(../font/cz-icons.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
[class^=ci-]::before,
[class*=" ci-"]::before {
  font-family: "cz-icons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400 !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ci-chevron-right::before {
  content: "\f13f";
}

.ci-search::before {
  content: "\f202";
}

main.second .baseInner {
  padding: 0 20px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
main.second .baseInner .caution2 {
  padding: 0 0 10px;
}
main.second .dragonsButton {
  display: flex;
  gap: 10px;
  margin: 0 10px 20px;
  border: none;
  background: transparent;
  box-shadow: none;
}
main.second .dragonsButton a {
  flex: 1;
  display: block;
  padding: 8px 15px;
  border: 1px solid #1a445a;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  color: #1a445a;
  text-align: center;
  text-decoration: none;
  font-size: 0.65rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
main.second .dragonsButton a:hover {
  background: #1a445a;
  color: #fff;
}
main.second #baseballBoxHeader #clearBtn button.allteam {
  display: block;
  font-size: 0.65rem;
  padding: 6px 12px;
  background: #f39800;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
main.second #baseballBoxHeader #clearBtn button.allteam:hover {
  color: #f39800;
  border: 1px solid #f39800;
  background: rgba(255, 255, 255, 0.8);
}

.button button {
  display: block;
  padding: 8px 15px;
  border: none;
  font-size: 0.65rem;
  color: #1a445a;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.otherTeam button {
  padding: 0;
  cursor: pointer;
}

body.page-dragons-calendar table.schedule-list {
  width: 100%;
  border: 2px solid #ccc;
  border-collapse: collapse;
}
body.page-dragons-calendar table.schedule-list caption {
  padding: 0 0 2px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
body.page-dragons-calendar table.schedule-list th {
  padding: 5px;
  border-right: 1px dotted #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
  vertical-align: top;
}
body.page-dragons-calendar table.schedule-list td {
  padding: 5px;
  border-right: 1px dotted #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
body.page-dragons-calendar table.schedule-list td.Sun {
  background-color: #fff2ef;
  color: #c00;
}
body.page-dragons-calendar table.schedule-list td.Sat {
  background-color: #e6f6ff;
  color: #36c;
}
body.page-dragons-calendar table.schedule-list td.event {
  width: auto;
  color: #000;
  text-align: left;
}
body.page-dragons-calendar table.schedule-list td.event a {
  display: block;
  padding: 2px 0 2px 23px;
  background: url(img/icon_calendar.png) no-repeat 0 -20px;
  color: #333;
  line-height: 1.3;
}
body.page-dragons-calendar table.schedule-list td.event span.holiday {
  display: block;
  padding-left: 23px;
  background: url(img/icon_calendar.png) no-repeat 0 1px;
}
body.page-dragons-calendar table.schedule-list tr:nth-child(2n) td {
  background-color: #fafafa;
}
body.page-dragons-calendar table.schedule-list tr.Sun td {
  background-color: #fff2ef;
  color: #c00;
}
body.page-dragons-calendar table.schedule-list tr.Sat td {
  background-color: #e6f6ff;
  color: #36c;
}
body.page-dragons-calendar table.schedule-list tr.today td {
  background-color: #fff8b9;
  font-weight: bold;
}
body.page-dragons-calendar .col1,
body.page-dragons-calendar .col2 {
  width: 5%;
}
body.page-dragons-calendar .col3 {
  width: 90%;
}
body.page-dragons-calendar .event_contents {
  color: #333 !important;
}
body.page-dragons-calendar .event_contents > div > a {
  cursor: pointer;
}
body.page-dragons-calendar .day_e,
body.page-dragons-calendar .week_e {
  text-align: center;
}
body.page-dragons-calendar .link_prev {
  float: left;
}
body.page-dragons-calendar .link_next {
  float: right;
}
body.page-dragons-calendar .nextback {
  padding: 15px;
  text-align: center;
}

body.page-sale-item main {
  display: block;
  padding: 146px 0 0;
}
body.page-sale-item main.second .button {
  cursor: pointer;
}
body.page-sale-item section {
  padding: 80px 0;
  border-top: 1px solid #dcdcdc;
}
body.page-sale-item #caterogyBox .info {
  padding: 0 0 30px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
body.page-sale-item .preview-text {
  padding: 0 0 10px;
  color: red;
  font-size: 1rem;
  font-weight: bold;
}

body.page-mypage-ui .mypage-profile-image {
  width: 6.375rem;
}
body.page-mypage-ui .item-image {
  width: 100px;
}
body.page-mypage-ui .input_image {
  display: none;
}
body.page-mypage-ui .cursor {
  cursor: pointer;
}
body.page-mypage-ui .cardbrand-image {
  max-width: 220px;
}
body.page-mypage-ui .ccexp {
  max-width: 100px;
}
body.page-mypage-ui .alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(1),
body.page-mypage-ui table#table-order-items-single td:nth-child(1) {
  width: 110px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(2),
body.page-mypage-ui table#table-order-items-single td:nth-child(2) {
  width: auto;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(3),
body.page-mypage-ui table#table-order-items-single td:nth-child(3) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(4),
body.page-mypage-ui table#table-order-items-single td:nth-child(4) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(5),
body.page-mypage-ui table#table-order-items-single td:nth-child(5) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-single th:nth-child(1),
body.page-mypage-ui table#table-order-items-single td:nth-child(1) {
  padding: 0.75rem 0;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(1),
body.page-mypage-ui table#table-order-items-multi td:nth-child(1) {
  width: 110px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(2),
body.page-mypage-ui table#table-order-items-multi td:nth-child(2) {
  width: auto;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(3),
body.page-mypage-ui table#table-order-items-multi td:nth-child(3) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(4),
body.page-mypage-ui table#table-order-items-multi td:nth-child(4) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(5),
body.page-mypage-ui table#table-order-items-multi td:nth-child(5) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(6),
body.page-mypage-ui table#table-order-items-multi td:nth-child(6) {
  width: 90px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-order-items-multi th:nth-child(1),
body.page-mypage-ui table#table-order-items-multi td:nth-child(1) {
  padding: 0.75rem 0;
}
body.page-mypage-ui table#table-sendmail-histroy th:nth-child(1),
body.page-mypage-ui table#table-sendmail-histroy td:nth-child(1) {
  width: 80px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-sendmail-histroy th:nth-child(2),
body.page-mypage-ui table#table-sendmail-histroy td:nth-child(2) {
  width: auto;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-sendmail-histroy th:nth-child(3),
body.page-mypage-ui table#table-sendmail-histroy td:nth-child(3) {
  width: 250px;
  padding: 0.75rem 0.25rem;
}
body.page-mypage-ui table#table-sendmail-histroy th:nth-child(1),
body.page-mypage-ui table#table-sendmail-histroy td:nth-child(1) {
  padding: 0.75rem 0;
}
body.page-mypage-ui .mypageInner {
  width: 870px;
  margin: 0 auto;
  font-size: 0.875rem;
}
body.page-mypage-ui .nav-link-style {
  color: #4b566b;
  text-decoration: none;
}
body.page-mypage-ui .nav-link-style > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
body.page-mypage-ui .nav-link-style:hover, body.page-mypage-ui .nav-link-style.active {
  color: #e2014f;
}
body.page-mypage-ui .nav-link-style.nav-link-light {
  color: rgba(255, 255, 255, 0.65);
}
body.page-mypage-ui .nav-link-style.nav-link-light:hover, body.page-mypage-ui .nav-link-style.nav-link-light.active {
  color: #fff;
}
body.page-mypage-ui .active > .nav-link-style {
  color: #e2014f;
}
body.page-mypage-ui .active > .nav-link-style.nav-link-light {
  color: #fff;
}
body.page-mypage-ui .font-weight-medium {
  font-weight: 500 !important;
}
body.page-mypage-ui .font-size-xl {
  font-size: 1.625rem !important;
}
body.page-mypage-ui .font-size-lg {
  font-size: 1.125rem !important;
}
body.page-mypage-ui .font-size-base {
  font-size: 1rem !important;
}
body.page-mypage-ui .font-size-md {
  font-size: 0.9375rem !important;
}
body.page-mypage-ui .font-size-sm {
  font-size: 0.875rem !important;
}
body.page-mypage-ui .font-size-ms {
  font-size: 0.8125rem !important;
}
body.page-mypage-ui .font-size-xs {
  font-size: 0.75rem !important;
}
body.page-mypage-ui .text-shadow {
  text-shadow: 0 0.0625rem rgba(0, 0, 0, 0.5) !important;
}
body.page-mypage-ui .text-heading {
  color: #373f50 !important;
}
body.page-mypage-ui .text-border {
  color: #c9d5e0 !important;
  font-weight: 300;
}
body.page-mypage-ui .text-danger {
  color: #f86c6b;
}
@media screen and (max-width: 750px) {
  body.page-mypage-ui .mypageInner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

body.page-cart-ui button {
  border: none;
  cursor: pointer;
}
body.page-cart-ui .cartButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 6px 20px;
  border: none;
  border-radius: 50em;
  outline: none;
  background: #fb7300;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
body.page-cart-ui .cartButton img {
  margin-left: 8px;
}
body.page-cart-ui .cart-send {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.page-cart-ui .cart-send .to_customerinfo_button {
  margin: 0 0 20px;
  font-size: 16px !important;
  font-weight: bold;
}
body.page-cart-ui .cart-send .continue_shopping_button {
  font-size: 13px !important;
}
body.page-cart-ui .cart-send-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 120px;
}
body.page-cart-ui .cart-send-flex > button,
body.page-cart-ui .cart-send-flex > a {
  margin: 0 25px;
}
body.page-cart-ui .mab0 {
  margin-bottom: 0 !important;
}
body.page-cart-ui .mab30 {
  margin-bottom: 30px !important;
}
body.page-cart-ui .pab100 {
  padding-bottom: 100px !important;
}
body.page-cart-ui .cart-dl {
  margin: 10px 0 0 !important;
}
body.page-cart-ui .cart-cart-title {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
body.page-cart-ui .cart-guide {
  margin: 0 0 30px;
  color: #ccc;
  font-size: 13px;
  font-weight: bold;
}
body.page-cart-ui .mb-10px {
  margin-bottom: 10px;
}
body.page-cart-ui .text-color-333 {
  color: #333;
}
body.page-cart-ui #invoiceNumBox,
body.page-cart-ui #jobText {
  display: none;
  margin: 5px 0 0;
}
body.page-cart-ui .invoiceBox label {
  display: block;
}
body.page-cart-ui em {
  display: inline-block;
  margin: 0 3px;
  color: #e50000;
  font-size: 10px;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  body.page-cart-ui .cartFormBox label {
    display: block;
  }
}

main.second .soccerTitle {
  margin: 0 auto;
}
main.second .soccerTitle .teamLeft {
  text-align: center;
  float: left;
  padding: 10px 10px 0 0;
  margin: 0 0 20px;
  width: 42%;
  font-size: 0.875rem;
  font-weight: 700;
  box-sizing: border-box;
}
main.second .soccerTitle .teamLeft span {
  line-height: 30px;
  display: block;
  float: none;
  font-size: 0.75rem;
}
main.second .soccerTitle .teamLeft img {
  height: 80px;
  width: auto;
  display: block;
  float: none;
  margin: 0 auto;
}
main.second .soccerTitle .teamRight {
  text-align: center;
  float: right;
  padding: 10px 0 0 10px;
  margin: 0 0 20px;
  width: 42%;
  font-size: 0.875rem;
  font-weight: 700;
  box-sizing: border-box;
}
main.second .soccerTitle .teamRight span {
  line-height: 30px;
  display: block;
  float: none;
  font-size: 0.75rem;
}
main.second .soccerTitle .teamRight img {
  height: 80px;
  width: auto;
  float: none;
  margin: 0 auto;
  display: block;
}
main.second .soccerTitle .teamCenter {
  float: left;
  height: 66px;
  padding: 0 20px;
  margin: 18px 0 20px;
  background: url(../images/border_baseball.png) 0 0 repeat-x;
  position: relative;
  width: 16%;
  box-sizing: border-box;
}
main.second .soccerTitle .teamCenter img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#category .exchange h4, #category .exchange .h4,
#category .metal h4,
#category .metal .h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

#active-campaign {
  padding: 15px 0;
}
#active-campaign .pc-banner {
  display: none;
  margin: 0 auto;
  text-align: center;
}
#active-campaign .sp-banner {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#active-campaign img {
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  #active-campaign .pc-banner {
    display: block;
  }
  #active-campaign .sp-banner {
    display: none;
  }
}
#ranking .ranking-swiper-wrap {
  position: relative;
  overflow: hidden;
}
#ranking .rankingSwiper {
  padding: 0 0 42px;
}
#ranking .ranking-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ranking .ranking-slide {
  position: relative;
  height: auto;
}
#ranking .ranking-rank {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #d71920;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
#ranking .innerList {
  height: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
}
#ranking .innerList a {
  display: block;
  color: #333;
  text-decoration: none;
}
#ranking figure {
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
#ranking figure img {
  width: 100%;
  height: auto;
  display: block;
}
#ranking p.title {
  height: 40px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  box-sizing: content-box;
}
#ranking p.title span {
  display: block;
}
#ranking .ticketTypePrice {
  width: 100%;
  margin: 0;
}
#ranking .ticketTypePrice .inner {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}
#ranking .ranking-swiper-prev,
#ranking .ranking-swiper-next {
  color: #d71920;
}
#ranking .ranking-swiper-prev::after,
#ranking .ranking-swiper-next::after {
  font-size: 26px;
  font-weight: 700;
}
#ranking .ranking-swiper-pagination .swiper-pagination-bullet-active {
  background: #d71920;
}

/* Merged from public_html/css/search.css */
.select2-results {
  font-size: 13px;
}

.search-block {
  padding: 0 10px;
}

@media screen and (min-width: 751px) {
  .select2-input-group {
    width: 100%;
    min-width: 640px;
  }
  .wrap-select2 {
    min-width: 625px;
  }
}
@media screen and (min-width: 500px) and (max-width: 750px) {
  .select2-input-group {
    width: 100%;
    min-width: 100%;
  }
  .wrap-select2 {
    min-width: 87%;
  }
}
@media screen and (max-width: 499px) {
  .select2-input-group {
    width: 100%;
    min-width: 100%;
  }
  .wrap-select2 {
    min-width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .search-block {
    padding: 0 40px;
  }
}
/* Merged from public_html/css/company.css */
/* ==========================================================================
   会社概要ページ（/company）
   ========================================================================== */
#companyPage {
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
}

#companyPage *,
#companyPage *:before,
#companyPage *:after {
  box-sizing: border-box;
}

#companyPage a {
  color: #113F66;
  text-decoration: none;
}

#companyPage a:hover {
  color: #53BDDF;
}

/* section の共通スタイル（main.css の section 指定を打ち消す） */
#companyPage .cmp-sec {
  padding: 72px 0;
  border-top: none;
  background: #fff;
}

#companyPage .cmp-sec--gray {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

#companyPage .cmp-sec--navy {
  background: #113F66;
  color: #fff;
}

#companyPage .cmp-sec--tight {
  padding: 64px 0 0;
}

#companyPage .cmp-sec--last {
  padding-bottom: 80px;
}

#companyPage .cmp-inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* 見出し ------------------------------------------------------------------ */
/* main.css の section h3 / main.second h3 の指定を打ち消す */
#companyPage h2, #companyPage .h2,
#companyPage h3,
#companyPage .h3,
#companyPage h4,
#companyPage .h4 {
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: normal;
}

#companyPage .cmp-eyebrow {
  margin: 0 0 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: #53BDDF;
}

#companyPage .cmp-h2 {
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  overflow: visible;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #113F66;
  letter-spacing: 0.02em;
}

#companyPage .cmp-sec--navy .cmp-h2 {
  color: #fff;
}

#companyPage .cmp-head {
  margin: 0 0 34px;
}

/* .cmp-head を使わないセクションの見出し下の余白 */
#companyPage .cmp-h2 + .cmp-philosophy,
#companyPage .cmp-h2 + .cmp-dl,
#companyPage .cmp-h2 + .cmp-history {
  margin-top: 26px;
}

#companyPage .cmp-h2 + .cmp-shop__lead {
  margin-top: 16px;
}

#companyPage .cmp-head .cmp-lead {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

/* ヒーロー ---------------------------------------------------------------- */
#companyPage .cmp-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
}

#companyPage .cmp-hero .cmp-inner {
  position: relative;
  z-index: 2;
}

#companyPage .cmp-hero__body {
  max-width: 560px;
}

/* ヒーロー右の写真（左端の透過は画像側に焼き込み済み） */
#companyPage .cmp-hero__photo {
  position: absolute;
  top: 50%;
  right: 0;
  width: 54%;
  max-width: 900px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

/* トリミングすると左端の透過が失われるため、比率はそのまま保持する */
#companyPage .cmp-hero__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* 上端・下端をセクション背景へ落とす */
#companyPage .cmp-hero__photo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #F9F9F9 0%, rgba(249, 249, 249, 0) 16%, rgba(249, 249, 249, 0) 62%, #F9F9F9 100%);
}

@media screen and (max-width: 1400px) {
  #companyPage .cmp-hero__photo {
    width: 50%;
  }
}
#companyPage .cmp-hero__title {
  margin: 0 0 22px;
  padding: 0;
  background: none;
  display: block;
  overflow: visible;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 700;
  color: #113F66;
  letter-spacing: 0.01em;
}

#companyPage .cmp-hero__lead {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

#companyPage .cmp-hero__note {
  margin: 0 0 30px;
  font-size: 13px;
  line-height: 1.9;
  color: #666;
}

/* ボタン ------------------------------------------------------------------ */
#companyPage .cmp-btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

#companyPage .cmp-btnrow--sub {
  margin: 0;
  gap: 10px;
}

#companyPage .cmp-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 232px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  transition: background-color 0.2s;
}

#companyPage .cmp-btn--navy {
  background: #113F66;
}

#companyPage .cmp-btn--navy:hover {
  background: #0c3252;
  color: #fff;
}

#companyPage .cmp-btn--cyan {
  background: #53BDDF;
}

#companyPage .cmp-btn--cyan:hover {
  background: #3aa9cc;
  color: #fff;
}

#companyPage .cmp-btn--orange {
  background: #FE7606;
}

#companyPage .cmp-btn--orange:hover {
  background: #e56800;
  color: #fff;
}

#companyPage .cmp-btn--outline {
  display: inline-flex;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 11px 16px;
  background: #fff;
  border: 1px solid #113F66;
  color: #113F66;
  font-size: 13px;
  font-weight: 500;
}

#companyPage .cmp-btn--outline:hover {
  background: #113F66;
  color: #fff;
}

/* サービスカード ---------------------------------------------------------- */
#companyPage .cmp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 24px;
}

#companyPage .cmp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E5E5E5;
  border-top: 3px solid #E5E5E5;
}

#companyPage .cmp-card--cyan {
  border-top-color: #53BDDF;
}

#companyPage .cmp-card--orange {
  border-top-color: #FE7606;
}

#companyPage .cmp-card--navy {
  border-top-color: #113F66;
}

#companyPage .cmp-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 22px 22px 24px;
}

#companyPage .cmp-card__tag {
  align-self: flex-start;
  padding: 4px 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #fff;
  background: #E5E5E5;
}

#companyPage .cmp-card--cyan .cmp-card__tag {
  background: #53BDDF;
}

#companyPage .cmp-card--orange .cmp-card__tag {
  background: #FE7606;
}

#companyPage .cmp-card--navy .cmp-card__tag {
  background: #113F66;
}

#companyPage .cmp-card__title {
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  overflow: visible;
  font-size: 19px;
  font-weight: 700;
  color: #113F66;
  line-height: 1.5;
}

#companyPage .cmp-card__text {
  margin: 0;
  flex: 1;
  font-size: 13.5px;
  line-height: 1.85;
  color: #333;
}

#companyPage .cmp-card__note {
  margin: 0;
  padding: 9px 11px;
  font-size: 12px;
  line-height: 1.7;
  color: #666;
  background: #F9F9F9;
  border-left: 3px solid #E5E5E5;
}

#companyPage .cmp-card__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid #E5E5E5;
}

#companyPage .cmp-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13.5px;
  font-weight: 500;
}

/* 利用方法から選ぶ -------------------------------------------------------- */
#companyPage .cmp-purpose {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

#companyPage .cmp-purpose__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 20px;
  background: #113F66;
  color: #fff;
  transition: background-color 0.2s;
}

#companyPage .cmp-purpose__item:hover {
  background: #0b3255;
  color: #fff;
}

#companyPage .cmp-purpose__label {
  font-size: 14.5px;
  font-weight: 500;
}

#companyPage .cmp-purpose__dest {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  font-size: 12.5px;
  color: #53BDDF;
}

/* 選ばれる理由 ------------------------------------------------------------ */
#companyPage .cmp-reasons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #E5E5E5;
  border: 1px solid #E5E5E5;
}

#companyPage .cmp-reason {
  background: #fff;
  padding: 30px 28px;
}

#companyPage .cmp-reason__num {
  margin: 0 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #53BDDF;
}

#companyPage .cmp-reason__title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  display: block;
  overflow: visible;
  font-size: 18px;
  font-weight: 700;
  color: #113F66;
  line-height: 1.6;
}

#companyPage .cmp-reason__text {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.85;
  color: #333;
}

/* 店舗案内 ---------------------------------------------------------------- */
#companyPage .cmp-shop__lead {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

#companyPage .cmp-shop__note {
  margin: 0 0 26px;
  font-size: 13.5px;
  line-height: 1.9;
  color: #666;
}

#companyPage .cmp-shop__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#companyPage .cmp-shop__cta .cmp-btn {
  min-width: 266px;
  padding: 15px 20px;
  font-size: 14.5px;
}

#companyPage .cmp-shop__cta .cmp-btn--outline {
  justify-content: space-between;
  font-weight: 700;
}

/* 経営理念 ---------------------------------------------------------------- */
#companyPage .cmp-philosophy {
  padding: 32px 30px;
  background: #F9F9F9;
  border-left: 4px solid #53BDDF;
}

#companyPage .cmp-philosophy h2, #companyPage .cmp-philosophy .h2,
#companyPage .cmp-philosophy h3,
#companyPage .cmp-philosophy .h3,
#companyPage .cmp-philosophy h4,
#companyPage .cmp-philosophy .h4 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  display: block;
  overflow: visible;
  font-size: 21px;
  line-height: 1.85;
  font-weight: 700;
  color: #113F66;
}

#companyPage .cmp-philosophy p {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.95;
  color: #333;
}

#companyPage .cmp-philosophy > *:last-child {
  margin-bottom: 0;
}

#companyPage .cmp-philosophy img {
  max-width: 100%;
  height: auto;
}

/* 会社概要テーブル -------------------------------------------------------- */
#companyPage .cmp-dl {
  border-top: 1px solid #E5E5E5;
}

#companyPage .cmp-dl__row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #E5E5E5;
}

#companyPage .cmp-dl__label {
  font-size: 13.5px;
  font-weight: 700;
  color: #113F66;
}

#companyPage .cmp-dl__value {
  font-size: 14px;
  line-height: 1.85;
  color: #333;
}

#companyPage .cmp-dl__value p {
  margin: 0 0 10px;
}

#companyPage .cmp-dl__value img {
  max-width: 100%;
  height: auto;
}

#companyPage .cmp-dl__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
}

/* 沿革 -------------------------------------------------------------------- */
#companyPage .cmp-history {
  display: flex;
  flex-direction: column;
}

#companyPage .cmp-history__row {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

#companyPage .cmp-history__date {
  flex: none;
  min-width: 132px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #53BDDF;
  letter-spacing: 0.03em;
}

#companyPage .cmp-history__event {
  font-size: 14.5px;
  color: #333;
}

/* SP ---------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  #companyPage .cmp-sec {
    padding: 44px 0;
  }
  #companyPage .cmp-sec--tight {
    padding: 40px 0 0;
  }
  #companyPage .cmp-hero {
    padding: 28px 0 36px;
  }
  #companyPage .cmp-hero__photo {
    position: absolute;
    top: 25%;
    right: 0;
    width: 100%;
    max-width: 900px;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.3;
  }
  #companyPage .cmp-hero__body {
    max-width: none;
  }
  #companyPage .cmp-hero__title {
    font-size: 27px;
  }
  #companyPage .cmp-hero__lead {
    font-size: 14px;
  }
  #companyPage .cmp-h2 {
    font-size: 22px;
  }
  #companyPage .cmp-btnrow,
  #companyPage .cmp-btnrow--sub,
  #companyPage .cmp-shop__cta {
    flex-direction: column;
    align-items: stretch;
  }
  #companyPage .cmp-btn,
  #companyPage .cmp-shop__cta .cmp-btn {
    min-width: 0;
  }
  #companyPage .cmp-btn--outline {
    justify-content: space-between;
  }
  #companyPage .cmp-reasons {
    grid-template-columns: 1fr;
  }
  #companyPage .cmp-purpose {
    grid-template-columns: 1fr;
  }
  #companyPage .cmp-philosophy {
    padding: 24px 20px;
  }
  #companyPage .cmp-philosophy h2, #companyPage .cmp-philosophy .h2,
  #companyPage .cmp-philosophy h3,
  #companyPage .cmp-philosophy .h3,
  #companyPage .cmp-philosophy h4,
  #companyPage .cmp-philosophy .h4 {
    font-size: 16px;
  }
  #companyPage .cmp-dl__row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
  #companyPage .cmp-history__row {
    flex-direction: column;
    gap: 4px;
  }
  #companyPage .cmp-history__date {
    min-width: 0;
  }
}
/* Merged from public_html/css/checkout.css */
.at_exp_text {
  font-weight: bold;
  width: 100%;
}

.at_cont_text {
  width: calc(100% - 20px);
  padding: 10px;
  margin-bottom: 9px;
  background-color: #FFFFFF;
  border: 1px solid #c8ced3;
  height: 360px;
  overflow-y: scroll;
}

.checkOutInner p {
  color: #383838;
  font-size: 12px;
  font-size: 0.75rem;
}

.checkOutInner {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.checkOutFlow {
  margin: 60px 0 30px;
  display: flex;
}

.checkOutFlow li {
  height: 36px;
  width: 25%;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  background: url(../images/shape_cart_flow.svg) right 0 no-repeat;
  float: left;
  margin: 0;
  font-size: 0.6875rem;
}

.checkOutFlow li:last-child {
  margin: 0;
}

.checkOutFlow li.active {
  background: url(../images/shape_cart_flow_active.svg) right 0 no-repeat;
  color: #fff;
}

.checkOutInner .table th {
  width: 30%;
  background-color: #EFEFEF;
  vertical-align: middle;
  text-align: left;
}

.checkOutInner .table td {
  width: 70%;
  background-color: #FFFFFF;
}

.checkOutInner .table td .form-control {
  width: calc(100% - 20px);
  background-color: #FFFFFF;
  border-color: #c8ced3;
  border-radius: 0.1rem;
}

.checkOutInner .table td .form-control-xs {
  padding: 0.05rem 0.5rem;
  height: 1.75rem;
  font-size: 14px;
  border-radius: 0.1rem;
}

.checkOutInner .table td .form-card-input {
  padding: 4px 8px;
  height: 22px;
  font-size: 12px;
  border-radius: 0.1rem;
  display: block;
  width: calc(100% - 20px);
  max-width: 800px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4e7ea;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (min-width: 751px) {
  .checkOutInner {
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .checkOutFlow {
    margin: 80px 0 30px;
    display: flex;
    justify-content: space-between;
  }
  .checkOutFlow li {
    height: 36px;
    width: 200px;
    text-align: center;
    line-height: 36px;
    font-weight: 700;
    background: url(../images/shape_cart_flow.svg) 0 0 no-repeat;
    float: left;
    margin: 0 16px 0 0;
  }
  .checkOutFlow li:last-child {
    margin: 0;
  }
  .checkOutFlow li.active {
    background: url(../images/shape_cart_flow_active.svg) 0 0 no-repeat;
    color: #fff;
  }
  .checkOutInner .table th {
    width: 220px;
  }
  .checkOutInner .table td {
    width: 650px;
  }
}
/* Merged from public_html/css/kaitori.css */
.flowInner #cartBox table td.details figure {
  width: auto;
  height: 56px;
  overflow: hidden;
  padding: 0 20px 0 0;
}

.flowInner #cartBox table td.details figure img.cart-item-image {
  height: 56px;
}

main.second .patternBox > li.buy-item {
  min-inline-size: 0;
}
main.second .patternBox > li.buy-item > .innerList {
  display: flex;
  flex-direction: column;
  min-inline-size: 0;
  border: 1px solid #e0e6e9;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(26, 68, 90, 0.08);
}
main.second .patternBox > li.buy-item .title {
  min-block-size: 48px;
  padding: 10px 12px;
  color: #26343c;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .title .caption,
main.second .patternBox > li.buy-item .title .captionDark {
  display: block;
  padding-block-start: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .title .caption {
  color: #596770;
  font-weight: 400;
}
main.second .patternBox > li.buy-item .title .captionDark {
  color: #38464f;
  font-weight: 600;
}
main.second .patternBox > li.buy-item .normaltypePrice {
  min-inline-size: 0;
  margin: 0;
}
main.second .patternBox > li.buy-item .normaltypePrice > .inner {
  min-inline-size: 0;
  padding: 14px 12px 12px;
  border-block-start: 1px solid #e0e6e9;
  background: #fbfcfd;
}
main.second .patternBox > li.buy-item .normaltypePrice .price {
  color: #1a445a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .normaltypePrice .price-small {
  color: #596770;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
main.second .patternBox > li.buy-item .normaltypePrice .price-text {
  color: #26343c;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .normaltypePrice .form-check {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  min-block-size: 32px;
  margin: 0;
  padding: 0;
  text-align: start;
}
main.second .patternBox > li.buy-item .normaltypePrice .form-check-input {
  float: none;
  inline-size: 1rem;
  block-size: 1rem;
  margin: 4px 0 0;
  border-color: #7b8991;
  accent-color: #1a445a;
  cursor: pointer;
}
main.second .patternBox > li.buy-item .normaltypePrice .form-check-input:checked {
  border-color: #1a445a;
  background-color: #1a445a;
}
main.second .patternBox > li.buy-item .normaltypePrice .form-check-input:focus-visible {
  border-color: #1a445a;
  box-shadow: 0 0 0 3px rgba(26, 68, 90, 0.22);
}
main.second .patternBox > li.buy-item .normaltypePrice .form-check-label {
  min-inline-size: 0;
  color: #26343c;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
  overflow-wrap: anywhere;
  cursor: pointer;
}
main.second .patternBox > li.buy-item .normaltypePrice .info {
  padding-block-start: 8px;
  color: #66737c;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .buy-item-footer {
  display: flex;
  justify-content: center;
  margin-block-start: auto;
  padding: 0 12px 14px;
}
main.second .patternBox > li.buy-item .kaitoriButton,
main.second .patternBox > li.buy-item .tentouKaitoriButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  inline-size: 100%;
  max-inline-size: 190px;
  min-block-size: 42px;
  margin: 0;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
main.second .patternBox > li.buy-item .kaitoriButton span,
main.second .patternBox > li.buy-item .tentouKaitoriButton span {
  min-inline-size: 0;
  overflow-wrap: anywhere;
}
main.second .patternBox > li.buy-item .kaitoriButton img,
main.second .patternBox > li.buy-item .tentouKaitoriButton img {
  flex: 0 0 auto;
  inline-size: 18px;
  block-size: 18px;
}
main.second .patternBox > li.buy-item .kaitoriButton:focus-visible,
main.second .patternBox > li.buy-item .tentouKaitoriButton:focus-visible {
  outline: 3px solid rgba(26, 68, 90, 0.35);
  outline-offset: 3px;
}
main.second .patternBox > li.buy-item .kaitoriButton:disabled,
main.second .patternBox > li.buy-item .tentouKaitoriButton:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
main.second .patternBox > li.buy-item .kaitoriButton {
  background: #FB7300;
}
main.second .patternBox > li.buy-item .kaitoriButton:hover:not(:disabled) {
  background: #ab4e00;
}
main.second .patternBox > li.buy-item .tentouKaitoriButton {
  background: #c6283d;
}
main.second .patternBox > li.buy-item .tentouKaitoriButton:hover, main.second .patternBox > li.buy-item .tentouKaitoriButton:focus-visible {
  background: #a91f32;
}

@media screen and (max-width: 750px) {
  main.second .patternBox > li.buy-item {
    max-inline-size: 36rem;
    margin: 0 auto 16px;
    padding-inline: 16px;
  }
  main.second .patternBox > li.buy-item > .innerList {
    block-size: auto !important;
    min-block-size: 0;
    margin-block-end: 0;
  }
  main.second .patternBox > li.buy-item .title {
    min-block-size: 0;
    padding: 12px 14px;
    font-size: 0.9375rem;
    line-height: 1.55;
  }
  main.second .patternBox > li.buy-item .title .caption,
  main.second .patternBox > li.buy-item .title .captionDark {
    font-size: 0.8125rem;
  }
  main.second .patternBox > li.buy-item .normaltypePrice > .inner {
    padding: 14px;
  }
  main.second .patternBox > li.buy-item .normaltypePrice .price {
    font-size: 1.0625rem;
  }
  main.second .patternBox > li.buy-item .normaltypePrice .price-small,
  main.second .patternBox > li.buy-item .normaltypePrice .price-text,
  main.second .patternBox > li.buy-item .normaltypePrice .form-check-label,
  main.second .patternBox > li.buy-item .normaltypePrice .info {
    font-size: 0.875rem;
  }
  main.second .patternBox > li.buy-item .normaltypePrice .form-check {
    grid-template-columns: 1.125rem minmax(0, 1fr);
    min-block-size: 44px;
  }
  main.second .patternBox > li.buy-item .normaltypePrice .form-check-input {
    inline-size: 1.125rem;
    block-size: 1.125rem;
    margin-block-start: 5px;
  }
  main.second .patternBox > li.buy-item .normaltypePrice .form-check-label {
    display: flex;
    align-items: center;
    min-block-size: 44px;
    line-height: 1.5;
  }
  main.second .patternBox > li.buy-item .buy-item-footer {
    padding: 0 14px 16px;
  }
  main.second .patternBox > li.buy-item .kaitoriButton,
  main.second .patternBox > li.buy-item .tentouKaitoriButton {
    max-inline-size: 100%;
    min-block-size: 48px;
    padding: 11px 16px;
    color: #fff !important;
    font-size: 0.9375rem;
  }
  main.second .patternBox > li.buy-item .kaitoriButton,
  main.second .patternBox > li.buy-item .kaitoriButton:hover,
  main.second .patternBox > li.buy-item .kaitoriButton:focus-visible,
  main.second .patternBox > li.buy-item .kaitoriButton:active {
    background: #FB7300 !important;
  }
  main.second .patternBox > li.buy-item .kaitoriButton:hover:not(:disabled) {
    background: #ab4e00 !important;
  }
  main.second .patternBox > li.buy-item .tentouKaitoriButton,
  main.second .patternBox > li.buy-item .tentouKaitoriButton:hover,
  main.second .patternBox > li.buy-item .tentouKaitoriButton:focus-visible,
  main.second .patternBox > li.buy-item .tentouKaitoriButton:active {
    background: #c6283d !important;
  }
  main.second .patternBox > li.buy-item .tentouKaitoriButton:hover,
  main.second .patternBox > li.buy-item .tentouKaitoriButton:focus-visible {
    background: #a91f32 !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1079.98px) {
  .inner,
  section .inner,
  section#shopInfo .inner {
    width: calc(100% - 40px);
    max-width: 1080px;
  }
  footer .footerNavi .inner {
    width: calc(100% - 40px);
    max-width: 1080px;
  }
  section#infoText ul,
  .flowInner,
  body.page-mypage-ui .mypageInner {
    width: calc(100% - 40px);
    max-width: 870px;
  }
  header#desktop {
    position: relative;
    padding-top: 20px;
  }
  header#desktop .inner {
    width: 100%;
  }
  header#desktop .rightContent {
    min-width: 0;
  }
  header#desktop h1, header#desktop .h1 {
    display: none;
  }
  header#desktop nav#main {
    margin-top: 20px;
  }
  header#desktop nav#main .menu {
    width: 100%;
    padding-inline: 10px;
    flex-wrap: wrap;
  }
  header#desktop nav#main .menu > li {
    flex: 1 1 140px;
    min-width: 0;
    width: auto;
  }
  header#desktop nav#main .menu > li.home {
    flex-basis: 80px;
  }
  header#desktop nav#main .menu .menuSecond .inner {
    width: 100%;
    padding-inline: 20px;
  }
  main,
  main.second {
    padding-top: 0;
  }
  main.second #leftColumn,
  main.second #rightColumn {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 800px) {
  header#desktop #logo img {
    width: 180px;
    height: auto;
  }
}
header#desktop .lang-switch__menu a,
header#mobile .lang-switch__menu a {
  color: #1a445a;
}

@media screen and (max-width: 750px) {
  header#mobile nav#main .menu {
    display: block;
  }
  header#mobile > .search {
    position: absolute;
    top: 8px;
    left: 48px;
    z-index: 8;
  }
  header#mobile > .search a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
  }
  header#mobile #main-navbar {
    align-items: center;
  }
}
@media screen and (max-width: 499px) {
  header#mobile #logoMobile {
    margin-right: 135px;
    margin-left: 100px;
  }
  header#mobile #logoMobile img {
    width: 100%;
    max-width: 230px;
    height: auto;
  }
}
section#infoText ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

section#infoText ul li {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
}

section#infoText ul li .innerBox {
  height: 100%;
}

@media screen and (max-width: 750px) {
  section#infoText ul {
    grid-template-columns: minmax(0, 1fr);
  }
}
/*! Remodal vendor styles, structured from its legacy CSS source. */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal, [data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 8px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 500px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*! Font Awesome 4.5.0 vendor styles, structured from its legacy CSS source. */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

/* Project font path override retained from the previous vendor partial. */
@font-face {
  font-family: "FontAwesome";
  src: url("../assets/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../assets/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../assets/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../assets/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-style: normal;
  font-weight: normal;
}

/*# sourceMappingURL=main.css.map */
