/* Slider */
/* line 2, vendor/assets/stylesheets/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, vendor/assets/stylesheets/slick/slick.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/slick/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/assets/stylesheets/slick/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/assets/stylesheets/slick/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

/* line 51, vendor/assets/stylesheets/slick/slick.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/assets/stylesheets/slick/slick.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/assets/stylesheets/slick/slick.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/assets/stylesheets/slick/slick.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/assets/stylesheets/slick/slick.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/assets/stylesheets/slick/slick.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/assets/stylesheets/slick/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/assets/stylesheets/slick/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/assets/stylesheets/slick/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/assets/stylesheets/slick/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/assets/stylesheets/slick/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 1, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 17, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-overlay {
  opacity: .5;
  background: transparent url(/assets/vegas/overlays/02-b1e871140354e29dd43eea2f7559d82c9db5840c6a3611d7afb63716ebfc1ffc.png) center center repeat;
}

/* line 22, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

/* line 28, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  transition: width ease-out;
}

/* line 35, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

/* line 39, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  transform: translateZ(0);
  will-change: transform, opacity;
}

/* line 49, vendor/assets/stylesheets/vegas/vegas.css */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

/* line 54, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

/* line 61, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

/* line 67, vendor/assets/stylesheets/vegas/vegas.css */
body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
/* line 78, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  filter: blur(32px) brightness(1.01);
}

/* line 85, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  filter: blur(0px) brightness(1.01);
}

/* line 92, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/
/* burn transition */
/*******************************************/
/* line 99, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/* line 106, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  filter: contrast(100%) saturate(100%);
}

/* line 113, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-burn2-out {
  opacity: 0;
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/
/* fade transition */
/*******************************************/
/* line 122, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

/* line 127, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

/* line 132, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/
/* flash transition */
/*******************************************/
/* line 139, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  filter: brightness(25);
}

/* line 146, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  filter: brightness(1);
}

/* line 153, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-flash2-out {
  opacity: 0;
  filter: brightness(25);
}

/*******************************************/
/* negative transition */
/*******************************************/
/* line 162, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  filter: invert(100%);
}

/* line 169, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  filter: invert(0);
}

/* line 176, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-negative2-out {
  opacity: 0;
  filter: invert(100%);
}

/*******************************************/
/* slideDown transition */
/*******************************************/
/* line 185, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  transform: translateY(-100%);
}

/* line 191, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  transform: translateY(0%);
}

/* line 197, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideDown2-out {
  transform: translateY(100%);
}

/*******************************************/
/* slideLeft transition */
/*******************************************/
/* line 205, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  transform: translateX(100%);
}

/* line 211, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  transform: translateX(0%);
}

/* line 217, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideLeft2-out {
  transform: translateX(-100%);
}

/*******************************************/
/* slideRight transition */
/*******************************************/
/* line 225, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  transform: translateX(-100%);
}

/* line 231, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  transform: translateX(0%);
}

/* line 237, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideRight2-out {
  transform: translateX(100%);
}

/*******************************************/
/* slideUp transition */
/*******************************************/
/* line 245, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  transform: translateY(100%);
}

/* line 251, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  transform: translateY(0%);
}

/* line 257, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-slideUp2-out {
  transform: translateY(-100%);
}

/*******************************************/
/* swirlLeft transition */
/*******************************************/
/* line 265, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/* line 272, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 279, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlLeft2-out {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/
/* swirlRight transition */
/*******************************************/
/* line 288, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/* line 295, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* line 302, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-swirlRight2-out {
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/
/* zoomIn transition */
/*******************************************/
/* line 311, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  transform: scale(0);
  opacity: 0;
}

/* line 318, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 325, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomIn2-out {
  transform: scale(2);
  opacity: 0;
}

/*******************************************/
/* zoomOut transition */
/*******************************************/
/* line 334, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  transform: scale(2);
  opacity: 0;
}

/* line 341, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  transform: scale(1);
  opacity: 1;
}

/* line 348, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-transition-zoomOut2-out {
  transform: scale(0);
  opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 357, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 387, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}

@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 417, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDownRight {
  animation: kenburnsDownRight ease-out;
}

@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 447, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsDown {
  animation: kenburnsDown ease-out;
}

@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 477, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsLeft {
  animation: kenburnsLeft ease-out;
}

@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 507, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsRight {
  animation: kenburnsRight ease-out;
}

@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 537, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpLeft {
  animation: kenburnsUpLeft ease-out;
}

@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 567, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUpRight {
  animation: kenburnsUpRight ease-out;
}

@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 597, vendor/assets/stylesheets/vegas/vegas.css */
.vegas-animation-kenburnsUp {
  animation: kenburnsUp ease-out;
}

@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container * {
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 1, vendor/assets/stylesheets/toastr/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/*!
 *  Font Awesome 4.7.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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 28, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 125, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.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 */
/* line 188, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.1.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, app/assets/stylesheets/frontend/__normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/frontend/__normalize.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 32, app/assets/stylesheets/frontend/__normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 45, app/assets/stylesheets/frontend/__normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 56, app/assets/stylesheets/frontend/__normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 68, app/assets/stylesheets/frontend/__normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 77, app/assets/stylesheets/frontend/__normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 87, app/assets/stylesheets/frontend/__normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 97, app/assets/stylesheets/frontend/__normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 108, app/assets/stylesheets/frontend/__normalize.scss */
small {
  font-size: 80%;
}

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

/* line 125, app/assets/stylesheets/frontend/__normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 129, app/assets/stylesheets/frontend/__normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 140, app/assets/stylesheets/frontend/__normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 152, app/assets/stylesheets/frontend/__normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 168, app/assets/stylesheets/frontend/__normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 179, app/assets/stylesheets/frontend/__normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 189, app/assets/stylesheets/frontend/__normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 200, app/assets/stylesheets/frontend/__normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 212, app/assets/stylesheets/frontend/__normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 223, app/assets/stylesheets/frontend/__normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 247, app/assets/stylesheets/frontend/__normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 255, app/assets/stylesheets/frontend/__normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 264, app/assets/stylesheets/frontend/__normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 284, app/assets/stylesheets/frontend/__normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 293, app/assets/stylesheets/frontend/__normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 302, app/assets/stylesheets/frontend/__normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 314, app/assets/stylesheets/frontend/__normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 322, app/assets/stylesheets/frontend/__normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 333, app/assets/stylesheets/frontend/__normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 341, app/assets/stylesheets/frontend/__normalize.scss */
[hidden] {
  display: none;
}

/* Adjust if you needed */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Regular-57fb97f13f9a9e49fb6a716912225f65a85e08d7e3fcccd6535811385b0f9e40.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Medium-ae8b273be7d36a2bf98b012aa9ecaf6838af0c1307832af9b634a58451a689cf.woff2) format("woff2");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP"), url(/assets/NotoSansJP/NotoSansJP-Bold-fee4dbca59c21bfa7bf70c1fe0f6e6874f12f8221454c8396cba3b714def8167.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Thin-87b401b8434ad526e025b31e72e199b0a90da6d7e3f7afcd6f86a47cedaa4f5b.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Light-61ed6bc4edac473948c9bf8513d794ca3e3c7b24c45801ef0203cfee35417b8e.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Regular-d52af7b91000b9cc31f4e8a305571de6b2b07d466deddded0c859649b8ce0e6d.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Medium-6a614a192ae6b844a95f2e6619986c991763a519b8cca67a834215af5e6ceda9.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-SemiBold-77ac3c09f7cdadcf231c554c1c093d801c43944aaa5f20c235adffcdd78a34f4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Bold-4c5a4518e2a5b2f93d638da9a9059db8019a195c4cc089bc0e66b91a7f713bc4.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-ExtraBold-2087bf029eaed0dc1bb334a7dd0e99aa2d09ccc06696551f32bc6805b79bbcc1.woff2) format("woff2");
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Outfit"), url(/assets/Outfit/Outfit-Black-ca3242347c39975a23de431bf6b548bf0b70ac06b71a79959e3ed2fe9a752495.woff2) format("woff2");
}

/* line 4, app/assets/stylesheets/frontend/_default.scss */
html,
body {
  font-size: 62.5%;
}

/* line 8, app/assets/stylesheets/frontend/_default.scss */
body {
  background: white;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

/* line 15, app/assets/stylesheets/frontend/_default.scss */
::-moz-selection {
  color: white;
  background: deepskyblue;
}
::selection {
  color: white;
  background: deepskyblue;
}

/* line 20, app/assets/stylesheets/frontend/_default.scss */
a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

/* line 24, app/assets/stylesheets/frontend/_default.scss */
a:hover {
  color: #66d9ff;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/frontend/_default.scss */
a:focus {
  outline: none;
}

/* line 34, app/assets/stylesheets/frontend/_default.scss */
a:focus,
*:focus {
  outline: none;
}

@media print {
  /* line 41, app/assets/stylesheets/frontend/_default.scss */
  * html body {
    zoom: 0.7;
  }
}

/* line 46, app/assets/stylesheets/frontend/_default.scss */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 53, app/assets/stylesheets/frontend/_default.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* line 13, app/assets/stylesheets/frontend/style.scss */
.pc {
  display: block;
}

/* line 16, app/assets/stylesheets/frontend/style.scss */
.sp {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 24, app/assets/stylesheets/frontend/style.scss */
img {
  width: 100%;
  height: auto;
}

/* line 29, app/assets/stylesheets/frontend/style.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 35, app/assets/stylesheets/frontend/style.scss */
.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 41, app/assets/stylesheets/frontend/style.scss */
.wrap__ac {
  align-items: center;
}

/* line 45, app/assets/stylesheets/frontend/style.scss */
.wrap__rr {
  flex-direction: row-reverse;
}

/* line 49, app/assets/stylesheets/frontend/style.scss */
.headline {
  margin-bottom: 45px;
}

/* line 52, app/assets/stylesheets/frontend/style.scss */
.headline h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  color: #288cb4;
  text-align: center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 66, app/assets/stylesheets/frontend/style.scss */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

/* line 77, app/assets/stylesheets/frontend/style.scss */
.header .title {
  width: 40%;
}

/* line 79, app/assets/stylesheets/frontend/style.scss */
.header .title h1 {
  margin: 0;
  width: 95px;
}

/* line 84, app/assets/stylesheets/frontend/style.scss */
.header .title h1 a:hover {
  opacity: 0.5;
}

/* line 91, app/assets/stylesheets/frontend/style.scss */
.header .btns {
  display: none;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* line 98, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto {
  margin-right: 10px;
}

/* line 100, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #fabe00;
  border-radius: 7px;
  color: #fabe00;
  text-decoration: none;
  padding: 5px 15px;
  background: #fff;
}

/* line 111, app/assets/stylesheets/frontend/style.scss */
.header .btns .kyoto a:hover {
  background: #fabe00;
  color: #fff;
}

/* line 118, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase {
  margin-right: 20px;
}

/* line 120, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
}

/* line 130, app/assets/stylesheets/frontend/style.scss */
.header .btns .purchase a:hover {
  background: #fff;
  color: #000;
}

/* line 137, app/assets/stylesheets/frontend/style.scss */
.header .btns .language {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
}

/* line 142, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  margin: 0 5px;
  position: relative;
}

/* line 150, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  opacity: 0;
}

/* line 163, app/assets/stylesheets/frontend/style.scss */
.header .btns .language a:hover::after {
  opacity: 1;
}

/* line 171, app/assets/stylesheets/frontend/style.scss */
.header.on {
  background: rgba(255, 255, 255, 0.8);
}

/* line 176, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a {
  border: 2px solid #0096e0;
  color: #0096e0;
}

/* line 180, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .purchase a:hover {
  background: #0096e0;
  color: #fff;
}

/* line 187, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language {
  color: #0096e0;
}

/* line 190, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a {
  color: #0096e0;
}

/* line 193, app/assets/stylesheets/frontend/style.scss */
.header.on .btns .language a::after {
  background: #0096e0;
}

/* line 201, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger {
  border: 1px solid #0096e0;
}

/* line 204, app/assets/stylesheets/frontend/style.scss */
.header.on .menubar .menubar__trigger span {
  background-color: #0096e0;
}

/* line 212, app/assets/stylesheets/frontend/style.scss */
.fbtn {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 220, app/assets/stylesheets/frontend/style.scss */
.nav {
  visibility: hidden;
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 50px);
  z-index: 10000;
  background: #fff;
  border-radius: 30px;
  padding: 30px 50px;
  width: 80%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  opacity: 0;
}

/* line 235, app/assets/stylesheets/frontend/style.scss */
.nav .nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* line 242, app/assets/stylesheets/frontend/style.scss */
.nav.on {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

/* line 248, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list {
  flex: 1;
  display: flex;
}

/* line 252, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 256, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul {
  margin-bottom: 25px;
}

/* line 259, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li {
  margin-bottom: 7px;
}

/* line 262, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

/* line 267, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li a:hover {
  color: #0096e0;
}

/* line 273, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul li.label a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 281, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub {
  margin-bottom: 16px;
}

/* line 286, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 290, app/assets/stylesheets/frontend/style.scss */
.nav .nav__list .box ul.label__sub li.label a:hover {
  color: #0096e0;
}

/* line 301, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img {
  width: 35%;
  max-width: 400px;
  padding-right: 30px;
}

/* line 306, app/assets/stylesheets/frontend/style.scss */
.nav .nav__img img {
  transform: translate(0, 10px);
}

/* line 311, app/assets/stylesheets/frontend/style.scss */
.nav .close {
  position: absolute;
  top: 0;
  right: -20px;
}

/* line 316, app/assets/stylesheets/frontend/style.scss */
.nav .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 329, app/assets/stylesheets/frontend/style.scss */
.nav .close button:hover {
  transform: rotate(180deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 348, app/assets/stylesheets/frontend/style.scss */
.home .visual {
  width: 100%;
  height: calc(100svh - 200px);
  overflow: hidden;
  position: relative;
}

/* line 357, app/assets/stylesheets/frontend/style.scss */
.home .visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 368, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

/* line 378, app/assets/stylesheets/frontend/style.scss */
.home .visual .obj .maintenance__badge h1 {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-align: center;
}

/* line 389, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -10px;
  z-index: 20;
}

/* line 396, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul {
  display: flex;
}

/* line 399, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li {
  margin: 0 5px;
}

/* line 402, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a {
  width: 200px;
  height: 105px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 20px 0 0 0;
}

/* line 415, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.en {
  font-size: 28px;
  font-size: 2.8rem;
}

/* line 418, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}

/* line 422, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a p.jp span {
  padding-top: 10px;
}

/* line 427, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a span {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 433, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li a:hover {
  transform: translate(0, -10px);
}

/* line 439, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a {
  background: #715595;
}

/* line 442, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(1) a p.jp {
  padding-top: 20px;
}

/* line 448, app/assets/stylesheets/frontend/style.scss */
.home .visual .btns ul li:nth-child(2) a {
  padding-top: 20px;
  background: #cc0000;
}

/* line 457, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* line 467, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-slide-smart linear infinite;
  animation-duration: 20s;
}

/* line 474, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 479, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p strong {
  margin-right: 20px;
}

/* line 483, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a {
  text-decoration: none;
  color: #fff;
}

/* line 487, app/assets/stylesheets/frontend/style.scss */
.home .visual .info__ticker .info__ticker__inner p a:hover {
  opacity: 0.5;
}

@keyframes ticker-slide-smart {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* line 504, app/assets/stylesheets/frontend/style.scss */
.home .visual .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 513, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 521, app/assets/stylesheets/frontend/style.scss */
.home .visual .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 528, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  transform: translate(0, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

/* line 538, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a {
  display: block;
}

/* line 541, app/assets/stylesheets/frontend/style.scss */
.home .visual .instagram a:hover {
  opacity: 0.5;
}

/* line 548, app/assets/stylesheets/frontend/style.scss */
.home .toptabs {
  width: 100%;
  padding: 40px 50px 50px 50px;
}

/* line 552, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 557, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li {
  margin: 7px;
}

/* line 560, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a {
  text-decoration: none;
  color: #288cb4;
  display: block;
  min-width: 220px;
  border: 2.5px solid #288cb4;
  border-radius: 100vh;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  text-align: center;
  padding: 8px 10px;
  position: relative;
}

/* line 574, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a::after {
  content: "";
  width: 11px;
  height: 24px;
  background: url(/assets/link_mark_v-2552618aecc0b7679ac3f39aa14fe49ee1c0267e07b941af2faaa5427754c693.svg) no-repeat right center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 587, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover {
  opacity: 0.6;
}

/* line 590, app/assets/stylesheets/frontend/style.scss */
.home .toptabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 599, app/assets/stylesheets/frontend/style.scss */
.home .banner {
  width: 100%;
  padding: 10px 50px 50px 50px;
  background: #f0f0f0;
}

/* line 604, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt {
  width: 42%;
}

/* line 607, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 615, app/assets/stylesheets/frontend/style.scss */
.home .banner .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 621, app/assets/stylesheets/frontend/style.scss */
.home .banner .img {
  width: 55%;
}

/* line 625, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer {
  display: flex;
  justify-content: center;
}

/* line 629, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap {
  width: 70%;
  max-width: 1300px;
}

/* line 634, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
  width: 100%;
}

/* line 637, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
  padding: 0 65px;
}

/* line 640, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 654, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
  position: relative;
}

/* line 657, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}

/* line 663, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: start;
  align-items: center;
}

/* line 675, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
  width: 70%;
}

/* line 678, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-left: 5rem;
  word-break: break-word;
}

/* line 687, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner_image {
  border-radius: 10px;
}

/* line 693, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 698, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li.slick-active button {
  background: #0096e0;
}

/* line 702, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots li {
  margin: 0 5px;
}

/* line 706, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 721, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 727, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 743, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 746, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 748, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 755, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
  left: 0;
}

/* line 758, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
  right: 0;
}

/* line 762, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
  border-color: #0096e0 !important;
  color: #0096e0 !important;
}

/* line 767, app/assets/stylesheets/frontend/style.scss */
.home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
  background: none;
  border: 2px #0096e0 solid;
  border-radius: 50px;
}

/* line 778, app/assets/stylesheets/frontend/style.scss */
.home .information {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 783, app/assets/stylesheets/frontend/style.scss */
.home .information .title {
  width: 390px;
  margin-right: 60px;
}

/* line 787, app/assets/stylesheets/frontend/style.scss */
.home .information .title h2 {
  color: #288cb4;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 57px;
  font-size: 5.7rem;
  line-height: 1;
  margin-bottom: 13px;
}

/* line 796, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn {
  text-align: center;
}

/* line 798, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  background: #288cb4;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 10px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
}

/* line 811, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 824, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover {
  opacity: 0.6;
}

/* line 826, app/assets/stylesheets/frontend/style.scss */
.home .information .title .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 834, app/assets/stylesheets/frontend/style.scss */
.home .information .list {
  flex: 1;
}

/* line 838, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

/* line 843, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 847, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 854, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/assets/icons/news_mark-82965b232c6a2c9e42fa39a3099dc841b368f2cbe16a6addab13fe49bf8e3197.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 867, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover {
  opacity: 0.6;
}

/* line 869, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 874, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 879, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 886, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 890, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 895, app/assets/stylesheets/frontend/style.scss */
.home .information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 906, app/assets/stylesheets/frontend/style.scss */
.home .aboutus {
  width: 100%;
  padding: 70px 50px;
  background: #f0f0f0;
}

/* line 911, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt {
  width: 42%;
}

/* line 914, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  margin-bottom: 15px;
}

/* line 922, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

/* line 928, app/assets/stylesheets/frontend/style.scss */
.home .aboutus .img {
  width: 55%;
}

/* line 933, app/assets/stylesheets/frontend/style.scss */
.home .tabs {
  width: 100%;
  padding: 70px 50px 40px 50px;
  text-align: center;
}

/* line 938, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 943, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 10px;
}

/* line 948, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 10px;
  border-radius: 7px;
  color: #2878b4;
  position: relative;
}

/* line 962, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 975, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover {
  background: #2878b4;
  color: #fff;
}

/* line 979, app/assets/stylesheets/frontend/style.scss */
.home .tabs ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 988, app/assets/stylesheets/frontend/style.scss */
.home .features {
  width: 100%;
  padding: 30px 50px 70px 50px;
}

/* line 992, app/assets/stylesheets/frontend/style.scss */
.home .features .inner {
  max-width: 1000px;
}

/* line 996, app/assets/stylesheets/frontend/style.scss */
.home .features .headline {
  margin-bottom: 15px;
}

/* line 1000, app/assets/stylesheets/frontend/style.scss */
.home .features .lead {
  margin-bottom: 45px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #288cb4;
}

/* line 1007, app/assets/stylesheets/frontend/style.scss */
.home .features .icons {
  margin-bottom: 30px;
}

/* line 1010, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1015, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li {
  width: 16%;
}

/* line 1018, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li img {
  width: 100%;
  height: auto;
}

/* line 1023, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl {
  width: 100%;
}

/* line 1026, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dt {
  margin-bottom: 10px;
}

/* line 1029, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li dl dd {
  color: #288cb4;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 1038, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1049, app/assets/stylesheets/frontend/style.scss */
.home .features .icons ul li button:hover {
  opacity: 0.5;
}

/* line 1058, app/assets/stylesheets/frontend/style.scss */
.home .modal {
  display: none;
  width: 100%;
  opacity: 0;
  max-width: 880px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  padding: 60px 70px 80px 70px;
  transition: opacity 0.5s ease;
}

/* line 1072, app/assets/stylesheets/frontend/style.scss */
.home .modal .icon {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 0 auto;
}

/* line 1077, app/assets/stylesheets/frontend/style.scss */
.home .modal h3 {
  margin-top: 20px;
  color: #288cb4;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

/* line 1085, app/assets/stylesheets/frontend/style.scss */
.home .modal p {
  color: #288cb4;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}

/* line 1090, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
}

/* line 1096, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 1106, app/assets/stylesheets/frontend/style.scss */
.home .modal .modal__close button:hover {
  opacity: 0.5;
}

/* line 1112, app/assets/stylesheets/frontend/style.scss */
.home .modal__bg {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  transition: opacity 0.5s ease;
}

/* line 1124, app/assets/stylesheets/frontend/style.scss */
.home .modal.fade-in,
.home .modal__bg.fade-in {
  opacity: 1;
}

/* line 1129, app/assets/stylesheets/frontend/style.scss */
.home .ticket {
  width: 100%;
  padding: 70px 50px 70px 50px;
  background: #f0f0f0;
}

/* line 1134, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new {
  background: #fff;
  padding-top: 0;
}

/* line 1138, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad {
  padding: 0;
}

/* line 1141, app/assets/stylesheets/frontend/style.scss */
.home .ticket.purchase_new.no_pad .lead {
  padding-left: 5%;
  padding-right: 5%;
}

/* line 1148, app/assets/stylesheets/frontend/style.scss */
.home .ticket .headline {
  margin-bottom: 15px;
}

/* line 1152, app/assets/stylesheets/frontend/style.scss */
.home .ticket .lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #288cb4;
}

/* line 1159, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

/* line 1164, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1169, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li {
  width: 47%;
}

/* line 1172, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li h3 {
  background: #79a4ba;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1183, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box {
  background: #e5f4fd;
  padding: 15px 20px 30px 20px;
}

/* line 1187, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1192, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #288cb4;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1201, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .box .price dl:first-child {
  border-bottom: 1px solid #288cb4;
}

/* line 1208, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img {
  margin-bottom: 10px;
}

/* line 1211, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1217, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow {
  margin-bottom: 10px;
}

/* line 1219, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1232, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .buynow a:hover {
  opacity: 0.5;
}

/* line 1239, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0096e0;
  color: #288cb4;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1260, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1273, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1276, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list ul li .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1287, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1292, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li {
  width: 30%;
  max-width: 250px;
  margin: 0 5px;
}

/* line 1297, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #999;
  background-color: #fff;
  display: block;
  min-width: 220px;
  border: none;
  border-radius: 20px;
  text-align: center;
  padding: 8px 10px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
}

/* line 1320, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button.smoked_background {
  background: #f0f0f0;
}

/* line 1324, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tab_toggle ul li button:hover, .home .ticket .tickets__tab_toggle ul li button.active {
  background-color: #288cb4;
  color: #f0f0f0;
}

/* line 1334, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs {
  width: 100%;
  max-width: 1300px;
  margin: 5px auto 0 auto;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1345, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.white__background {
  background: #fff;
}

/* line 1349, app/assets/stylesheets/frontend/style.scss */
.home .ticket .tickets__tabs.active {
  display: block;
}

/* line 1356, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1361, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper {
  width: 100%;
}

/* line 1365, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item {
  margin-left: 10px;
  margin-right: 10px;
  min-height: 548px;
  display: flex;
  flex-direction: column;
}

/* line 1373, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
  background: #79a4ba;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1374, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
  font-size: 23px;
  font-size: 2.3rem;
  min-height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1392, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box {
  background: #e5f4fd;
  padding: 15px 20px 30px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* line 1399, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 13px auto;
}

/* line 1404, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
  display: flex;
  justify-content: space-between;
  color: #288cb4;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}

/* line 1413, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl:first-child {
  border-bottom: 1px solid #288cb4;
}

/* line 1420, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img {
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
}

/* line 1425, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .img img {
  aspect-ratio: 53/30;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 1442, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
  margin-bottom: 10px;
}

/* line 1444, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #cc0000;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

/* line 1457, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a:hover {
  opacity: 0.5;
}

/* line 1464, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0096e0;
  color: #288cb4;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  background: #fff;
  text-align: center;
  padding: 5px 0 8px 0;
  position: relative;
}

/* line 1485, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
  background-size: 100%;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.5s;
}

/* line 1498, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover {
  opacity: 0.7;
}

/* line 1501, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1509, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

/* line 1514, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li.slick-active button {
  background: #0096e0;
}

/* line 1518, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots li {
  margin: 0 5px;
}

/* line 1522, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1537, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1543, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1559, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
  opacity: 0.7;
}

/* line 1562, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1564, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1571, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-prev {
  left: -25px;
}

/* line 1574, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .slick-next {
  right: -25px;
}

/* line 1578, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper button.circle_color_main {
  border-color: #0096e0 !important;
  color: #0096e0 !important;
}

/* line 1583, app/assets/stylesheets/frontend/style.scss */
.home .ticket .list_slider .tickets_wrapper .circle_border {
  background: white;
  border: 2px #0096e0 solid;
  border-radius: 50px;
}

/* line 1592, app/assets/stylesheets/frontend/style.scss */
.home .ad {
  width: 100%;
  padding: 30px 50px 40px 50px;
}

/* line 1597, app/assets/stylesheets/frontend/style.scss */
.home .courses {
  width: 100%;
  padding: 70px 50px 50px 50px;
}

/* line 1601, app/assets/stylesheets/frontend/style.scss */
.home .courses .headline {
  margin-bottom: 30px;
}

/* line 1605, app/assets/stylesheets/frontend/style.scss */
.home .courses .laed {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #288cb4;
  margin-bottom: 50px;
}

/* line 1613, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns {
  margin-bottom: 30px;
}

/* line 1616, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul {
  display: flex;
  justify-content: center;
}

/* line 1620, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li {
  margin: 0 20px;
  width: 100%;
  max-width: 280px;
}

/* line 1625, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
}

/* line 1637, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li a:hover {
  opacity: 0.5;
}

/* line 1643, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(1) a {
  background: #288cb4;
}

/* line 1648, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__btns ul li:nth-child(2) a {
  background: #f18d00;
}

/* line 1655, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 1661, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  color: #288cb4;
  font-family: "Outfit", sans-serif;
  margin-bottom: 20px;
}

/* line 1669, app/assets/stylesheets/frontend/style.scss */
.home .courses .course__lead p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #288cb4;
}

/* line 1677, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 1682, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li {
  width: 30%;
  max-width: 190px;
  margin: 0 5px;
}

/* line 1687, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  padding: 13px 10px 20px 10px;
  border-radius: 7px 7px 0 0;
}

/* line 1705, app/assets/stylesheets/frontend/style.scss */
.home .courses .courses__tabs ul li button:hover, .home .courses .courses__tabs ul li button.active {
  transform: translate(0, -10px);
}

/* line 1730, app/assets/stylesheets/frontend/style.scss */
.home .courses .course {
  width: 100%;
  max-width: 1300px;
  margin: -10px auto 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 10px 50px;
  display: none;
  border-radius: 20px;
}

/* line 1741, app/assets/stylesheets/frontend/style.scss */
.home .courses .course.active {
  display: block;
}

/* line 1745, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h3 {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  color: #288cb4;
}

/* line 1753, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__sub {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  color: #288cb4;
}

/* line 1761, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__lead {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  color: #288cb4;
}

/* line 1767, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__img {
  margin-bottom: 30px;
}

/* line 1770, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__map {
  margin-bottom: 50px;
}

/* line 1774, app/assets/stylesheets/frontend/style.scss */
.home .courses .course h4 {
  font-size: 29px;
  font-size: 2.9rem;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

/* line 1782, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable {
  margin-bottom: 50px;
}

/* line 1786, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table {
  width: 100%;
  border-collapse: collapse;
}

/* line 1791, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table tr:nth-child(even) td {
  background: #ffc7c3;
}

/* line 1796, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th,
.home .courses .course .course__timetable .timetable table td {
  text-align: center;
  background: #ffe4e2;
  font-family: "Outfit", sans-serif;
  padding: 5px;
}

/* line 1804, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table th {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1808, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 1811, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable table td.label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 1818, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* line 1823, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  background-color: #0096e0;
  position: relative;
}

/* line 1834, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 1838, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__timetable .timetable .timetable_pdf a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 1848, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide {
  width: 100%;
}

/* line 1850, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

/* line 1855, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots li {
  margin: 0 5px;
}

/* line 1859, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 10px;
  height: 10px;
  background: #ccc;
  text-indent: -5000px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1874, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-dots button:hover {
  opacity: 0.5;
}

/* line 1880, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  text-indent: -5000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 1896, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow:hover {
  opacity: 0.6;
}

/* line 1899, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text {
  text-indent: 0;
}

/* line 1901, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-arrow.normal_text span {
  font-size: 3em;
  font-weight: 1000;
}

/* line 1907, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-prev {
  left: 0;
}

/* line 1910, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .slick-next {
  right: 0;
}

/* line 1914, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 1921, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1927, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 1933, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 1945, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 1960, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
  width: 100%;
  max-width: 85px;
  margin: 0 auto;
}

/* line 1966, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

/* line 1972, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}

/* line 1977, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn {
  text-align: center;
}

/* line 1980, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  display: block;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 15px 10px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

/* line 1998, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2011, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2015, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2023, app/assets/stylesheets/frontend/style.scss */
.home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 2035, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3,
.home .courses #red h4,
.home .courses #red .course__sub,
.home .courses #red .course__lead,
.home .courses #red .course__busstop {
  color: #f42b17;
}

/* line 2042, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .btn button,
.home .courses #red h4 .btn button,
.home .courses #red .course__sub .btn button,
.home .courses #red .course__lead .btn button,
.home .courses #red .course__busstop .btn button {
  background: #f42b17;
}

/* line 2049, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-dots li.slick-active button,
.home .courses #red h4 .slick-dots li.slick-active button,
.home .courses #red .course__sub .slick-dots li.slick-active button,
.home .courses #red .course__lead .slick-dots li.slick-active button,
.home .courses #red .course__busstop .slick-dots li.slick-active button {
  background: #f42b17;
}

/* line 2055, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
  background: url(/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2058, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-prev.circle_border,
.home .courses #red h4 .slick-prev.circle_border,
.home .courses #red .course__sub .slick-prev.circle_border,
.home .courses #red .course__lead .slick-prev.circle_border,
.home .courses #red .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2064, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
  background: url(/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2068, app/assets/stylesheets/frontend/style.scss */
.home .courses #red h3 .slick-next.circle_border,
.home .courses #red h4 .slick-next.circle_border,
.home .courses #red .course__sub .slick-next.circle_border,
.home .courses #red .course__lead .slick-next.circle_border,
.home .courses #red .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2077, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3,
.home .courses #blue h4,
.home .courses #blue .course__sub,
.home .courses #blue .course__lead,
.home .courses #blue .course__busstop {
  color: #00a2f2;
}

/* line 2084, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .btn button,
.home .courses #blue h4 .btn button,
.home .courses #blue .course__sub .btn button,
.home .courses #blue .course__lead .btn button,
.home .courses #blue .course__busstop .btn button {
  background: #00a2f2;
}

/* line 2091, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-dots li.slick-active button,
.home .courses #blue h4 .slick-dots li.slick-active button,
.home .courses #blue .course__sub .slick-dots li.slick-active button,
.home .courses #blue .course__lead .slick-dots li.slick-active button,
.home .courses #blue .course__busstop .slick-dots li.slick-active button {
  background: #00a2f2;
}

/* line 2097, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
  background: url(/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2100, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-prev.circle_border,
.home .courses #blue h4 .slick-prev.circle_border,
.home .courses #blue .course__sub .slick-prev.circle_border,
.home .courses #blue .course__lead .slick-prev.circle_border,
.home .courses #blue .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2106, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
  background: url(/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2110, app/assets/stylesheets/frontend/style.scss */
.home .courses #blue h3 .slick-next.circle_border,
.home .courses #blue h4 .slick-next.circle_border,
.home .courses #blue .course__sub .slick-next.circle_border,
.home .courses #blue .course__lead .slick-next.circle_border,
.home .courses #blue .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2119, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3,
.home .courses #green h4,
.home .courses #green .course__sub,
.home .courses #green .course__lead,
.home .courses #green .course__busstop {
  color: #08b23b;
}

/* line 2126, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .btn button,
.home .courses #green h4 .btn button,
.home .courses #green .course__sub .btn button,
.home .courses #green .course__lead .btn button,
.home .courses #green .course__busstop .btn button {
  background: #08b23b;
}

/* line 2133, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-dots li.slick-active button,
.home .courses #green h4 .slick-dots li.slick-active button,
.home .courses #green .course__sub .slick-dots li.slick-active button,
.home .courses #green .course__lead .slick-dots li.slick-active button,
.home .courses #green .course__busstop .slick-dots li.slick-active button {
  background: #08b23b;
}

/* line 2139, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
  background: url(/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2142, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-prev.circle_border,
.home .courses #green h4 .slick-prev.circle_border,
.home .courses #green .course__sub .slick-prev.circle_border,
.home .courses #green .course__lead .slick-prev.circle_border,
.home .courses #green .course__busstop .slick-prev.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2148, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
  background: url(/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
  background-size: 40px;
}

/* line 2151, app/assets/stylesheets/frontend/style.scss */
.home .courses #green h3 .slick-next.circle_border,
.home .courses #green h4 .slick-next.circle_border,
.home .courses #green .course__sub .slick-next.circle_border,
.home .courses #green .course__lead .slick-next.circle_border,
.home .courses #green .course__busstop .slick-next.circle_border {
  background: none;
  border: 2px black solid;
  border-radius: 50px;
}

/* line 2162, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-track {
  display: flex !important;
}

/* line 2166, app/assets/stylesheets/frontend/style.scss */
.home .courses .slick-slide {
  height: inherit !important;
}

/* line 2171, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image {
  width: 100%;
  margin-bottom: 50px;
}

/* line 2175, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 2181, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
}

/* line 2194, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  flex: 1;
}

/* line 2199, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt img {
  width: 30px;
  height: auto;
}

/* line 2205, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
  margin-left: 10px;
}

/* line 2208, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
  width: 100%;
  max-width: 130px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
  background: url(/assets/icon_map-68680f9d40694cb776f4662a53d0178c6a0c8b8f9019e46086ba0d5ed02ca7f3.svg) 10px center no-repeat #f6b12c;
  background-size: 12px;
  padding: 10px 10px 10px 30px;
}

/* line 2221, app/assets/stylesheets/frontend/style.scss */
.home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2236, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1501;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1000px;
  border-radius: 20px;
}

/* line 2248, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .busstop__detail__inner {
  position: relative;
  padding: 50px 40px 40px 40px;
}

/* line 2253, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num {
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

/* line 2259, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
  border: 2px blue solid;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
}

/* line 2271, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 3.7rem;
  color: blue;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

/* line 2286, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .num img {
  width: 90px;
}

/* line 2291, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

/* line 2298, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt {
  width: 30%;
  margin-bottom: 20px;
}

/* line 2302, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}

/* line 2307, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 2312, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 2317, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns {
  padding-top: 5px;
}

/* line 2320, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li {
  margin: 10px 0;
}

/* line 2323, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a {
  display: block;
  color: #fff;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  position: relative;
}

/* line 2334, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 2347, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 2351, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .txt .btns ul li a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 2361, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img {
  width: 67%;
}

/* line 2364, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul {
  display: flex;
  justify-content: center;
}

/* line 2368, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li {
  width: 50%;
  padding: 0 7px;
}

/* line 2372, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .img ul li img {
  border: 1px solid #eee;
}

/* line 2379, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 2384, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  background: none;
  text-align: center;
  width: 30px;
  cursor: pointer;
  transition: 0.6s;
}

/* line 2397, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__box .close button:hover {
  transform: rotate(180deg);
}

/* line 2405, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .title {
  color: #f42b17;
}

/* line 2409, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .txt dt {
  color: #f42b17;
}

/* line 2414, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__red .btns a {
  background: #f42b17;
}

/* line 2420, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .title {
  color: #00a2f2;
}

/* line 2424, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .txt dt {
  color: #00a2f2;
}

/* line 2429, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__blue .btns a {
  background: #00a2f2;
}

/* line 2435, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .title {
  color: #08b23b;
}

/* line 2439, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .txt dt {
  color: #08b23b;
}

/* line 2444, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__green .btns a {
  background: #08b23b;
}

/* line 2450, app/assets/stylesheets/frontend/style.scss */
.busstop__detail .busstop__detail__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.8);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2466, app/assets/stylesheets/frontend/style.scss */
.page {
  background: #f0f0f0;
  padding-bottom: 70px;
}

/* line 2470, app/assets/stylesheets/frontend/style.scss */
.page .page__header {
  width: 100%;
  height: 450px;
  position: relative;
}

/* line 2475, app/assets/stylesheets/frontend/style.scss */
.page .page__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* line 2487, app/assets/stylesheets/frontend/style.scss */
.page .page__box {
  width: 100%;
  padding: 0 50px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
}

/* line 2494, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 50px 50px 60px 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

/* line 2505, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner.no__horizontal__padding {
  padding-left: 0;
  padding-right: 0;
}

/* line 2511, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__box__inner .horizontal__padded__child {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 2517, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

/* line 2522, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline::after {
  content: none;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 0);
  width: 170px;
  height: 2px;
  background: #0096e0;
}

/* line 2533, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline h1 {
  font-weight: 200;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1;
  margin: 0;
}

/* line 2542, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__headline .sub {
  font-size: 22px;
  font-size: 2.2rem;
  color: #0096e0;
  font-weight: 400;
}

/* line 2549, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__lead {
  text-align: center;
  color: #0096e0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* line 2557, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__note {
  text-align: center;
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* line 2565, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* line 2571, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 2577, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 2584, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #0096e0;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 2593, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(0, 150, 224, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 2604, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0096e0;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 2614, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #0096e0;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 2627, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h2.sttl__bar {
  background: #0096e0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2638, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #0096e0;
  padding-left: 15px;
}

/* line 2649, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 2658, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 2662, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2668, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2675, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 2679, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 2685, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 2692, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 2697, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__bold {
  font-weight: 500;
}

/* line 2701, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 2705, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 2709, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__center {
  text-align: center;
}

/* line 2712, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__right {
  text-align: right;
}

/* line 2716, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__blue {
  color: #0096e0;
}

/* line 2720, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice {
  text-align: center;
}

/* line 2723, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 2733, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 2739, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 2746, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base th {
  background: #f9f9f9;
}

/* line 2749, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base td {
  background: #fff;
}

/* line 2753, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 2758, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 2765, app/assets/stylesheets/frontend/style.scss */
.page .page__box .page__base .table__base .table__inner th {
  font-weight: 500;
}

/* line 2773, app/assets/stylesheets/frontend/style.scss */
.page .pager {
  text-align: center;
}

/* line 2776, app/assets/stylesheets/frontend/style.scss */
.page .pager a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  margin: 3px;
  background: #ccc;
  font-family: "Outfit", sans-serif;
  border: 1px solid #ccc;
}

/* line 2790, app/assets/stylesheets/frontend/style.scss */
.page .pager a:hover {
  background: #0096e0;
  border: 1px solid #0096e0;
}

/* line 2795, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev, .page .pager a.next {
  background: #fff;
  border: 1px solid #ccc;
  color: #bbb;
}

/* line 2801, app/assets/stylesheets/frontend/style.scss */
.page .pager a.prev:hover, .page .pager a.next:hover {
  background: #0096e0;
  border: 1px solid #0096e0;
  color: #fff;
}

/* line 2809, app/assets/stylesheets/frontend/style.scss */
.page .pager .current {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #0096e0;
  border: 1px solid #0096e0;
  margin: 3px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 2830, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 2836, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 2841, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul.center {
  justify-content: center;
}

/* line 2845, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li {
  width: 48%;
}

/* line 2848, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li .label {
  background: #e6e6e6;
  color: #0096e0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 2859, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl {
  border-bottom: 1px dotted #0096e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 2864, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt {
  margin-bottom: 7px;
}

/* line 2866, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dt span {
  display: inline-block;
  border: 1px solid #0096e0;
  color: #0096e0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 2876, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 2884, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__type .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 2891, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto {
  padding: 20px 0;
}

/* line 2894, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto h2 {
  background: rgba(0, 150, 224, 0.5);
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 2905, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul {
  margin-bottom: 20px;
}

/* line 2908, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li {
  padding-left: 30px;
  margin: 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}

/* line 2915, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: rgba(0, 150, 224, 0.7);
  border-radius: 100vh;
}

/* line 2926, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark {
  padding-left: 5px;
}

/* line 2928, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto ul li.nomark::after {
  display: none;
}

/* line 2935, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card {
  text-align: center;
}

/* line 2938, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__howto .card img {
  width: 100%;
  max-width: 600px;
}

/* line 2945, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box {
  padding: 20px 0;
}

/* line 2948, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-align: center;
  margin-bottom: 60px;
}

/* line 2960, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__howto h2 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

/* line 2967, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box abbr {
  padding-left: 5px;
  color: #c00;
  text-decoration: none;
}

/* line 2973, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule {
  margin-bottom: 50px;
}

/* line 2976, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule h3 {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  font-weight: 600;
}

/* line 2985, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .today {
  background: #ffffc0;
}

/* line 2988, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-0,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .wday-6 {
  background: rgba(243, 86, 84, 0.1);
}

/* line 2992, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .prev-month,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .next-month {
  background: #e6e6e6;
}

/* line 2996, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3002, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #555;
  padding: 5px 20px;
}

/* line 3009, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a:hover {
  color: #0096e0;
}

/* line 3014, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #0096e0;
  padding: 5px 20px;
}

/* line 3024, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
  width: 100%;
  border-collapse: collapse;
}

/* line 3029, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 3034, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(1), .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th:nth-child(7) {
  color: #f35654;
}

/* line 3042, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
  border: 1px solid #ccc;
  padding: 13px;
  vertical-align: top;
  height: 125px;
}

/* line 3049, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th p,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td p {
  float: left;
  margin: 0;
  line-height: 1.5;
}

/* line 3054, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th .operating_text,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td .operating_text {
  float: right;
  font-weight: 500;
}

/* line 3059, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
  clear: both;
  padding-top: 20px;
}

/* line 3063, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3066, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li.schedule_ticket_type_select,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li.schedule_ticket_type_select {
  cursor: pointer;
  text-decoration: underline;
}

/* line 3078, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* line 3083, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item {
  margin-bottom: 10px;
}

/* line 3086, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3092, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select,
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  margin: 5px 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3106, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item input {
  padding: 13px;
  background: #fff;
}

/* line 3110, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item select {
  padding: 14px 13px;
  background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3115, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item textarea {
  padding: 13px;
  background: #fff;
}

/* line 3121, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .field_with_errors > :first-child:not(label) {
  border: 1px dashed #f44336;
}

/* line 3126, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .error_message {
  font-size: 12px;
  font-size: 1.2rem;
  color: #f44336;
}

/* line 3131, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon_message_element {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  display: none;
}

/* line 3136, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon_message_element.active {
  display: block;
}

/* line 3140, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon_message_element.coupon_failed {
  color: #f44336;
}

/* line 3143, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon_message_element.coupon_success {
  color: #08b23b;
}

/* line 3148, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon__wrapper {
  display: flex;
}

/* line 3151, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon__wrapper .field_with_errors, .page.purchases .purchases__box .purchases__box__form .form__item .coupon__wrapper input {
  flex-grow: 1;
}

/* line 3155, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__item .coupon__wrapper button {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 13px 30px;
  border-radius: 60px;
  margin-left: 10px;
  width: 150px;
}

/* line 3174, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3180, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3186, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 3190, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 3204, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3208, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__box .purchases__box__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 3217, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm {
  padding-top: 20px;
}

/* line 3220, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 3227, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dt {
  width: 10em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 3232, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__confirm dl dd {
  flex: 1;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 3239, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card {
  text-align: center;
  padding-top: 30px;
}

/* line 3243, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 3251, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 3257, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3271, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3280, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .num {
  width: 55%;
}

/* line 3283, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .date {
  width: 20%;
}

/* line 3286, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .form .ccv {
  width: 20%;
}

/* line 3291, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card {
  margin-bottom: 30px;
}

/* line 3293, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .card img {
  width: 100%;
  max-width: 500px;
}

/* line 3300, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3305, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li {
  margin: 5px 5px;
}

/* line 3308, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3321, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back:hover,
.page.purchases .purchases__card .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3326, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .back {
  background: #ccc;
  padding: 17px 30px;
}

/* line 3331, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__card .btns ul li .submit {
  background: #0096e0;
  padding: 17px 60px;
}

/* line 3340, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment {
  text-align: center;
  padding-top: 30px;
}

/* line 3344, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment h3 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
}

/* line 3352, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form {
  margin-bottom: 15px;
}

/* line 3355, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input,
.page.purchases .purchases__new__payment .form select,
.page.purchases .purchases__new__payment .form textarea {
  margin: 5px 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3368, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form input {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 3381, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form select {
  padding: 14px 13px;
  background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
  background-size: 10px;
}

/* line 3388, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
}

/* line 3394, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 3397, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .form dl dd.calendar select {
  padding-right: 50px;
}

/* line 3406, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 3411, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li {
  margin: 5px 5px;
}

/* line 3414, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
  transition: 0.3s;
}

/* line 3426, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit:hover {
  opacity: 0.6;
}

/* line 3431, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__new__payment .btns ul li .submit {
  background: #0096e0;
  padding: 17px 60px;
}

/* line 3440, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav {
  margin-bottom: 30px;
}

/* line 3442, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a {
  display: inline-block;
  border: 1px solid #0096e0;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 200;
  border-radius: 10px;
  color: #0096e0;
  padding: 5px 30px 5px 45px;
  background: url(/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 20px center #fff;
  background-size: 13px;
}

/* line 3456, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__nav a:hover {
  opacity: 0.6;
}

/* line 3462, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 80px auto;
}

/* line 3467, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1.5px solid #0096e0;
  padding: 25px 0;
}

/* line 3475, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box:last-child {
  border: none;
}

/* line 3479, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  width: 220px;
}

/* line 3489, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter {
  flex: 1;
}

/* line 3491, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e6e6;
  border-radius: 40px;
  width: 100%;
  padding: 5px 20px;
  font-family: sans-serif;
}

/* line 3501, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
  background-color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 200;
}

/* line 3516, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
  width: 100px;
  text-align: center;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 200;
  border: none;
  background: transparent;
  outline: none;
  color: #333333;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
}

/* line 3533, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date {
  margin-bottom: 100px;
}

/* line 3536, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3546, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

/* line 3554, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__date__item {
  width: 30%;
}

/* line 3558, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box h3 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 10px 0;
}

/* line 3568, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
  display: none;
}

/* line 3572, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #e6e6e6;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
}

/* line 3591, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"]:checked + label {
  background-color: #0096e0;
  color: #fff;
}

/* line 3598, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  height: 90px;
  background: url(/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
  background-size: 30px;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 3622, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__date .purchases__date__box .purchases__cal button.select {
  background: #0096e0;
  color: #fff;
}

/* line 3631, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule {
  margin-bottom: 100px;
}

/* line 3634, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule h2 {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  color: #0096e0;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0 40px 0;
}

/* line 3644, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__year {
  width: 100%;
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #0096e0;
  margin-bottom: 20px;
}

/* line 3654, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__h {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3659, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
  width: 100%;
  max-width: 200px;
  text-align: center;
}

/* line 3665, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  text-decoration: none;
  color: #333333;
}

/* line 3671, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__prev a:hover,
.page.purchases .purchases__schedule .schedule__next a:hover {
  opacity: 0.6;
}

/* line 3676, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title {
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  color: #0096e0;
  margin-bottom: 20px;
}

/* line 3684, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__y {
  font-size: 44px;
  font-size: 4.4rem;
}

/* line 3687, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__title .schedule__m {
  font-size: 100px;
  font-size: 10rem;
  font-weight: 500;
}

/* line 3692, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

/* line 3698, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend h3 {
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 30px;
}

/* line 3704, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
  display: flex;
}

/* line 3707, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 3711, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  display: inline-block;
  width: 50px;
  height: 15px;
  margin-right: 10px;
  border-radius: 6px;
}

/* line 3719, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
  margin-right: 30px;
}

/* line 3721, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span {
  background: #288cb4;
}

/* line 3726, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
  background: #ca4646;
}

/* line 3733, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 3738, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 3743, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  padding-bottom: 15px;
}

/* line 3752, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(1), .page.purchases .purchases__schedule .schedule__calendar table thead th:nth-child(7) {
  color: #ca4646;
}

/* line 3759, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th,
.page.purchases .purchases__schedule .schedule__calendar table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 40px 20px;
}

/* line 3765, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th.prev-month, .page.purchases .purchases__schedule .schedule__calendar table tbody th.next-month,
.page.purchases .purchases__schedule .schedule__calendar table tbody td.prev-month,
.page.purchases .purchases__schedule .schedule__calendar table tbody td.next-month {
  background: #eee;
}

/* line 3770, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .day,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  font-weight: 200;
  margin-bottom: 10px;
}

/* line 3778, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
  display: block;
  width: 100%;
  max-width: 50px;
  height: 8px;
  background: #288cb4;
  margin: 0 auto;
  border-radius: 3px;
}

/* line 3789, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.soldout span,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.soldout span {
  background: #ca4646;
}

/* line 3794, app/assets/stylesheets/frontend/style.scss */
.page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set,
.page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
  font-size: 10px;
  font-size: 1rem;
}

/* line 3805, app/assets/stylesheets/frontend/style.scss */
.purchases__conf {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 3818, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__label {
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}

/* line 3822, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box {
  width: 100%;
  max-width: 250px;
  margin-left: 40px;
}

/* line 3827, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3832, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__item {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

/* line 3836, app/assets/stylesheets/frontend/style.scss */
.purchases__conf .purchases__conf__box .purchases__conf__price {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: right;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 3852, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #0096e0;
  margin-bottom: 30px;
}

/* line 3857, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul {
  display: flex;
  flex-wrap: wrap;
}

/* line 3861, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li {
  width: 19.2%;
  margin-right: 1%;
}

/* line 3865, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li:last-child {
  margin-right: 0;
}

/* line 3869, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  padding: 13px 5px;
  border-radius: 10px 10px 0 0;
  transition: 0.3s;
}

/* line 3889, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__tabs ul li button:hover, .page.setticket .setticket__tabs ul li button.active {
  background: #0096e0;
  color: #fff;
}

/* line 3899, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box {
  display: none;
}

/* line 3902, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box.active {
  display: block;
}

/* line 3907, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

/* line 3915, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img {
  width: 30%;
  position: relative;
}

/* line 3919, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* line 3924, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 3936, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt {
  width: 67%;
}

/* line 3939, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl {
  margin-bottom: 20px;
}

/* line 3941, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #0096e0;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

/* line 3948, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

/* line 3954, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn {
  text-align: right;
}

/* line 3957, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a {
  display: inline-block;
  background: #0096e0;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

/* line 3968, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 3981, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 3985, app/assets/stylesheets/frontend/style.scss */
.page.setticket .setticket__box ul li .txt .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4002, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box {
  padding: 20px 0 10px 0;
}

/* line 4005, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 4012, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label {
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 4016, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item label span {
  color: #c00;
}

/* line 4020, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__item input {
  flex: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  padding: 13px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 6px;
}

/* line 4034, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check {
  padding: 30px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 4040, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__check label {
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 4046, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4050, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4064, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4068, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellations__box .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4077, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 4083, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets .coupon__discount__value {
  color: #852020;
}

/* line 4087, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4092, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li {
  width: 48%;
}

/* line 4095, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
  background: #e6e6e6;
  color: #0096e0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 4106, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
  border-bottom: 1px dotted #0096e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 4111, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
  margin-bottom: 7px;
}

/* line 4113, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
  display: inline-block;
  border: 1px solid #0096e0;
  color: #0096e0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
}

/* line 4123, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4131, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .cancellation__tickets .txt {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* line 4138, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit {
  padding-top: 20px;
  text-align: center;
}

/* line 4142, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #0096e0;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  border-radius: 6px;
}

/* line 4156, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4160, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__options__form .form__submit input:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/* line 4168, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* line 4175, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4180, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dt span {
  background: #ddd;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4188, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4194, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4203, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4207, app/assets/stylesheets/frontend/style.scss */
.page.cancellations .cancellation__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #0096e0;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4237, app/assets/stylesheets/frontend/style.scss */
.page.information .list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

/* line 4243, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

/* line 4247, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li:last-child {
  margin-bottom: 0;
}

/* line 4251, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a {
  display: block;
  text-decoration: none;
  padding-right: 60px;
  position: relative;
}

/* line 4258, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  background: url(/assets/icons/news_mark-82965b232c6a2c9e42fa39a3099dc841b368f2cbe16a6addab13fe49bf8e3197.svg) no-repeat right center;
  background-size: 35px;
  transform: translate(0, -30%);
  transition: transform 0.5s ease;
}

/* line 4271, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover {
  opacity: 0.6;
}

/* line 4273, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a:hover::after {
  transform: translate(0, -30%) rotate(360deg);
}

/* line 4278, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 4283, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4290, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4294, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 4299, app/assets/stylesheets/frontend/style.scss */
.page.information .list ul li a .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #333333;
}

/* line 4309, app/assets/stylesheets/frontend/style.scss */
.page.information .detail {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* line 4314, app/assets/stylesheets/frontend/style.scss */
.page.information .detail h1 {
  color: #0096e0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 4322, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

/* line 4327, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .date {
  color: #0096e0;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Outfit", sans-serif;
  margin-right: 15px;
}

/* line 4334, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333333;
}

/* line 4338, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .head .ctg span {
  color: rgba(40, 120, 180, 0.5);
}

/* line 4343, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

/* line 4346, app/assets/stylesheets/frontend/style.scss */
.page.information .detail .body p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333333;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4357, app/assets/stylesheets/frontend/style.scss */
.page.information .btn {
  text-align: center;
}

/* line 4360, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a {
  display: inline-block;
  background: #0096e0;
  color: #fff;
  padding: 15px 50px;
  border-radius: 7px;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}

/* line 4370, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(/assets/icons/more_mark-8f4a0a517c66aa96367ce347b9f45c9ad78ad26883c8176182d5bb37f324d31f.svg) no-repeat right center;
  background-size: 30px;
  transform: translate(0, -50%);
  transition: transform 0.5s ease;
}

/* line 4383, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover {
  opacity: 0.7;
  color: #fff;
}

/* line 4387, app/assets/stylesheets/frontend/style.scss */
.page.information .btn a:hover::after {
  transform: translate(0, -50%) rotate(360deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4400, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs {
  padding: 10px 0 0 0;
  border-bottom: 3px solid #0096e0;
}

/* line 4404, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4409, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li {
  width: 24.5%;
}

/* line 4412, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  background: none;
}

/* line 4424, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
  background: url(/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4430, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
  background: url(/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4436, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
  background: url(/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4442, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
  background: url(/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4451, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button:hover dl dd, .page.incarservice .incarservice__tabs ul li button.active dl dd {
  background: #0096e0;
}

/* line 4456, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="guide"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
  background: url(/assets/icons/service_guide_on-edb8e8406c29e6574fff401595cc9f2a2e2de92cd3d6e7d17bb9cb97859a95b6.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4462, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="wifi"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
  background: url(/assets/icons/service_wifi_on-a0130a6cda88f55c9f66a40d12680ae577d5d6724ba997a2aab68ec3976ca34e.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4468, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="payment"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
  background: url(/assets/icons/service_payment_on-44e634761f9f50f029e4df9283f385c7090918db204525c6d661ca1980075b81.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4474, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button[data-id="rain"]:hover dt, .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
  background: url(/assets/icons/service_rain_on-a324b1a9a58445f8a32e46c732fc10929356a2bd65f5272b753d4c2aac75a838.svg) no-repeat center top;
  background-size: 55%;
}

/* line 4482, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt {
  transition: 0.3s;
  position: relative;
}

/* line 4486, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dt::before {
  content: "";
  display: block;
  padding-top: 62%;
}

/* line 4492, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__tabs ul li button dl dd {
  display: block;
  background: #c8c8c8;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 5px;
  border-radius: 6px 6px 0 0;
  transition: 0.3s;
}

/* line 4508, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item {
  display: none;
  padding: 40px 0 20px 0;
}

/* line 4512, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  color: #0096e0;
  position: relative;
  padding-left: 25px;
}

/* line 4519, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item h3::after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background: #0096e0;
  top: 13px;
  left: 0;
  border-radius: 100vh;
}

/* line 4531, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item p {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 4537, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item.active {
  display: block;
}

/* line 4541, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4546, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .txt {
  width: 60%;
}

/* line 4550, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__item .incarservice__inner .img {
  width: 35%;
}

/* line 4556, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto {
  margin-bottom: 25px;
}

/* line 4560, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 4565, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dt span {
  background: #bada55;
  color: #000;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4573, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}

/* line 4579, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 6px 0;
  font-weight: 500;
  position: relative;
  padding: 0px 0px 0px 27px;
  counter-increment: list_circle_num_counter;
}

/* line 4588, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li span {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4592, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__howto dl dd ol li::before {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0px;
  width: calc(1.5em);
  height: calc(1.5em);
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
  background: #bada55;
  color: #fff;
}

/* line 4616, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice {
  padding: 20px 25px 15px 25px;
  background: #f9f9f9;
  border-radius: 10px;
}

/* line 4622, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}

/* line 4627, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dt span {
  background: #ddd;
  padding: 3px 20px;
  border-radius: 100vh;
}

/* line 4634, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul {
  padding-left: 20px;
}

/* line 4636, app/assets/stylesheets/frontend/style.scss */
.page.incarservice .incarservice__notice dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
  list-style: disc;
  margin: 6px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4652, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs {
  padding: 20px 0 0 0;
}

/* line 4654, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4659, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li {
  width: 24%;
}

/* line 4662, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a {
  color: #0096e0;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-weight: 500;
  padding: 20px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4675, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4678, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dt img {
  width: 90%;
}

/* line 4682, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 4687, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__tabs ul li a:hover {
  border: 3px solid #0096e0;
}

/* line 4695, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img {
  margin: 4em 0;
}

/* line 4697, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4702, app/assets/stylesheets/frontend/style.scss */
.page.introduction .introduction__img ul li {
  width: 49%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4714, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs {
  padding: 20px 0 0 0;
}

/* line 4716, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4721, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li {
  width: 31.5%;
}

/* line 4724, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a {
  color: #0096e0;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 25px 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 3px solid #fff;
}

/* line 4737, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__tabs ul li a:hover {
  border: 3px solid #0096e0;
}

/* line 4745, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img {
  margin: 4em 0;
}

/* line 4747, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4752, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li {
  width: 49%;
}

/* line 4755, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl {
  text-align: center;
}

/* line 4758, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dt {
  margin-bottom: 8px;
}

/* line 4761, app/assets/stylesheets/frontend/style.scss */
.page.contribution .contribution__img ul li dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4776, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs {
  margin-bottom: 40px;
}

/* line 4779, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 4784, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li {
  width: 19%;
  margin-bottom: 8px;
}

/* line 4788, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
}

/* line 4797, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a:hover {
  opacity: 0.5;
}

/* line 4802, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4806, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dt img {
  width: 70%;
}

/* line 4810, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li a dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4818, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a {
  border: 2px solid #27ae60;
}

/* line 4821, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(1) a dd {
  color: #27ae60;
}

/* line 4827, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a {
  border: 2px solid #e67e22;
}

/* line 4830, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(2) a dd {
  color: #e67e22;
}

/* line 4836, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a {
  border: 2px solid #2980b9;
}

/* line 4839, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(3) a dd {
  color: #2980b9;
}

/* line 4845, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a {
  border: 2px solid #c73a30;
}

/* line 4848, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(4) a dd {
  color: #c73a30;
}

/* line 4854, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a {
  border: 2px solid #95a5a6;
}

/* line 4857, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__tabs ul li:nth-child(5) a dd {
  color: #95a5a6;
}

/* line 4866, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list {
  margin-bottom: 50px;
}

/* line 4869, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
}

/* line 4875, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list h2 span {
  display: inline-block;
  padding-bottom: 10px;
}

/* line 4881, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}

/* line 4886, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dt {
  background: url(/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 4px;
  background-size: 40px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10px 0 10px 53px;
}

/* line 4893, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box .faq__list dl dd {
  background: url(/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 4px;
  background-size: 40px;
  padding: 10px 0 10px 53px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

/* line 4903, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 {
  border-bottom: 1px solid #27ae60;
}

/* line 4906, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #purchase h2 span {
  border-bottom: 3px solid #27ae60;
}

/* line 4912, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 {
  border-bottom: 1px solid #e67e22;
}

/* line 4915, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #weather h2 span {
  border-bottom: 3px solid #e67e22;
}

/* line 4921, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 {
  border-bottom: 1px solid #2980b9;
}

/* line 4924, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #service h2 span {
  border-bottom: 3px solid #2980b9;
}

/* line 4930, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 {
  border-bottom: 1px solid #c73a30;
}

/* line 4933, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #operation h2 span {
  border-bottom: 3px solid #c73a30;
}

/* line 4939, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 {
  border-bottom: 1px solid #95a5a6;
}

/* line 4942, app/assets/stylesheets/frontend/style.scss */
.page.faq .faq__box #misc h2 span {
  border-bottom: 3px solid #95a5a6;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 4954, app/assets/stylesheets/frontend/style.scss */
.footer {
  width: 100%;
  padding: 60px 50px 30px 50px;
  background: #0096e0;
}

/* line 4959, app/assets/stylesheets/frontend/style.scss */
.footer .inner {
  align-items: flex-end;
}

/* line 4963, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav {
  display: flex;
  flex-wrap: wrap;
}

/* line 4967, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box {
  padding-right: 50px;
  max-width: 300px;
}

/* line 4971, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul {
  margin-bottom: 25px;
}

/* line 4974, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li {
  margin-bottom: 7px;
}

/* line 4977, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 4982, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li a:hover {
  opacity: 0.5;
}

/* line 4988, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul li.label a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 4995, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub {
  margin-bottom: 14px;
}

/* line 5000, app/assets/stylesheets/frontend/style.scss */
.footer .footer__nav .box ul.label__sub li.label a {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5010, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo {
  text-align: right;
  margin-bottom: 25px;
}

/* line 5014, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

/* line 5023, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo a:hover {
  opacity: 0.5;
}

/* line 5028, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .logo .logo_image_120 {
  width: 120px;
  border-radius: 12px;
}

/* line 5034, app/assets/stylesheets/frontend/style.scss */
.footer .footer__logo .copy {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5048, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger {
  margin: 0;
  padding: 0;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  width: 48px;
  height: 48px;
  vertical-align: bottom;
  border: 1px solid #fff;
  border-radius: 100vh;
}

/* line 5061, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background-color: #fff;
}

/* line 5072, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(1) {
  top: 19px;
}

/* line 5075, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger span:nth-of-type(2) {
  top: 27px;
}

/* line 5081, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}

/* line 5085, app/assets/stylesheets/frontend/style.scss */
.menubar .menubar__trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5096, app/assets/stylesheets/frontend/style.scss */
.custom_page {
  font-size: 100%;
}

/* line 5099, app/assets/stylesheets/frontend/style.scss */
.custom_page .full_width {
  width: 100%;
}

/* line 5103, app/assets/stylesheets/frontend/style.scss */
.custom_page img {
  max-width: 100%;
  height: auto;
}

/* line 5110, app/assets/stylesheets/frontend/style.scss */
.custom_page h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* line 5117, app/assets/stylesheets/frontend/style.scss */
.custom_page h2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

/* line 5122, app/assets/stylesheets/frontend/style.scss */
.custom_page h3 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
}

/* line 5127, app/assets/stylesheets/frontend/style.scss */
.custom_page h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

/* line 5132, app/assets/stylesheets/frontend/style.scss */
.custom_page h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 5137, app/assets/stylesheets/frontend/style.scss */
.custom_page h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 5142, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5153, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base {
  font-size: 20px;
  font-size: 2rem;
  color: #0096e0;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.2em 0 1.5em 0;
  position: relative;
}

/* line 5162, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__base::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background: rgba(0, 150, 224, 0.5);
  bottom: -5px;
  left: 0;
}

/* line 5173, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0096e0;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
  margin: 2.2em 0 1.3em 0;
  position: relative;
}

/* line 5183, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__mark::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  background: #0096e0;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 100vh;
}

/* line 5196, app/assets/stylesheets/frontend/style.scss */
.custom_page h2.sttl__bar {
  background: #0096e0;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border-radius: 100vh;
  margin-bottom: 20px;
}

/* line 5207, app/assets/stylesheets/frontend/style.scss */
.custom_page h3.ssttl__base {
  font-size: 17px;
  font-size: 1.7rem;
  color: #333333;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.8;
  margin: 2em 0 1.3em 0;
  border-left: 3px solid #0096e0;
  padding-left: 15px;
}

/* line 5218, app/assets/stylesheets/frontend/style.scss */
.custom_page p {
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* line 5227, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base {
  padding-left: 22px;
  margin: 1em 0;
}

/* line 5231, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li {
  list-style: disc;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5237, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.ul__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5244, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base {
  padding-left: 25px;
  margin: 1em 0;
}

/* line 5248, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li {
  list-style: decimal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

/* line 5254, app/assets/stylesheets/frontend/style.scss */
.custom_page ol.ol__base li.nomark {
  list-style: none;
  margin-left: -20px;
}

/* line 5261, app/assets/stylesheets/frontend/style.scss */
.custom_page .box__gray {
  background: #f9f9f9;
  padding: 20px 30px;
}

/* line 5266, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__bold {
  font-weight: 500;
}

/* line 5270, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__large {
  font-size: 17px;
  font-size: 1.7rem;
}

/* line 5274, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__small {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 5278, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__center {
  text-align: center;
}

/* line 5281, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__right {
  text-align: right;
}

/* line 5285, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__blue {
  color: #0096e0;
}

/* line 5289, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice {
  text-align: center;
}

/* line 5292, app/assets/stylesheets/frontend/style.scss */
.custom_page .txt__notice span {
  display: inline-block;
  color: #fff;
  background: #c00;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5302, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 1em 0;
}

/* line 5308, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th,
.custom_page .table__base td {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #ddd;
}

/* line 5315, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base th {
  background: #f9f9f9;
}

/* line 5318, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base td {
  background: #fff;
}

/* line 5322, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner {
  width: auto;
  border-collapse: collapse;
  border: none;
}

/* line 5327, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
  border: none;
  background: none;
  padding: 0 10px 0 0;
  text-align: left;
}

/* line 5334, app/assets/stylesheets/frontend/style.scss */
.custom_page .table__base .table__inner th {
  font-weight: 500;
}

/* line 5340, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image {
  padding: 0;
  margin: 40px auto;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 5349, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image li img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: auto;
}

/* line 5358, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.two li {
  width: 48%;
}

/* line 5364, app/assets/stylesheets/frontend/style.scss */
.custom_page ul.multi_image.three li {
  width: 31%;
}

/* line 5370, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5374, app/assets/stylesheets/frontend/style.scss */
.custom_page .pdf_iframe iframe {
  border: 5px;
  width: 100%;
  height: 500px;
}

/* line 5381, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe {
  width: 100%;
  margin-bottom: 50px;
}

/* line 5385, app/assets/stylesheets/frontend/style.scss */
.custom_page .fullscreen_iframe iframe {
  border: 0;
  width: 100%;
  height: 500px;
}

/* line 5392, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button {
  max-width: 100%;
}

/* line 5395, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a {
  display: inline-block;
  word-break: break-all;
  background: #0096e0;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 35px 10px 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 5405, app/assets/stylesheets/frontend/style.scss */
.custom_page .blog_button a:hover {
  opacity: 0.7;
  color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5417, app/assets/stylesheets/frontend/style.scss */
.gdpr {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
}

/* line 5428, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 35px;
}

/* line 5435, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* line 5441, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn {
  margin-left: 20px;
}

/* line 5443, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul {
  display: flex;
}

/* line 5446, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li {
  margin-left: 8px;
}

/* line 5448, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  padding: 15px 40px;
  white-space: nowrap;
}

/* line 5457, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a:hover {
  opacity: 0.5;
}

/* line 5461, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ok {
  color: #fff;
  background: #c00;
}

/* line 5465, app/assets/stylesheets/frontend/style.scss */
.gdpr .gdpr__btn ul li a#gdpr__ng {
  color: #333;
  background: #eee;
}

/* line 5475, app/assets/stylesheets/frontend/style.scss */
.fixed_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5487, app/assets/stylesheets/frontend/style.scss */
#toast-container {
  font-size: 14px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5495, app/assets/stylesheets/frontend/style.scss */
.fade {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 1s;
}

/* line 5500, app/assets/stylesheets/frontend/style.scss */
.fade__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5505, app/assets/stylesheets/frontend/style.scss */
.fade__l {
  transform: translate(50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5510, app/assets/stylesheets/frontend/style.scss */
.fade__l__on {
  transform: translate(0, 0);
  opacity: 1;
}

/* line 5515, app/assets/stylesheets/frontend/style.scss */
.fade__r {
  transform: translate(-50px, 0);
  opacity: 0;
  transition: 1s;
}

/* line 5520, app/assets/stylesheets/frontend/style.scss */
.fade__r__on {
  transform: translate(0, 0);
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/* line 5530, app/assets/stylesheets/frontend/style.scss */
.course.course__map {
  display: block !important;
}

/* line 5533, app/assets/stylesheets/frontend/style.scss */
.course__busstop_list, .course__landmark_list {
  display: none;
}

/* line 5538, app/assets/stylesheets/frontend/style.scss */
.course__map__container {
  height: 500px;
  width: 100%;
}

/* line 5543, app/assets/stylesheets/frontend/style.scss */
.custom-info-window {
  padding: 0 !important;
}

/* line 5545, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr {
  position: absolute;
  top: 12px;
  right: 5px;
}

/* line 5549, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect {
  width: 20px !important;
  height: 20px !important;
}

/* line 5552, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-chr .gm-ui-hover-effect span {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

/* line 5559, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d {
  padding: 10px 15px 0px 10px;
}

/* line 5561, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension {
  position: absolute;
  top: 0;
  left: calc(26px / 2);
  width: 4px;
  height: 100%;
  background-color: currentColor;
}

/* line 5568, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 3%);
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 25px;
  background-color: #fff;
}

/* line 5580, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .gm-style-iw-d .stopinfo_extension::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: currentColor;
}

/* line 5594, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 5598, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title h1 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

/* line 5604, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_title .stopinfo_title_code {
  font-size: 13px;
  line-height: 20px;
  height: 22px;
  padding: 0 3px;
  border-radius: 3px;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
}

/* line 5619, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course {
  display: flex;
  margin: 12px 0 0;
  align-items: center;
}

/* line 5623, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course span {
  color: white;
  font-size: 12px;
  border-radius: 3px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

/* line 5637, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_course p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
}

/* line 5646, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: -15px;
}

/* line 5651, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  line-height: 1;
  box-sizing: content-box;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  height: 26px;
  white-space: nowrap;
  color: #212121;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* line 5667, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 2px;
  background: #333;
}

/* line 5677, app/assets/stylesheets/frontend/style.scss */
.custom-info-window .stopinfo_button a::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: 0px;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333;
  border-radius: 100%;
}

/* line 5693, app/assets/stylesheets/frontend/style.scss */
.custom_map {
  position: relative;
}

/* line 5695, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  transform: translateX(-30px);
  pointer-events: none;
  transition: all 0.3s ease;
}

/* line 5712, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__sidebar.is-visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* line 5720, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 225px;
}

/* line 5726, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content {
  padding: 20px;
}

/* line 5728, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__name {
  font-size: 20px;
  color: #444;
  font-weight: normal;
}

/* line 5733, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__content .landmark__desc {
  font-size: 15px;
  color: #212121;
  margin: 10px 0;
}

/* line 5740, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}

/* line 5767, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__close svg {
  width: 14px;
  height: 14px;
}

/* line 5773, app/assets/stylesheets/frontend/style.scss */
.custom_map hr {
  margin: 24px 0 12px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}

/* line 5782, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table {
  text-align: left;
  font-size: 14px;
}

/* line 5785, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th, .custom_map .landmark__table td {
  padding-bottom: 12px;
}

/* line 5788, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table th {
  width: 100px;
  font-weight: normal;
  color: #666;
}

/* line 5793, app/assets/stylesheets/frontend/style.scss */
.custom_map .landmark__table td {
  padding-left: 10px;
  color: #212121;
}

/* line 5800, app/assets/stylesheets/frontend/style.scss */
.marker-label {
  background: white;
  border-radius: 25px;
  padding: 2px 6px;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

/* line 5813, app/assets/stylesheets/frontend/style.scss */
.bus-meter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  pointer-events: none;
  position: relative;
}

/* line 5838, app/assets/stylesheets/frontend/style.scss */
.bus-meter-icons {
  display: flex;
  margin-bottom: 4px;
}

/* line 5843, app/assets/stylesheets/frontend/style.scss */
.meter-icon {
  width: 18px;
  height: 18px;
  opacity: 0.3;
}

/* line 5849, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-low {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(34%) sepia(89%) saturate(1136%) hue-rotate(175deg) brightness(99%) contrast(94%);
}

/* line 5854, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-normal {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(63%) sepia(77%) saturate(719%) hue-rotate(4deg) brightness(99%) contrast(98%);
}

/* line 5859, app/assets/stylesheets/frontend/style.scss */
.meter-icon.active.level-high {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(38%) sepia(94%) saturate(1889%) hue-rotate(-6deg) brightness(95%) contrast(103%);
}

/* line 5864, app/assets/stylesheets/frontend/style.scss */
.availability {
  margin-top: 2px;
  font-size: 12px;
  color: #333;
}

/* line 5870, app/assets/stylesheets/frontend/style.scss */
.bus-meter-image {
  width: 80px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  /* line 3, app/assets/stylesheets/frontend/_sp.scss */
  .pc {
    display: none;
  }
  /* line 6, app/assets/stylesheets/frontend/_sp.scss */
  .sp {
    display: block;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 14, app/assets/stylesheets/frontend/_sp.scss */
  .headline {
    margin-bottom: 10%;
  }
  /* line 17, app/assets/stylesheets/frontend/_sp.scss */
  .headline h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 26, app/assets/stylesheets/frontend/_sp.scss */
  .header {
    height: 60px;
    padding: 0 3%;
    background: #fff;
  }
  /* line 31, app/assets/stylesheets/frontend/_sp.scss */
  .header .title {
    width: 55px;
  }
  /* line 33, app/assets/stylesheets/frontend/_sp.scss */
  .header .title h1 {
    width: 55px;
  }
  /* line 38, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns {
    width: calc(100% - 110px);
  }
  /* line 41, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 50, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .kyoto a {
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 0;
    padding: 0;
    background: #fabe00;
    border: none;
    color: #fff;
  }
  /* line 63, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-right: 0;
    z-index: 100;
  }
  /* line 71, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .purchase a {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background: #00a2f2;
    border-radius: 0;
    padding: 15px 10px;
    border: none;
  }
  /* line 83, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language {
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 0;
    text-align: right;
  }
  /* line 88, app/assets/stylesheets/frontend/_sp.scss */
  .header .btns .language a {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 5px;
  }
  /* line 95, app/assets/stylesheets/frontend/_sp.scss */
  .header.on {
    background: #fff;
  }
  /* line 100, app/assets/stylesheets/frontend/_sp.scss */
  .header.on .btns .purchase a {
    border: none;
    color: #fff;
  }
  /* line 109, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn {
    display: block;
  }
  /* line 117, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul {
    width: 100vw;
    display: flex;
    justify-content: space-between;
  }
  /* line 122, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li {
    width: 49.9vw;
  }
  /* line 125, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a {
    width: 100%;
    height: 70px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 15px 0 0 0;
  }
  /* line 138, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.en {
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 141, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  /* line 145, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a p.jp span {
    padding-top: 6px;
  }
  /* line 150, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li a span {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 158, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a {
    background: #715595;
  }
  /* line 161, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(1) a p.jp {
    padding-top: 12px;
  }
  /* line 167, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a {
    background: #cc0000;
    padding-top: 14px;
  }
  /* line 171, app/assets/stylesheets/frontend/_sp.scss */
  .fbtn ul li:nth-child(2) a p.jp {
    padding-top: 4px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 184, app/assets/stylesheets/frontend/_sp.scss */
  .nav {
    top: 50px;
    padding: 30px 30px;
    width: 95%;
    height: calc(100svh - 70px);
    overflow: auto;
  }
  /* line 191, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__inner {
    flex-wrap: wrap;
  }
  /* line 195, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 200, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box {
    width: 100%;
    padding-right: 0;
  }
  /* line 204, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul {
    margin-bottom: 15px;
  }
  /* line 207, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li {
    margin-bottom: 5px;
  }
  /* line 210, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 215, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul li.label a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 221, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub {
    margin-bottom: 10px;
  }
  /* line 226, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__list .box ul.label__sub li.label a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 236, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  /* line 241, app/assets/stylesheets/frontend/_sp.scss */
  .nav .nav__img img {
    width: 70%;
  }
  /* line 246, app/assets/stylesheets/frontend/_sp.scss */
  .nav .close {
    display: none;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 255, app/assets/stylesheets/frontend/_sp.scss */
  .main {
    padding-top: 60px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 265, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual {
    width: 100%;
    height: 50svh;
    position: relative;
  }
  /* line 270, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .btns {
    display: none;
  }
  /* line 274, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker {
    padding: 10px 0;
  }
  /* line 277, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner {
    animation-duration: 13s;
  }
  /* line 280, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 283, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .info__ticker .info__ticker__inner p strong {
    margin-right: 15px;
  }
  /* line 290, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .instagram {
    width: 25px;
    transform: translate(0, -100%);
  }
  /* line 295, app/assets/stylesheets/frontend/_sp.scss */
  .home .visual .obj {
    top: 50%;
    width: 70%;
  }
  /* line 301, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs {
    position: sticky;
    top: 60px;
    z-index: 1000;
    padding: 4% 5% 2% 5%;
    background: #fff;
  }
  /* line 308, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul {
    justify-content: space-between;
  }
  /* line 311, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li {
    width: 32.5%;
    margin: 0;
  }
  /* line 315, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a {
    width: 100%;
    min-width: auto;
    border: 1.5px solid #288cb4;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 0;
  }
  /* line 323, app/assets/stylesheets/frontend/_sp.scss */
  .home .toptabs ul li a::after {
    width: 6px;
    height: 14px;
    background: url(/assets/link_mark_v-2552618aecc0b7679ac3f39aa14fe49ee1c0267e07b941af2faaa5427754c693.svg) no-repeat right center;
    background-size: cover;
    right: 10px;
  }
  /* line 335, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner {
    overflow: hidden;
    padding: 0 0 5% 0;
  }
  /* line 339, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer {
    display: flex;
    justify-content: center;
  }
  /* line 343, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap {
    width: 100%;
    max-width: 1300px;
  }
  /* line 348, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide {
    width: 100%;
  }
  /* line 351, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper {
    padding: 0 25px;
  }
  /* line 354, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap {
    min-height: 13.2vh;
    border-radius: 10px;
  }
  /* line 358, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap {
    border-radius: 10px;
  }
  /* line 361, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner_image {
    border-radius: 5px;
  }
  /* line 365, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  /* line 370, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box {
    width: 80%;
  }
  /* line 373, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .banner_slide_item_wrapper .banner__image_wrap .banner__overlay_wrap .banner__overlay_text .banner__overlay_text_box h4 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  /* line 387, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-dots {
    padding-top: 10px;
  }
  /* line 391, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 396, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 399, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 401, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 408, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-prev {
    left: 10px;
  }
  /* line 411, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .slick-next {
    right: 10px;
  }
  /* line 415, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide button.circle_color_main {
    border-color: #0096e0 !important;
    color: #0096e0 !important;
  }
  /* line 420, app/assets/stylesheets/frontend/_sp.scss */
  .home .banner .banner__outer .banner__wrap .banner__display .banner__slide .circle_border {
    background: #fff;
    border: 2px #0096e0 solid;
    border-radius: 50px;
  }
  /* line 431, app/assets/stylesheets/frontend/_sp.scss */
  .home .features {
    padding: 5% 5% 5% 5%;
  }
  /* line 434, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .headline {
    margin-bottom: 10px;
  }
  /* line 438, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 443, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons {
    margin-bottom: 5%;
  }
  /* line 447, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li {
    width: 19.5%;
  }
  /* line 450, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl {
    width: 100%;
  }
  /* line 453, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dt {
    margin-bottom: 5px;
  }
  /* line 456, app/assets/stylesheets/frontend/_sp.scss */
  .home .features .icons ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 465, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal {
    display: none;
    opacity: 0;
    width: 90%;
    max-width: 90%;
    padding: 40px 25px 40px 25px;
  }
  /* line 472, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .icon {
    width: 100%;
    max-width: 50%;
  }
  /* line 476, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal h3 {
    margin-top: 15px;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  /* line 481, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
  /* line 485, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal .modal__close {
    top: 15px;
    right: 15px;
    width: 25px;
  }
  /* line 491, app/assets/stylesheets/frontend/_sp.scss */
  .home .modal__bg {
    display: none;
    opacity: 0;
  }
  /* line 496, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket {
    padding: 7% 5% 5% 5%;
  }
  /* line 500, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad {
    padding-left: 3%;
    padding-right: 3%;
  }
  /* line 504, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket.purchase_new.sp_pad .lead {
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 511, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .headline {
    margin-bottom: 10px;
  }
  /* line 515, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .lead {
    margin-bottom: 7%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 522, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li {
    width: 48.5%;
  }
  /* line 525, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 0;
  }
  /* line 530, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 533, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 536, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 542, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow {
    margin-bottom: 7px;
  }
  /* line 545, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 553, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 558, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list ul li .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 571, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle {
    padding: 0;
  }
  /* line 574, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul {
    gap: 10px;
  }
  /* line 577, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li {
    width: 43%;
    max-width: 45%;
    margin: 0;
  }
  /* line 582, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tab_toggle ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 5px 5px 5px;
    min-width: 140px;
    border-radius: 10px;
  }
  /* line 592, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .tickets__tabs {
    margin: 5px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 602, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item {
    margin-left: 3px;
    margin-right: 3px;
    height: 100%;
    min-height: 315px;
  }
  /* line 609, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 2px;
  }
  /* line 610, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item h3.set_ticket_title {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 48px;
  }
  /* line 619, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box {
    padding: 10px 15px 20px 15px;
  }
  /* line 622, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price {
    margin: 0 auto 13px auto;
  }
  /* line 625, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .box .price dl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 631, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow {
    margin-bottom: 7px;
  }
  /* line 634, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .buynow a {
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
  }
  /* line 656, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button {
    border-radius: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 7px 0;
  }
  /* line 661, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .ticket_item .moreinfo button::after {
    right: 20px;
    width: 12px;
    height: 12px;
    background: url(/assets/link_mark_h-4e7210ac0462f71df685eb4c634833ddc418cdb49b54456925bdbf4ddf263ace.svg) no-repeat center center #fff;
    background-size: 100%;
  }
  /* line 672, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-dots {
    padding-top: 5%;
  }
  /* line 676, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  /* line 681, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow:hover {
    opacity: 0.6;
  }
  /* line 684, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text {
    text-indent: 0;
  }
  /* line 686, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-arrow.normal_text span {
    font-size: 1.8em;
    font-weight: 1000;
  }
  /* line 693, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-prev {
    left: 0;
  }
  /* line 696, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .slick-next {
    right: 0;
  }
  /* line 700, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper button.circle_color_main {
    border-color: #0096e0 !important;
    color: #0096e0 !important;
  }
  /* line 705, app/assets/stylesheets/frontend/_sp.scss */
  .home .ticket .list_slider .tickets_wrapper .circle_border {
    background: #fff;
    border: 2px #0096e0 solid;
    border-radius: 50px;
  }
  /* line 714, app/assets/stylesheets/frontend/_sp.scss */
  .home .ad {
    width: 100%;
    padding: 0%;
  }
  /* line 719, app/assets/stylesheets/frontend/_sp.scss */
  .home .information {
    padding: 7% 5%;
  }
  /* line 722, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  /* line 727, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title h2 {
    font-size: 34px;
    font-size: 3.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 733, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn {
    text-align: center;
  }
  /* line 735, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .title .btn a {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 7px;
  }
  /* line 744, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list {
    flex: none;
    width: 100%;
  }
  /* line 749, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 753, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a {
    padding-right: 50px;
  }
  /* line 757, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .date {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 12px;
  }
  /* line 762, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 766, app/assets/stylesheets/frontend/_sp.scss */
  .home .information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 775, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses {
    padding: 8% 5% 5% 5%;
  }
  /* line 778, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .headline {
    margin-bottom: 10px;
  }
  /* line 782, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .laed {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10%;
  }
  /* line 788, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns {
    margin-bottom: 5%;
  }
  /* line 791, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul {
    justify-content: space-between;
  }
  /* line 794, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li {
    margin: 0;
    width: 48.5%;
    max-width: 100%;
  }
  /* line 799, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__btns ul li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 12px 0;
  }
  /* line 806, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px;
  }
  /* line 813, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 4%;
  }
  /* line 818, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course__lead p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  /* line 825, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs {
    padding: 0;
  }
  /* line 828, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul {
    justify-content: space-between;
  }
  /* line 831, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li {
    width: 32.5%;
    max-width: 33%;
    margin: 0;
  }
  /* line 836, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .courses__tabs ul li button {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 10px 20px 10px;
  }
  /* line 844, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course {
    margin: -10px auto 0 auto;
    padding: 20px 0;
    border-radius: 0;
  }
  /* line 849, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  /* line 853, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__sub {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 857, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
  /* line 861, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__img {
    margin-bottom: 10%;
  }
  /* line 864, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__map {
    margin-bottom: 10%;
  }
  /* line 868, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course h4 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5%;
  }
  /* line 873, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable {
    margin-bottom: 10%;
  }
  /* line 877, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__timetable .timetable .timetable_pdf {
    margin-top: 5%;
  }
  /* line 885, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-dots {
    padding-top: 5%;
  }
  /* line 889, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-arrow {
    width: 30px;
    height: 30px;
    top: 30px;
  }
  /* line 894, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-prev {
    left: -3%;
  }
  /* line 897, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .slick-next {
    right: -3%;
  }
  /* line 901, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item {
    padding: 0 0px;
  }
  /* line 904, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt {
    width: 100%;
    margin-bottom: 5%;
    min-height: 360px;
    height: 65%;
  }
  /* line 911, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num img {
    max-width: 45px;
  }
  /* line 915, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 919, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 925, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* line 929, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .txt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  /* line 934, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__txt .btn button {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 940, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .course .course__busstop .busstop__slide .busstop__item .busstop__item__img {
    width: 100%;
  }
  /* line 954, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-prev,
.home .courses #red h4 .slick-prev,
.home .courses #red .course__sub .slick-prev,
.home .courses #red .course__lead .slick-prev,
.home .courses #red .course__busstop .slick-prev {
    background: url(/assets/icons/prev_red-c4d4e6aa3f724d615596485de2ce62823f77a468ee7bcd40b710e345509a305e.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 958, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #red h3 .slick-next,
.home .courses #red h4 .slick-next,
.home .courses #red .course__sub .slick-next,
.home .courses #red .course__lead .slick-next,
.home .courses #red .course__busstop .slick-next {
    background: url(/assets/icons/next_red-7d275e611b11e52d3f5160212beea91666cfd3fe9482da8a2290f9a5177b4ae1.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 970, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-prev,
.home .courses #blue h4 .slick-prev,
.home .courses #blue .course__sub .slick-prev,
.home .courses #blue .course__lead .slick-prev,
.home .courses #blue .course__busstop .slick-prev {
    background: url(/assets/icons/prev_blue-44fd79d59e06a781f511738da56db03c2568c1e05e77556005e5965db3671fd4.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 974, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #blue h3 .slick-next,
.home .courses #blue h4 .slick-next,
.home .courses #blue .course__sub .slick-next,
.home .courses #blue .course__lead .slick-next,
.home .courses #blue .course__busstop .slick-next {
    background: url(/assets/icons/next_blue-51b10585d3d5695742cf2c934a90a8a6348adbaee2e57bad28c09ec7be94f2a5.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 986, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-prev,
.home .courses #green h4 .slick-prev,
.home .courses #green .course__sub .slick-prev,
.home .courses #green .course__lead .slick-prev,
.home .courses #green .course__busstop .slick-prev {
    background: url(/assets/icons/prev_green-58d5ec91416bd55949fcb7d489815d6144f0b395619874db0af2d85085026b17.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 990, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses #green h3 .slick-next,
.home .courses #green h4 .slick-next,
.home .courses #green .course__sub .slick-next,
.home .courses #green .course__lead .slick-next,
.home .courses #green .course__busstop .slick-next {
    background: url(/assets/icons/next_green-19656237acc665f3fb3579244f0b6777d8e1267df671a4ecdb44686f9ec23284.svg) no-repeat center center;
    background-size: 30px;
  }
  /* line 998, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image iframe {
    height: 400px;
  }
  /* line 1002, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note {
    width: 90%;
    margin: 5px 5% 35px 5%;
    padding: 4% 5%;
  }
  /* line 1007, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__txt {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1012, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 1016, app/assets/stylesheets/frontend/_sp.scss */
  .home .courses .platinumaps_image .course__route__map__note .course__route__map__note__btn a {
    max-width: 100%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1030, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box {
    width: 90%;
    height: 90svh;
    overflow: auto;
  }
  /* line 1035, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .busstop__detail__inner {
    padding: 30px 5% 20px 5%;
  }
  /* line 1039, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num {
    margin-bottom: 10px;
  }
  /* line 1042, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num img {
    width: 60px;
  }
  /* line 1046, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1050, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1057, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  /* line 1062, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .wrap {
    flex-direction: column-reverse;
  }
  /* line 1066, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 1070, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 1074, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  /* line 1078, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1083, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns {
    padding-top: 0;
  }
  /* line 1086, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li {
    margin: 10px 0;
  }
  /* line 1089, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .txt .btns ul li a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1097, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1101, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul {
    justify-content: space-between;
  }
  /* line 1104, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .img ul li {
    padding: 0;
  }
  /* line 1111, app/assets/stylesheets/frontend/_sp.scss */
  .busstop__detail .busstop__detail__box .close button {
    width: 20px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1122, app/assets/stylesheets/frontend/_sp.scss */
  .page {
    padding-bottom: 10%;
  }
  /* line 1125, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__header {
    height: 250px;
  }
  /* line 1129, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box {
    padding: 0 2%;
    margin-top: -200px;
  }
  /* line 1133, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__box__inner {
    border-radius: 20px;
    padding: 10% 5% 10% 5%;
  }
  /* line 1138, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline {
    margin-bottom: 10%;
  }
  /* line 1141, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline::after {
    width: 100px;
  }
  /* line 1145, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  /* line 1149, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__headline .sub {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1154, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__lead {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  /* line 1159, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__note {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5%;
  }
  /* line 1165, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 1171, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 1175, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 1180, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 1185, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 1190, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 1196, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base {
    margin: 1em 0;
  }
  /* line 1199, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1204, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base {
    margin: 1em 0;
  }
  /* line 1207, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1212, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .box__gray {
    padding: 15px 15px;
  }
  /* line 1216, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1220, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1224, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__center {
    text-align: left;
  }
  /* line 1228, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice {
    text-align: center;
  }
  /* line 1231, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1236, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base {
    margin: 1em 0;
  }
  /* line 1239, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th,
.page .page__box .page__base .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 1246, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base th {
    background: #f9f9f9;
  }
  /* line 1249, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base td {
    background: #fff;
  }
  /* line 1253, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 1258, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th,
.page .page__box .page__base .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 1265, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 1273, app/assets/stylesheets/frontend/_sp.scss */
  .page .page__box .page__base .table__sp > tbody > tr > th,
.page .page__box .page__base .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 1283, app/assets/stylesheets/frontend/_sp.scss */
  .page .table__scroll {
    width: 100%;
    overflow: auto;
  }
  /* line 1289, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager a {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /* line 1297, app/assets/stylesheets/frontend/_sp.scss */
  .page .pager .current {
    font-size: 13px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1312, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type {
    padding: 20px 0;
  }
  /* line 1316, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li {
    width: 100%;
  }
  /* line 1319, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1325, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1329, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1331, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1336, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1343, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__type .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /* line 1350, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto {
    padding: 5% 0;
  }
  /* line 1353, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1359, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul {
    margin-bottom: 20px;
  }
  /* line 1362, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li {
    margin: 7px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1366, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__howto ul li.nomark {
    padding-left: 5px;
  }
  /* line 1373, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box {
    padding: 5% 0;
  }
  /* line 1376, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 10px;
    margin-bottom: 5%;
  }
  /* line 1383, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__howto h2 {
    font-size: 1.7rem;
  }
  /* line 1388, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule {
    margin-bottom: 10%;
  }
  /* line 1391, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  /* line 1396, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading {
    margin-bottom: 20px;
  }
  /* line 1399, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 20px;
  }
  /* line 1404, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .calendar-heading .calendar-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 5px 10px;
  }
  /* line 1410, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table {
    width: 800px;
    border-collapse: collapse;
  }
  /* line 1415, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table thead th {
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1422, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td {
    padding: 10px;
    height: 100px;
  }
  /* line 1427, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul {
    padding-top: 15px;
  }
  /* line 1430, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody th ul li,
.page.purchases .purchases__box .purchases__box__schedule .simple-calendar .table tbody td ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1441, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item {
    margin-bottom: 10px;
  }
  /* line 1444, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item label {
    display: block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1450, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input,
.page.purchases .purchases__box .purchases__box__form .form__item select {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1456, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item input {
    padding: 13px;
    background: #fff;
  }
  /* line 1460, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__item select {
    padding: 14px 13px;
    background: url(/assets/icons/select_mark-59920002d7cbc2a9c448a775145a82f0b85fb65423849f2004845d7e43de0f29.svg) no-repeat calc(100% - 20px) center #fff;
    background-size: 10px;
  }
  /* line 1467, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1470, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1476, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit {
    padding-top: 5%;
  }
  /* line 1479, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__box .purchases__box__form .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1488, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm {
    padding-top: 5%;
  }
  /* line 1491, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 1495, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dt {
    width: 9em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1499, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__confirm dl dd {
    flex: 1;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1506, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card {
    padding-top: 5%;
  }
  /* line 1509, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card h3 {
    margin-bottom: 5%;
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 1514, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form {
    margin-bottom: 15px;
  }
  /* line 1517, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1523, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  /* line 1531, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num {
    width: 55%;
  }
  /* line 1534, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge {
    width: 50px;
    height: 50px;
  }
  /* line 1538, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .num .bus_stop_number_badge span {
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
  }
  /* line 1544, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .date {
    width: 20%;
  }
  /* line 1547, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .form .ccv {
    width: 20%;
  }
  /* line 1552, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .card {
    margin-bottom: 5%;
  }
  /* line 1558, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li {
    margin: 5px 5px;
  }
  /* line 1561, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back,
.page.purchases .purchases__card .btns ul li .submit {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1566, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .back {
    padding: 17px 30px;
  }
  /* line 1570, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__card .btns ul li .submit {
    padding: 17px 60px;
  }
  /* line 1578, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav {
    margin-bottom: 20px;
  }
  /* line 1580, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__nav a {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 6px;
    padding: 5px 20px 5px 35px;
    background: url(/assets/purchases_nav-05e738d970daa92f6c4ccf1d53823fa7807c7c81415220c1a2e5b895c7e3c9a1.svg) no-repeat 12px center #fff;
    background-size: 10px;
  }
  /* line 1589, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count {
    margin-bottom: 30px;
  }
  /* line 1592, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box {
    padding: 15px 0;
  }
  /* line 1595, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100px;
  }
  /* line 1600, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter {
    flex: 1;
  }
  /* line 1602, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter {
    padding: 5px 10px;
    font-family: sans-serif;
  }
  /* line 1606, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter button {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1612, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__count .purchases__count__box .purchases__counter .counter input[type="text"] {
    width: 80px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 1621, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date {
    margin-bottom: 40px;
  }
  /* line 1624, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1631, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__date__item {
    width: 32%;
  }
  /* line 1635, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
  /* line 1641, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn input[type="checkbox"] {
    display: none;
  }
  /* line 1645, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__btn label {
    height: 80px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1653, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__date .purchases__date__box .purchases__cal button {
    height: 80px;
    background: url(/assets/icon_calendar-810102775011ba96e941dda89e869e266d61520340277e762866822373bd4e08.svg) no-repeat center center #e6e6e6;
    background-size: 25px;
    padding: 0px 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1664, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule {
    margin-bottom: 30px;
  }
  /* line 1667, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px 0;
  }
  /* line 1672, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__year {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1676, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev,
.page.purchases .purchases__schedule .schedule__next {
    max-width: 130px;
  }
  /* line 1680, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__prev a,
.page.purchases .purchases__schedule .schedule__next a {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1684, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title {
    margin-bottom: 10px;
  }
  /* line 1687, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__y {
    font-size: 24px;
    font-size: 2.4rem;
  }
  /* line 1690, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__title .schedule__m {
    font-size: 50px;
    font-size: 5rem;
  }
  /* line 1694, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend {
    margin-bottom: 20px;
    display: block;
  }
  /* line 1698, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend h3 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  /* line 1704, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap {
    display: flex;
  }
  /* line 1707, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1711, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available span,
.page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__soldout span {
    width: 30px;
    height: 10px;
    margin-right: 3px;
    border-radius: 4px;
  }
  /* line 1718, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__legend .schedule__wrap .schedule__available {
    margin-right: 5px;
  }
  /* line 1724, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar {
    max-width: 100%;
  }
  /* line 1730, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table thead th {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
  }
  /* line 1737, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th, .page.purchases .purchases__schedule .schedule__calendar table tbody td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 20px 5px;
  }
  /* line 1742, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .day, .page.purchases .purchases__schedule .schedule__calendar table tbody td .day {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  /* line 1747, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating span, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating span {
    max-width: 25px;
    height: 5px;
  }
  /* line 1752, app/assets/stylesheets/frontend/_sp.scss */
  .page.purchases .purchases__schedule .schedule__calendar table tbody th .operating.not_set, .page.purchases .purchases__schedule .schedule__calendar table tbody td .operating.not_set {
    font-size: 7px;
    font-size: 0.7rem;
  }
  /* line 1763, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf {
    padding: 20px 15px;
  }
  /* line 1766, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__label {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1769, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box {
    max-width: 160px;
    margin-left: 20px;
  }
  /* line 1773, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1776, app/assets/stylesheets/frontend/_sp.scss */
  .purchases__conf .purchases__conf__box .purchases__conf__price {
    font-size: 30px;
    font-size: 3rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1787, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs {
    padding: 5% 0 0 0;
    margin-bottom: 8%;
  }
  /* line 1792, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li {
    width: 24%;
    margin-right: 1%;
  }
  /* line 1796, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__tabs ul li button {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 13px 2px;
    height: 100%;
  }
  /* line 1807, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  /* line 1811, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .img {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1815, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt {
    width: 100%;
  }
  /* line 1818, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl {
    margin-bottom: 5%;
  }
  /* line 1820, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dt {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
  /* line 1824, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /* line 1831, app/assets/stylesheets/frontend/_sp.scss */
  .page.setticket .setticket__box ul li .txt .btn a {
    padding: 10px 45px 10px 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1847, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box {
    padding: 20px 0 10px 0;
  }
  /* line 1850, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  /* line 1855, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item label {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  /* line 1860, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__item input {
    padding: 13px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1866, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check {
    padding: 5% 0 10px 0;
  }
  /* line 1869, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__check label {
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1875, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit {
    padding-top: 5%;
  }
  /* line 1878, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellations__box .form__submit input {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
  /* line 1887, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets {
    padding: 20px 0;
  }
  /* line 1891, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li {
    width: 100%;
  }
  /* line 1894, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li .label {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px;
    margin-bottom: 15px;
  }
  /* line 1900, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  /* line 1904, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt {
    margin-bottom: 7px;
  }
  /* line 1906, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dt span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2px 20px;
  }
  /* line 1911, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets ul li dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1918, app/assets/stylesheets/frontend/_sp.scss */
  .page.cancellations .cancellation__options__form .cancellation__tickets .txt {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 1932, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list {
    margin: 0 auto 8% auto;
  }
  /* line 1936, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li {
    padding: 5% 0;
  }
  /* line 1939, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a {
    padding-right: 45px;
  }
  /* line 1942, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head {
    margin-bottom: 5px;
  }
  /* line 1945, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1950, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1954, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .list ul li a .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1962, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail {
    margin: 0 auto 8% auto;
  }
  /* line 1965, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 1971, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head {
    margin-bottom: 5%;
  }
  /* line 1974, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px;
  }
  /* line 1979, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .head .ctg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1983, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body {
    padding-bottom: 10%;
  }
  /* line 1985, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .detail .body p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 1em 0;
  }
  /* line 1994, app/assets/stylesheets/frontend/_sp.scss */
  .page.information .btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2007, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs {
    padding: 10px 0 0 0;
  }
  /* line 2011, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li {
    width: 24.5%;
  }
  /* line 2016, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="guide"] dt {
    background: url(/assets/icons/service_guide-0a9f77f66b2a1ef9b1b2366bb66496c06f6f95681329f721ce79eefec62e1bfc.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2022, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="wifi"] dt {
    background: url(/assets/icons/service_wifi-454c7718b4439d0eb646594bd278273bf8778a336e107da401a317f8ca7a13cd.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2028, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="payment"] dt {
    background: url(/assets/icons/service_payment-e5e6a34d3bfb511deb58682dd98c960f4f118619477789cc53dbbd7fed4d3de4.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2034, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button[data-id="rain"] dt {
    background: url(/assets/icons/service_rain-198bee9b757d2d83b3052fd7de7760cf30c036d2587b24a2605d93b024e74b50.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2042, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="guide"] dt {
    background: url(/assets/icons/service_guide_on-edb8e8406c29e6574fff401595cc9f2a2e2de92cd3d6e7d17bb9cb97859a95b6.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2048, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="wifi"] dt {
    background: url(/assets/icons/service_wifi_on-a0130a6cda88f55c9f66a40d12680ae577d5d6724ba997a2aab68ec3976ca34e.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2054, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="payment"] dt {
    background: url(/assets/icons/service_payment_on-44e634761f9f50f029e4df9283f385c7090918db204525c6d661ca1980075b81.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2060, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button.active[data-id="rain"] dt {
    background: url(/assets/icons/service_rain_on-a324b1a9a58445f8a32e46c732fc10929356a2bd65f5272b753d4c2aac75a838.svg) no-repeat center top;
    background-size: 65%;
  }
  /* line 2070, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__tabs ul li button dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 15px 5px;
    min-height: 60px;
  }
  /* line 2081, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item {
    padding: 5% 0 10% 0;
  }
  /* line 2084, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
  }
  /* line 2088, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item h3::after {
    width: 13px;
    height: 13px;
    top: 10px;
  }
  /* line 2096, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .txt {
    width: 100%;
  }
  /* line 2100, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__item .incarservice__inner .img {
    width: 100%;
  }
  /* line 2106, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto {
    margin-bottom: 25px;
  }
  /* line 2110, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  /* line 2114, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dt span {
    padding: 3px 20px;
  }
  /* line 2120, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 6px 0;
    padding: 0px 0px 0px 25px;
  }
  /* line 2125, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2129, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__howto dl dd ol li::before {
    font-size: 13px;
    font-size: 1.3rem;
    top: 2px;
  }
  /* line 2139, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice {
    padding: 20px 20px 15px 20px;
  }
  /* line 2143, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  /* line 2147, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dt span {
    padding: 3px 20px;
  }
  /* line 2152, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul {
    padding-left: 20px;
  }
  /* line 2154, app/assets/stylesheets/frontend/_sp.scss */
  .page.incarservice .incarservice__notice dl dd ul li {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 6px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2169, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs {
    padding: 5% 0 0 0;
  }
  /* line 2172, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  /* line 2176, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a {
    padding: 15px 10px;
  }
  /* line 2180, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2182, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dt img {
    width: 80%;
  }
  /* line 2186, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__tabs ul li a dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2195, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img {
    margin: 4em 0;
  }
  /* line 2198, app/assets/stylesheets/frontend/_sp.scss */
  .page.introduction .introduction__img ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2211, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs {
    padding: 20px 0 0 0;
  }
  /* line 2214, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li {
    width: 31.5%;
  }
  /* line 2217, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__tabs ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 25px 10px;
  }
  /* line 2225, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img {
    margin: 4em 0;
  }
  /* line 2228, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 2233, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dt {
    margin-bottom: 8px;
  }
  /* line 2236, app/assets/stylesheets/frontend/_sp.scss */
  .page.contribution .contribution__img ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2251, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs {
    padding-top: 5%;
    margin-bottom: 5%;
  }
  /* line 2256, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul::after {
    content: "";
    display: block;
    width: 32%;
  }
  /* line 2261, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li {
    width: 32%;
    margin-bottom: 8px;
  }
  /* line 2265, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a {
    padding: 10px;
  }
  /* line 2269, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt {
    margin-bottom: 5px;
  }
  /* line 2272, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dt img {
    width: 70%;
  }
  /* line 2276, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__tabs ul li a dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    word-break: break-word;
  }
  /* line 2286, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list {
    margin-bottom: 10%;
  }
  /* line 2289, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  /* line 2293, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list h2 span {
    padding-bottom: 7px;
  }
  /* line 2298, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 2302, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dt {
    background: url(/assets/icons/q-7b2e9d2210a32123213d4469b21b858ea5fc983321e6d69915cdc91d1b6c294e.svg) no-repeat left 8px;
    background-size: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0 5px 43px;
  }
  /* line 2308, app/assets/stylesheets/frontend/_sp.scss */
  .page.faq .faq__box .faq__list dl dd {
    background: url(/assets/icons/a-0ad27c4b0e64f9d20013387867f455e35d350834455ed15ba1d984f4b4ce91e8.svg) no-repeat left 8px;
    background-size: 30px;
    padding: 10px 0 10px 43px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2324, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .full_width {
    width: 100%;
  }
  /* line 2330, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h1 {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px 0;
  }
  /* line 2336, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  /* line 2340, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  /* line 2344, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 2348, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2352, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2356, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9;
    margin: 1em 0;
  }
  /* line 2364, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__base {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6;
    margin: 2.2em 0 1.5em 0;
  }
  /* line 2370, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark {
    font-size: 19px;
    font-size: 1.9rem;
    margin: 2.2em 0 1.3em 0;
  }
  /* line 2374, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__mark::after {
    bottom: -15px;
  }
  /* line 2379, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h2.sttl__bar {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  /* line 2384, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page h3.ssttl__base {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 2em 0 1.3em 0;
  }
  /* line 2389, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base {
    margin: 1em 0;
  }
  /* line 2392, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.ul__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2397, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base {
    margin: 1em 0;
  }
  /* line 2400, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ol.ol__base li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 2405, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .box__gray {
    padding: 15px 15px;
  }
  /* line 2409, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__large {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 2413, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2417, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__center {
    text-align: left;
  }
  /* line 2421, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice {
    text-align: center;
  }
  /* line 2424, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .txt__notice span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2429, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base {
    margin: 1em 0;
  }
  /* line 2432, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th,
.custom_page .table__base td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 10px 15px;
    border: 1px solid #ddd;
  }
  /* line 2439, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base th {
    background: #f9f9f9;
  }
  /* line 2442, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base td {
    background: #fff;
  }
  /* line 2446, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner {
    width: auto;
    border-collapse: collapse;
    border: none;
  }
  /* line 2451, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th,
.custom_page .table__base .table__inner td {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    text-align: left;
  }
  /* line 2458, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__base .table__inner th {
    font-weight: 500;
  }
  /* line 2466, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page .table__sp > tbody > tr > th,
.custom_page .table__sp > tbody > tr > td {
    display: block;
  }
  /* line 2474, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image {
    margin: 20px auto;
    flex-direction: column;
  }
  /* line 2479, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.two li {
    width: 100%;
    margin: 10px auto;
  }
  /* line 2486, app/assets/stylesheets/frontend/_sp.scss */
  .custom_page ul.multi_image.three li {
    width: 100%;
    margin: 10px auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2498, app/assets/stylesheets/frontend/_sp.scss */
  .footer {
    padding: 10% 5% 100px 5%;
  }
  /* line 2505, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo {
    text-align: center;
    margin-bottom: 0;
  }
  /* line 2509, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo {
    max-width: 200px;
    margin: 0 auto 5% auto;
  }
  /* line 2514, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .logo .logo_image_120 {
    height: auto;
    width: 98px;
  }
  /* line 2522, app/assets/stylesheets/frontend/_sp.scss */
  .footer .footer__logo .copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2533, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger {
    width: 40px;
    height: 40px;
  }
  /* line 2537, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(1) {
    top: 16px;
  }
  /* line 2540, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger span:nth-of-type(2) {
    top: 23px;
  }
  /* line 2546, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(1) {
    transform: translateY(3.5px) rotate(-45deg);
  }
  /* line 2550, app/assets/stylesheets/frontend/_sp.scss */
  .menubar .menubar__trigger.active span:nth-of-type(2) {
    transform: translateY(-3.5px) rotate(45deg);
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  /* line 2562, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__inner {
    flex-wrap: wrap;
    padding: 6% 5%;
  }
  /* line 2567, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__txt {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 4%;
  }
  /* line 2575, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn {
    width: 100%;
    margin-left: 0;
  }
  /* line 2579, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul {
    justify-content: space-between;
  }
  /* line 2582, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li {
    width: 48.5%;
    margin-left: 0;
  }
  /* line 2586, app/assets/stylesheets/frontend/_sp.scss */
  .gdpr .gdpr__btn ul li a {
    width: 100%;
    display: block;
    padding: 13px 10px;
    text-align: center;
  }
}

@media only screen and (max-width: 365px) {
  /* line 5892, app/assets/stylesheets/frontend/style.scss */
  .home .ticket .list ul li .moreinfo button {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
