@charset "UTF-8";
/* line 5, app/assets/stylesheets/main_styles.scss */
:root {
  --primary-color: #5271ff;
  --secondary-color: #556cd6;
  --success-color: #4fae59;
  --info-color: #49cef7;
  --warning-color: #ffaa0d;
  --danger-color: #f44336;
  --light-color: #f5f5f5;
  --dark-color: #282c34;
  --orange-color: #FF8C00;
  --pink-color: #ff6b6b;
  --text-color: #333333;
  --text-muted: #6c757d;
  --bg-color: #ffffff;
  --bg-light: #f8f9fa;
  --border-color: #dee2e6;
  --border-radius: 0.25rem;
  --border-radius-lg: 0.5rem;
  --border-radius-sm: 0.125rem;
  --spacer: 1rem;
  --gutter: 1.5rem;
}

/* line 44, app/assets/stylesheets/main_styles.scss */
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
  line-height: 1.5;
  font-size: 16px;
}

/* line 55, app/assets/stylesheets/main_styles.scss */
.bg-gradient-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* line 59, app/assets/stylesheets/main_styles.scss */
.bg-minne {
  background-color: #34BE82;
}

/* line 64, app/assets/stylesheets/main_styles.scss */
.social-icon-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* line 75, app/assets/stylesheets/main_styles.scss */
.social-icon-img {
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 87, app/assets/stylesheets/main_styles.scss */
.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 140, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0);
  }
}

/* line 113, app/assets/stylesheets/main_styles.scss */
.trix-content .attachment-gallery > .attachment {
  flex-basis: 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 121, app/assets/stylesheets/main_styles.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 128, app/assets/stylesheets/main_styles.scss */
.trix-content .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 133, app/assets/stylesheets/main_styles.scss */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 142, app/assets/stylesheets/main_styles.scss */
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  margin: 0 0 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.4;
}

/* line 152, app/assets/stylesheets/main_styles.scss */
.direct-upload--pending {
  background: #f5f5f5;
}

/* line 156, app/assets/stylesheets/main_styles.scss */
.direct-upload--current {
  background-color: #e8f7ff;
}

/* line 160, app/assets/stylesheets/main_styles.scss */
.direct-upload--complete {
  background-color: #e9f7ec;
}

/* line 164, app/assets/stylesheets/main_styles.scss */
.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: #0076ff;
  opacity: 0.2;
  transition: width 120ms ease-out;
}

/* line 175, app/assets/stylesheets/main_styles.scss */
.direct-upload__filename {
  font-weight: 500;
}

/* line 184, app/assets/stylesheets/main_styles.scss */
.d-none-js {
  display: none !important;
}

/* line 189, app/assets/stylesheets/main_styles.scss */
.text-orange {
  color: var(--orange-color) !important;
}

/* line 190, app/assets/stylesheets/main_styles.scss */
.text-pink {
  color: var(--pink-color) !important;
}

/* line 193, app/assets/stylesheets/main_styles.scss */
.bg-orange {
  background-color: var(--orange-color) !important;
}

/* line 194, app/assets/stylesheets/main_styles.scss */
.bg-pink {
  background-color: var(--pink-color) !important;
}

/* フィーチャーカードスタイル */
/* line 200, app/assets/stylesheets/main_styles.scss */
.feature-category-card {
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

/* line 208, app/assets/stylesheets/main_styles.scss */
.feature-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* line 214, app/assets/stylesheets/main_styles.scss */
.feature-item {
  padding: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

/* line 219, app/assets/stylesheets/main_styles.scss */
.feature-item:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* フィルタータブスタイル */
/* line 225, app/assets/stylesheets/main_styles.scss */
.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
}

/* line 232, app/assets/stylesheets/main_styles.scss */
.filter-tab {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  text-decoration: none;
  color: #6c757d;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: all 0.2s ease;
  white-space: nowrap;
}

/* line 243, app/assets/stylesheets/main_styles.scss */
.filter-tab:hover {
  background-color: #e9ecef;
  color: #495057;
  text-decoration: none;
}

/* line 249, app/assets/stylesheets/main_styles.scss */
.filter-tab.active {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* レスポンシブ対応 */
@media (max-width: 576px) {
  /* line 258, app/assets/stylesheets/main_styles.scss */
  .filter-tabs {
    justify-content: center;
    margin-top: 0.5rem;
  }
  /* line 263, app/assets/stylesheets/main_styles.scss */
  .d-flex.justify-content-between.align-items-center.mb-4 {
    flex-direction: column;
  }
  /* line 267, app/assets/stylesheets/main_styles.scss */
  .filter-tab {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}

/* line 276, app/assets/stylesheets/main_styles.scss */
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1050;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* line 293, app/assets/stylesheets/main_styles.scss */
.dropdown-menu.show {
  display: block;
}

/* line 297, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.35rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: var(--text-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}

/* line 310, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: #1a1a1a;
  text-decoration: none;
  background-color: var(--bg-light);
}

/* line 316, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}

/* line 322, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-item.disabled, .dropdown-menu .dropdown-item:disabled {
  color: var(--text-muted);
  pointer-events: none;
  background-color: transparent;
}

/* line 329, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--text-muted);
  white-space: nowrap;
}

/* line 338, app/assets/stylesheets/main_styles.scss */
.dropdown-menu .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}

/* line 5, app/assets/stylesheets/base/_reset.scss */
*, *::before, *::after {
  box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/base/_reset.scss */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, figure, blockquote, dl, dd, hr, pre {
  margin: 0;
}

/* line 15, app/assets/stylesheets/base/_reset.scss */
ol, ul {
  padding: 0;
  list-style: none;
}

/* line 21, app/assets/stylesheets/base/_reset.scss */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

/* line 26, app/assets/stylesheets/base/_reset.scss */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* line 36, app/assets/stylesheets/base/_reset.scss */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* line 42, app/assets/stylesheets/base/_reset.scss */
input, button, textarea, select {
  font: inherit;
}

/* line 47, app/assets/stylesheets/base/_reset.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 53, app/assets/stylesheets/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 59, app/assets/stylesheets/base/_reset.scss */
:focus:not(:focus-visible) {
  outline: none;
}

/* line 64, app/assets/stylesheets/base/_reset.scss */
:focus-visible {
  outline: 2px solid #ff7518;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/base/_reset.scss */
  html {
    font-size: 14px;
  }
}

/* line 7, app/assets/stylesheets/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #343a40;
}

/* line 14, app/assets/stylesheets/base/_typography.scss */
h1 {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  /* line 14, app/assets/stylesheets/base/_typography.scss */
  h1 {
    font-size: 2rem;
  }
}

/* line 22, app/assets/stylesheets/base/_typography.scss */
h2 {
  font-size: 2rem;
}

@media (max-width: 768px) {
  /* line 22, app/assets/stylesheets/base/_typography.scss */
  h2 {
    font-size: 1.75rem;
  }
}

/* line 30, app/assets/stylesheets/base/_typography.scss */
h3 {
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  /* line 30, app/assets/stylesheets/base/_typography.scss */
  h3 {
    font-size: 1.5rem;
  }
}

/* line 38, app/assets/stylesheets/base/_typography.scss */
h4 {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  /* line 38, app/assets/stylesheets/base/_typography.scss */
  h4 {
    font-size: 1.25rem;
  }
}

/* line 46, app/assets/stylesheets/base/_typography.scss */
h5 {
  font-size: 1.25rem;
}

/* line 50, app/assets/stylesheets/base/_typography.scss */
h6 {
  font-size: 1rem;
}

/* line 55, app/assets/stylesheets/base/_typography.scss */
p {
  margin-bottom: 1rem;
}

/* line 58, app/assets/stylesheets/base/_typography.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/base/_typography.scss */
a {
  color: #ff7518;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* line 69, app/assets/stylesheets/base/_typography.scss */
a:hover, a:focus {
  color: #cb5200;
  text-decoration: underline;
}

/* line 76, app/assets/stylesheets/base/_typography.scss */
ul, ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* line 80, app/assets/stylesheets/base/_typography.scss */
ul li, ol li {
  margin-bottom: 0.25rem;
}

/* line 86, app/assets/stylesheets/base/_typography.scss */
strong, b {
  font-weight: 700;
}

/* line 90, app/assets/stylesheets/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 95, app/assets/stylesheets/base/_typography.scss */
small {
  font-size: 80%;
}

/* line 100, app/assets/stylesheets/base/_typography.scss */
blockquote {
  border-left: 4px solid #ff7518;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #6c757d;
}

/* line 109, app/assets/stylesheets/base/_typography.scss */
code, pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9em;
}

/* line 114, app/assets/stylesheets/base/_typography.scss */
code {
  padding: 0.2em 0.4em;
  background-color: rgba(255, 117, 24, 0.1);
  border-radius: 0.25rem;
}

/* line 120, app/assets/stylesheets/base/_typography.scss */
pre {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: auto;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

/* line 128, app/assets/stylesheets/base/_typography.scss */
pre code {
  padding: 0;
  background-color: transparent;
}

/* line 135, app/assets/stylesheets/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 139, app/assets/stylesheets/base/_typography.scss */
.text-right {
  text-align: right;
}

/* line 143, app/assets/stylesheets/base/_typography.scss */
.text-left {
  text-align: left;
}

/* line 147, app/assets/stylesheets/base/_typography.scss */
.text-muted {
  color: #6c757d;
}

/* line 151, app/assets/stylesheets/base/_typography.scss */
.text-primary {
  color: #ff7518;
}

/* line 155, app/assets/stylesheets/base/_typography.scss */
.text-success {
  color: #28a745;
}

/* line 159, app/assets/stylesheets/base/_typography.scss */
.text-danger {
  color: #dc3545;
}

/* line 163, app/assets/stylesheets/base/_typography.scss */
.text-warning {
  color: #ffc107;
}

/* line 167, app/assets/stylesheets/base/_typography.scss */
.text-info {
  color: #17a2b8;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 16, app/assets/stylesheets/base/_animations.scss */
.fade-in {
  animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes slideInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 32, app/assets/stylesheets/base/_animations.scss */
.slide-in-down {
  animation: slideInDown 0.4s ease-out forwards;
}

@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 48, app/assets/stylesheets/base/_animations.scss */
.slide-in-up {
  animation: slideInUp 0.4s ease-out forwards;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 117, 24, 0.4);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(255, 117, 24, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 117, 24, 0);
  }
}

/* line 68, app/assets/stylesheets/base/_animations.scss */
.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

/* line 85, app/assets/stylesheets/base/_animations.scss */
.shake {
  animation: shake 0.6s ease-in-out;
}

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

/* line 99, app/assets/stylesheets/base/_animations.scss */
.spin {
  animation: spin 1s linear infinite;
}

@keyframes popIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 119, app/assets/stylesheets/base/_animations.scss */
.pop-in {
  animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* line 124, app/assets/stylesheets/base/_animations.scss */
.transition-all {
  transition: all 0.2s ease-in-out;
}

/* line 128, app/assets/stylesheets/base/_animations.scss */
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
}

/* line 132, app/assets/stylesheets/base/_animations.scss */
.transition-transform {
  transition: transform 0.2s ease-in-out;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-1 {
  animation-delay: 0.1s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-2 {
  animation-delay: 0.2s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-3 {
  animation-delay: 0.3s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-4 {
  animation-delay: 0.4s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-5 {
  animation-delay: 0.5s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-6 {
  animation-delay: 0.6s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-7 {
  animation-delay: 0.7s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-8 {
  animation-delay: 0.8s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-9 {
  animation-delay: 0.9s;
}

/* line 138, app/assets/stylesheets/base/_animations.scss */
.delay-10 {
  animation-delay: 1s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 145, app/assets/stylesheets/base/_animations.scss */
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* line 7, app/assets/stylesheets/base/_utils.scss */
.m-0 {
  margin: 0 !important;
}

/* line 8, app/assets/stylesheets/base/_utils.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 9, app/assets/stylesheets/base/_utils.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 10, app/assets/stylesheets/base/_utils.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 11, app/assets/stylesheets/base/_utils.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, app/assets/stylesheets/base/_utils.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 14, app/assets/stylesheets/base/_utils.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 15, app/assets/stylesheets/base/_utils.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 16, app/assets/stylesheets/base/_utils.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 17, app/assets/stylesheets/base/_utils.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 18, app/assets/stylesheets/base/_utils.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 19, app/assets/stylesheets/base/_utils.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 21, app/assets/stylesheets/base/_utils.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 22, app/assets/stylesheets/base/_utils.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 23, app/assets/stylesheets/base/_utils.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, app/assets/stylesheets/base/_utils.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 25, app/assets/stylesheets/base/_utils.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 26, app/assets/stylesheets/base/_utils.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 28, app/assets/stylesheets/base/_utils.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 29, app/assets/stylesheets/base/_utils.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 30, app/assets/stylesheets/base/_utils.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 31, app/assets/stylesheets/base/_utils.scss */
.ml-3 {
  margin-left: 1rem !important;
}

/* line 32, app/assets/stylesheets/base/_utils.scss */
.ml-4 {
  margin-left: 1.5rem !important;
}

/* line 33, app/assets/stylesheets/base/_utils.scss */
.ml-5 {
  margin-left: 3rem !important;
}

/* line 35, app/assets/stylesheets/base/_utils.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 36, app/assets/stylesheets/base/_utils.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 37, app/assets/stylesheets/base/_utils.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 38, app/assets/stylesheets/base/_utils.scss */
.mr-3 {
  margin-right: 1rem !important;
}

/* line 39, app/assets/stylesheets/base/_utils.scss */
.mr-4 {
  margin-right: 1.5rem !important;
}

/* line 40, app/assets/stylesheets/base/_utils.scss */
.mr-5 {
  margin-right: 3rem !important;
}

/* line 42, app/assets/stylesheets/base/_utils.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 43, app/assets/stylesheets/base/_utils.scss */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 44, app/assets/stylesheets/base/_utils.scss */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 45, app/assets/stylesheets/base/_utils.scss */
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 46, app/assets/stylesheets/base/_utils.scss */
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 47, app/assets/stylesheets/base/_utils.scss */
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 48, app/assets/stylesheets/base/_utils.scss */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 50, app/assets/stylesheets/base/_utils.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 51, app/assets/stylesheets/base/_utils.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 52, app/assets/stylesheets/base/_utils.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 53, app/assets/stylesheets/base/_utils.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 54, app/assets/stylesheets/base/_utils.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 55, app/assets/stylesheets/base/_utils.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 58, app/assets/stylesheets/base/_utils.scss */
.p-0 {
  padding: 0 !important;
}

/* line 59, app/assets/stylesheets/base/_utils.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 60, app/assets/stylesheets/base/_utils.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 61, app/assets/stylesheets/base/_utils.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 62, app/assets/stylesheets/base/_utils.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 63, app/assets/stylesheets/base/_utils.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 65, app/assets/stylesheets/base/_utils.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 66, app/assets/stylesheets/base/_utils.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, app/assets/stylesheets/base/_utils.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 68, app/assets/stylesheets/base/_utils.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 69, app/assets/stylesheets/base/_utils.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 70, app/assets/stylesheets/base/_utils.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 72, app/assets/stylesheets/base/_utils.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 73, app/assets/stylesheets/base/_utils.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 74, app/assets/stylesheets/base/_utils.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 75, app/assets/stylesheets/base/_utils.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 76, app/assets/stylesheets/base/_utils.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 77, app/assets/stylesheets/base/_utils.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 79, app/assets/stylesheets/base/_utils.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 80, app/assets/stylesheets/base/_utils.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 81, app/assets/stylesheets/base/_utils.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 82, app/assets/stylesheets/base/_utils.scss */
.pl-3 {
  padding-left: 1rem !important;
}

/* line 83, app/assets/stylesheets/base/_utils.scss */
.pl-4 {
  padding-left: 1.5rem !important;
}

/* line 84, app/assets/stylesheets/base/_utils.scss */
.pl-5 {
  padding-left: 3rem !important;
}

/* line 86, app/assets/stylesheets/base/_utils.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 87, app/assets/stylesheets/base/_utils.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 88, app/assets/stylesheets/base/_utils.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 89, app/assets/stylesheets/base/_utils.scss */
.pr-3 {
  padding-right: 1rem !important;
}

/* line 90, app/assets/stylesheets/base/_utils.scss */
.pr-4 {
  padding-right: 1.5rem !important;
}

/* line 91, app/assets/stylesheets/base/_utils.scss */
.pr-5 {
  padding-right: 3rem !important;
}

/* line 93, app/assets/stylesheets/base/_utils.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 94, app/assets/stylesheets/base/_utils.scss */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 95, app/assets/stylesheets/base/_utils.scss */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 96, app/assets/stylesheets/base/_utils.scss */
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 97, app/assets/stylesheets/base/_utils.scss */
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 98, app/assets/stylesheets/base/_utils.scss */
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 100, app/assets/stylesheets/base/_utils.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 101, app/assets/stylesheets/base/_utils.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 102, app/assets/stylesheets/base/_utils.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 103, app/assets/stylesheets/base/_utils.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 104, app/assets/stylesheets/base/_utils.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 105, app/assets/stylesheets/base/_utils.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 108, app/assets/stylesheets/base/_utils.scss */
.d-none {
  display: none !important;
}

/* line 109, app/assets/stylesheets/base/_utils.scss */
.d-inline {
  display: inline !important;
}

/* line 110, app/assets/stylesheets/base/_utils.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 111, app/assets/stylesheets/base/_utils.scss */
.d-block {
  display: block !important;
}

/* line 112, app/assets/stylesheets/base/_utils.scss */
.d-flex {
  display: flex !important;
}

/* line 113, app/assets/stylesheets/base/_utils.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 114, app/assets/stylesheets/base/_utils.scss */
.d-grid {
  display: grid !important;
}

/* line 117, app/assets/stylesheets/base/_utils.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 118, app/assets/stylesheets/base/_utils.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 119, app/assets/stylesheets/base/_utils.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 120, app/assets/stylesheets/base/_utils.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 122, app/assets/stylesheets/base/_utils.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 123, app/assets/stylesheets/base/_utils.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 124, app/assets/stylesheets/base/_utils.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 125, app/assets/stylesheets/base/_utils.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 126, app/assets/stylesheets/base/_utils.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 128, app/assets/stylesheets/base/_utils.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 129, app/assets/stylesheets/base/_utils.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 130, app/assets/stylesheets/base/_utils.scss */
.align-items-center {
  align-items: center !important;
}

/* line 131, app/assets/stylesheets/base/_utils.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 132, app/assets/stylesheets/base/_utils.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 134, app/assets/stylesheets/base/_utils.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 135, app/assets/stylesheets/base/_utils.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 136, app/assets/stylesheets/base/_utils.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 137, app/assets/stylesheets/base/_utils.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 140, app/assets/stylesheets/base/_utils.scss */
.position-static {
  position: static !important;
}

/* line 141, app/assets/stylesheets/base/_utils.scss */
.position-relative {
  position: relative !important;
}

/* line 142, app/assets/stylesheets/base/_utils.scss */
.position-absolute {
  position: absolute !important;
}

/* line 143, app/assets/stylesheets/base/_utils.scss */
.position-fixed {
  position: fixed !important;
}

/* line 144, app/assets/stylesheets/base/_utils.scss */
.position-sticky {
  position: sticky !important;
}

/* line 146, app/assets/stylesheets/base/_utils.scss */
.top-0 {
  top: 0 !important;
}

/* line 147, app/assets/stylesheets/base/_utils.scss */
.right-0 {
  right: 0 !important;
}

/* line 148, app/assets/stylesheets/base/_utils.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 149, app/assets/stylesheets/base/_utils.scss */
.left-0 {
  left: 0 !important;
}

/* line 152, app/assets/stylesheets/base/_utils.scss */
.w-25 {
  width: 25% !important;
}

/* line 153, app/assets/stylesheets/base/_utils.scss */
.w-50 {
  width: 50% !important;
}

/* line 154, app/assets/stylesheets/base/_utils.scss */
.w-75 {
  width: 75% !important;
}

/* line 155, app/assets/stylesheets/base/_utils.scss */
.w-100 {
  width: 100% !important;
}

/* line 156, app/assets/stylesheets/base/_utils.scss */
.w-auto {
  width: auto !important;
}

/* line 158, app/assets/stylesheets/base/_utils.scss */
.h-25 {
  height: 25% !important;
}

/* line 159, app/assets/stylesheets/base/_utils.scss */
.h-50 {
  height: 50% !important;
}

/* line 160, app/assets/stylesheets/base/_utils.scss */
.h-75 {
  height: 75% !important;
}

/* line 161, app/assets/stylesheets/base/_utils.scss */
.h-100 {
  height: 100% !important;
}

/* line 162, app/assets/stylesheets/base/_utils.scss */
.h-auto {
  height: auto !important;
}

/* line 165, app/assets/stylesheets/base/_utils.scss */
.text-left {
  text-align: left !important;
}

/* line 166, app/assets/stylesheets/base/_utils.scss */
.text-center {
  text-align: center !important;
}

/* line 167, app/assets/stylesheets/base/_utils.scss */
.text-right {
  text-align: right !important;
}

/* line 170, app/assets/stylesheets/base/_utils.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 171, app/assets/stylesheets/base/_utils.scss */
.text-break {
  word-break: break-word !important;
}

/* line 172, app/assets/stylesheets/base/_utils.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 173, app/assets/stylesheets/base/_utils.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 176, app/assets/stylesheets/base/_utils.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 177, app/assets/stylesheets/base/_utils.scss */
.border-0 {
  border: 0 !important;
}

/* line 178, app/assets/stylesheets/base/_utils.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 179, app/assets/stylesheets/base/_utils.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 180, app/assets/stylesheets/base/_utils.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 181, app/assets/stylesheets/base/_utils.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 183, app/assets/stylesheets/base/_utils.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 184, app/assets/stylesheets/base/_utils.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 185, app/assets/stylesheets/base/_utils.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 188, app/assets/stylesheets/base/_utils.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 576px) {
  /* line 202, app/assets/stylesheets/base/_utils.scss */
  .d-none-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 206, app/assets/stylesheets/base/_utils.scss */
  .d-none-md-up {
    display: none !important;
  }
}

/* line 210, app/assets/stylesheets/base/_utils.scss */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* line 221, app/assets/stylesheets/base/_utils.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, app/assets/stylesheets/layouts/_container.scss */
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/layouts/_container.scss */
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 20, app/assets/stylesheets/layouts/_container.scss */
.container-fluid {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  /* line 20, app/assets/stylesheets/layouts/_container.scss */
  .container-fluid {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 31, app/assets/stylesheets/layouts/_container.scss */
.container-sm {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/layouts/_container.scss */
  .container-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 45, app/assets/stylesheets/layouts/_container.scss */
.container-md {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/layouts/_container.scss */
  .container-md {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 59, app/assets/stylesheets/layouts/_container.scss */
.container-lg {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  /* line 59, app/assets/stylesheets/layouts/_container.scss */
  .container-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 74, app/assets/stylesheets/layouts/_container.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

@media (max-width: 768px) {
  /* line 74, app/assets/stylesheets/layouts/_container.scss */
  .row {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
  }
}

/* line 86, app/assets/stylesheets/layouts/_container.scss */
.col {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 768px) {
  /* line 86, app/assets/stylesheets/layouts/_container.scss */
  .col {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-2 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-2 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-3 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-3 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-4 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-5 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-5 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-6 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-6 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-7 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-7 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-8 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-8 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-9 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-9 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-10 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-10 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-11 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-11 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 113, app/assets/stylesheets/layouts/_container.scss */
.col-12 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/layouts/_container.scss */
  .col-12 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-1 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-2 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-2 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-3 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-5 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-5 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-6 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-7 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-7 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-8 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-9 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-10 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-11 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-11 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) and (max-width: 768px) {
  /* line 123, app/assets/stylesheets/layouts/_container.scss */
  .col-md-12 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-1 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-2 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-2 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-3 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-4 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-4 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-5 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-5 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-6 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-7 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-7 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-8 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-9 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-10 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-10 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-11 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-11 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

@media (max-width: 575px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) and (max-width: 768px) {
  /* line 134, app/assets/stylesheets/layouts/_container.scss */
  .col-sm-12 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}

/* line 6, app/assets/stylesheets/layouts/_header.scss */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  position: relative;
  z-index: 1000;
}

@media (max-width: 768px) {
  /* line 6, app/assets/stylesheets/layouts/_header.scss */
  .site-header {
    height: 60px;
    padding: 0 0.5rem;
  }
}

/* line 22, app/assets/stylesheets/layouts/_header.scss */
.site-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 27, app/assets/stylesheets/layouts/_header.scss */
.site-header__logo img {
  max-height: 40px;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/layouts/_header.scss */
  .site-header__logo img {
    max-height: 32px;
  }
}

/* line 36, app/assets/stylesheets/layouts/_header.scss */
.site-header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 36, app/assets/stylesheets/layouts/_header.scss */
  .site-header__nav {
    display: none;
  }
}

/* line 46, app/assets/stylesheets/layouts/_header.scss */
.site-header__nav-item {
  margin: 0 0.5rem;
  font-weight: 500;
  color: #343a40;
}

/* line 51, app/assets/stylesheets/layouts/_header.scss */
.site-header__nav-item:hover {
  color: #ff7518;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/layouts/_header.scss */
.site-header__nav-item.active {
  color: #ff7518;
  font-weight: 600;
}

/* line 62, app/assets/stylesheets/layouts/_header.scss */
.site-header__mobile-toggle {
  display: none;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/layouts/_header.scss */
  .site-header__mobile-toggle {
    display: block;
  }
}

/* line 70, app/assets/stylesheets/layouts/_header.scss */
.site-header__actions {
  display: flex;
  align-items: center;
}

/* line 74, app/assets/stylesheets/layouts/_header.scss */
.site-header__actions > * + * {
  margin-left: 0.5rem;
}

/* line 81, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 1rem;
  flex-direction: column;
  overflow-y: auto;
}

/* line 94, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav.active {
  display: flex;
}

/* line 98, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav__item {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #dee2e6;
}

/* line 103, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav__item:last-child {
  border-bottom: none;
}

/* line 108, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav__actions {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

/* line 113, app/assets/stylesheets/layouts/_header.scss */
.mobile-nav__actions > * + * {
  margin-top: 0.5rem;
}

/* line 6, app/assets/stylesheets/layouts/_footer.scss */
.site-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  padding: 1.5rem 0;
  color: #6c757d;
}

/* line 12, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 18, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* line 18, app/assets/stylesheets/layouts/_footer.scss */
  .site-footer__content {
    flex-direction: column;
  }
}

/* line 28, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__col {
  flex: 1;
  min-width: 200px;
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__col:last-child {
  margin-bottom: 0;
}

/* line 38, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__heading {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #343a40;
}

/* line 45, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__link {
  display: block;
  color: #6c757d;
  margin-bottom: 0.25rem;
  transition: all 0.2s ease-in-out;
}

/* line 51, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__link:hover {
  color: #ff7518;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 62, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__nav li {
  margin-bottom: 0.25rem;
}

/* line 67, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__social {
  display: flex;
  align-items: center;
}

/* line 71, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f8f9fa;
  color: #6c757d;
  margin-right: 0.5rem;
  transition: all 0.2s ease-in-out;
}

/* line 83, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__social a:hover {
  background-color: #ff7518;
  color: white;
}

/* line 90, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__bottom {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 576px) {
  /* line 90, app/assets/stylesheets/layouts/_footer.scss */
  .site-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* line 104, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__copy {
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  /* line 104, app/assets/stylesheets/layouts/_footer.scss */
  .site-footer__copy {
    margin-bottom: 0.5rem;
  }
}

/* line 112, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__legal {
  display: flex;
}

@media (max-width: 576px) {
  /* line 112, app/assets/stylesheets/layouts/_footer.scss */
  .site-footer__legal {
    flex-direction: column;
  }
}

/* line 119, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__legal a {
  margin-left: 1rem;
  color: #6c757d;
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  /* line 119, app/assets/stylesheets/layouts/_footer.scss */
  .site-footer__legal a {
    margin: 0.25rem 0;
    margin-left: 0;
  }
}

/* line 129, app/assets/stylesheets/layouts/_footer.scss */
.site-footer__legal a:hover {
  color: #ff7518;
}

/* line 357, app/assets/stylesheets/main_styles.scss */
body {
  background-color: #f8f9fa;
  color: #343a40;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 366, app/assets/stylesheets/main_styles.scss */
main {
  flex: 1 0 auto;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  /* line 366, app/assets/stylesheets/main_styles.scss */
  main {
    padding: 0.5rem 0;
  }
}

/* line 376, app/assets/stylesheets/main_styles.scss */
.section {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  /* line 376, app/assets/stylesheets/main_styles.scss */
  .section {
    padding: 1rem 0;
  }
}

/* line 383, app/assets/stylesheets/main_styles.scss */
.section--alt {
  background-color: #eff1f4;
}

/* line 387, app/assets/stylesheets/main_styles.scss */
.section__header {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  /* line 387, app/assets/stylesheets/main_styles.scss */
  .section__header {
    margin-bottom: 1rem;
  }
}

/* line 396, app/assets/stylesheets/main_styles.scss */
.section__title {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #343a40;
}

@media (max-width: 768px) {
  /* line 396, app/assets/stylesheets/main_styles.scss */
  .section__title {
    font-size: 2rem;
  }
}

/* line 406, app/assets/stylesheets/main_styles.scss */
.section__subtitle {
  font-size: 1.25rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 406, app/assets/stylesheets/main_styles.scss */
  .section__subtitle {
    font-size: 1.1rem;
  }
}

/* line 419, app/assets/stylesheets/main_styles.scss */
.page-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  /* line 419, app/assets/stylesheets/main_styles.scss */
  .page-header {
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}

/* line 430, app/assets/stylesheets/main_styles.scss */
.page-header__title {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  /* line 430, app/assets/stylesheets/main_styles.scss */
  .page-header__title {
    font-size: 1.75rem;
  }
}

/* line 439, app/assets/stylesheets/main_styles.scss */
.page-header__subtitle {
  color: #6c757d;
}

/* line 445, app/assets/stylesheets/main_styles.scss */
.text-gradient {
  background: -webkit-linear-gradient(45deg, #ff7518, #cb5200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 451, app/assets/stylesheets/main_styles.scss */
.bg-primary {
  background-color: #ff7518;
  color: white;
}

/* line 456, app/assets/stylesheets/main_styles.scss */
.bg-light {
  background-color: #f8f9fa;
}

/* line 460, app/assets/stylesheets/main_styles.scss */
.bg-white {
  background-color: white;
}

/* line 464, app/assets/stylesheets/main_styles.scss */
.text-white {
  color: white;
}

/* line 469, app/assets/stylesheets/main_styles.scss */
.btn-hover-effect {
  transition: all 0.3s ease;
}

/* line 472, app/assets/stylesheets/main_styles.scss */
.btn-hover-effect:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 478, app/assets/stylesheets/main_styles.scss */
.hover-scale {
  transition: transform 0.3s ease;
}

/* line 481, app/assets/stylesheets/main_styles.scss */
.hover-scale:hover {
  transform: scale(1.05);
}

/* line 487, app/assets/stylesheets/main_styles.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  display: none;
}

/* line 497, app/assets/stylesheets/main_styles.scss */
.overlay.active {
  display: block;
}

/* line 505, app/assets/stylesheets/main_styles.scss */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* line 510, app/assets/stylesheets/main_styles.scss */
main {
  overflow-x: hidden;
  width: 100%;
}

/* line 515, app/assets/stylesheets/main_styles.scss */
.content-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* line 522, app/assets/stylesheets/main_styles.scss */
img, table, .card, .table-responsive {
  max-width: 100%;
}

/* line 526, app/assets/stylesheets/main_styles.scss */
.card-body {
  overflow-x: hidden;
}

/* line 530, app/assets/stylesheets/main_styles.scss */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
  /* line 537, app/assets/stylesheets/main_styles.scss */
  .content-main {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }
  /* line 543, app/assets/stylesheets/main_styles.scss */
  .container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
  }
  /* line 550, app/assets/stylesheets/main_styles.scss */
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 555, app/assets/stylesheets/main_styles.scss */
  .col, [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }

trix-toolbar * {
  box-sizing: border-box; }

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }

trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }

trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }

trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%; }

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

trix-toolbar .trix-dialogs {
  position: relative; }

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }

trix-toolbar .trix-dialog--link {
  max-width: 600px; }

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight; }

trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }

trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }

trix-editor .trix-button-group {
  display: inline-flex; }

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }

trix-editor .attachment__metadata-container {
  position: relative; }

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' \2022 '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}
/* line 6, app/assets/stylesheets/components/buttons.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: var(--border-radius);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1.5;
}

/* line 20, app/assets/stylesheets/components/buttons.scss */
.btn:hover, .btn:focus {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/components/buttons.scss */
.btn .icon, .btn i, .btn svg {
  margin-right: 0.5rem;
}

/* line 30, app/assets/stylesheets/components/buttons.scss */
.btn.btn-icon {
  width: 36px;
  height: 36px;
  padding: 0;
}

/* line 35, app/assets/stylesheets/components/buttons.scss */
.btn.btn-icon .icon, .btn.btn-icon i, .btn.btn-icon svg {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/components/buttons.scss */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* line 47, app/assets/stylesheets/components/buttons.scss */
.btn-primary:hover, .btn-primary:focus {
  background-color: #1f47ff;
  border-color: #1f47ff;
  color: #fff;
  box-shadow: 0 2px 4px rgba(82, 113, 255, 0.3);
}

/* line 55, app/assets/stylesheets/components/buttons.scss */
.btn-secondary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}

/* line 60, app/assets/stylesheets/components/buttons.scss */
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #304bc8;
  border-color: #304bc8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(85, 108, 214, 0.3);
}

/* line 69, app/assets/stylesheets/components/buttons.scss */
.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
  color: #fff;
}

/* line 74, app/assets/stylesheets/components/buttons.scss */
.btn-success:hover, .btn-success:focus {
  background-color: #3f8b47;
  border-color: #3f8b47;
  color: #fff;
}

/* line 81, app/assets/stylesheets/components/buttons.scss */
.btn-danger {
  background-color: var(--danger-color);
  border-color: var(--danger-color);
  color: #fff;
}

/* line 86, app/assets/stylesheets/components/buttons.scss */
.btn-danger:hover, .btn-danger:focus {
  background-color: #ea1c0d;
  border-color: #ea1c0d;
  color: #fff;
}

/* line 93, app/assets/stylesheets/components/buttons.scss */
.btn-warning {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
  color: #212529;
}

/* line 98, app/assets/stylesheets/components/buttons.scss */
.btn-warning:hover, .btn-warning:focus {
  background-color: #d98d00;
  border-color: #d98d00;
  color: #212529;
}

/* line 105, app/assets/stylesheets/components/buttons.scss */
.btn-info {
  background-color: var(--info-color);
  border-color: var(--info-color);
  color: #212529;
}

/* line 110, app/assets/stylesheets/components/buttons.scss */
.btn-info:hover, .btn-info:focus {
  background-color: #18c1f5;
  border-color: #18c1f5;
  color: #212529;
}

/* line 118, app/assets/stylesheets/components/buttons.scss */
.btn-orange {
  background-color: var(--orange-color);
  border-color: var(--orange-color);
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 125, app/assets/stylesheets/components/buttons.scss */
.btn-orange:hover, .btn-orange:focus {
  background-color: #cc7000;
  color: white;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
  transform: translateY(-2px);
}

/* line 133, app/assets/stylesheets/components/buttons.scss */
.btn-pink {
  background-color: #e83e8c;
  border-color: #e83e8c;
  color: white;
  font-weight: 500;
}

/* line 139, app/assets/stylesheets/components/buttons.scss */
.btn-pink:hover, .btn-pink:focus {
  background-color: #d6246b;
  border-color: #d6246b;
  color: white;
}

/* line 147, app/assets/stylesheets/components/buttons.scss */
.btn-outline-primary {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/* line 152, app/assets/stylesheets/components/buttons.scss */
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: var(--primary-color);
  color: #fff;
}

/* line 158, app/assets/stylesheets/components/buttons.scss */
.btn-outline-secondary {
  background-color: transparent;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

/* line 163, app/assets/stylesheets/components/buttons.scss */
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: var(--secondary-color);
  color: #fff;
}

/* line 169, app/assets/stylesheets/components/buttons.scss */
.btn-outline-orange {
  color: var(--orange-color);
  border-color: var(--orange-color);
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 176, app/assets/stylesheets/components/buttons.scss */
.btn-outline-orange:hover, .btn-outline-orange:focus {
  background-color: var(--orange-color);
  color: white;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
  transform: translateY(-2px);
}

/* line 185, app/assets/stylesheets/components/buttons.scss */
.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  border-radius: var(--border-radius-sm);
}

/* line 190, app/assets/stylesheets/components/buttons.scss */
.btn-sm.btn-icon {
  width: 32px;
  height: 32px;
}

/* line 196, app/assets/stylesheets/components/buttons.scss */
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: var(--border-radius-lg);
}

/* line 201, app/assets/stylesheets/components/buttons.scss */
.btn-lg.btn-icon {
  width: 48px;
  height: 48px;
}

/* line 208, app/assets/stylesheets/components/buttons.scss */
.btn-group {
  display: inline-flex;
  position: relative;
}

/* line 212, app/assets/stylesheets/components/buttons.scss */
.btn-group .btn {
  position: relative;
  flex: 0 1 auto;
}

/* line 216, app/assets/stylesheets/components/buttons.scss */
.btn-group .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

/* line 222, app/assets/stylesheets/components/buttons.scss */
.btn-group .btn:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 227, app/assets/stylesheets/components/buttons.scss */
.btn-group .btn:hover {
  z-index: 1;
}

/* line 234, app/assets/stylesheets/components/buttons.scss */
.btn-social {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 243, app/assets/stylesheets/components/buttons.scss */
.btn-social .icon, .btn-social i, .btn-social svg {
  margin-right: 0.75rem;
  font-size: 1.1em;
}

/* line 248, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-twitter {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}

/* line 252, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-twitter:hover, .btn-social.btn-twitter:focus {
  background-color: #0c85d0;
  border-color: #0c85d0;
}

/* line 258, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-facebook {
  background-color: #4267B2;
  border-color: #4267B2;
}

/* line 262, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-facebook:hover, .btn-social.btn-facebook:focus {
  background-color: #34518d;
  border-color: #34518d;
}

/* line 268, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-google {
  background-color: #fff;
  border-color: #dbdfe4;
  color: #757575;
}

/* line 273, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-google:hover, .btn-social.btn-google:focus {
  background-color: #f5f5f5;
  color: #333;
}

/* line 279, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  border: none;
}

/* line 283, app/assets/stylesheets/components/buttons.scss */
.btn-social.btn-instagram:hover, .btn-social.btn-instagram:focus {
  opacity: 0.9;
}

/* line 290, app/assets/stylesheets/components/buttons.scss */
.btn-link {
  font-weight: 500;
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
}

/* line 298, app/assets/stylesheets/components/buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #0632ff;
  text-decoration: underline;
}

/* line 305, app/assets/stylesheets/components/buttons.scss */
.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  margin: 0 0.25rem;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 317, app/assets/stylesheets/components/buttons.scss */
.share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* line 322, app/assets/stylesheets/components/buttons.scss */
.share-btn.twitter {
  background-color: #1DA1F2;
}

/* line 326, app/assets/stylesheets/components/buttons.scss */
.share-btn.facebook {
  background-color: #4267B2;
}

/* line 330, app/assets/stylesheets/components/buttons.scss */
.share-btn.line {
  background-color: #00B900;
}
/* line 2, app/assets/stylesheets/components/cards.scss */
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

/* line 8, app/assets/stylesheets/components/cards.scss */
.card .card-header {
  padding: 1.25rem 1.5rem;
  background-color: white;
  border-bottom: 1px solid #EDF2F7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 15, app/assets/stylesheets/components/cards.scss */
.card .card-header .card-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.125rem;
}

/* line 22, app/assets/stylesheets/components/cards.scss */
.card .card-body {
  padding: 1.5rem;
}

/* line 26, app/assets/stylesheets/components/cards.scss */
.card .card-footer {
  padding: 1.25rem 1.5rem;
  background-color: white;
  border-top: 1px solid #EDF2F7;
}

/* line 34, app/assets/stylesheets/components/cards.scss */
.info-card {
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

/* line 39, app/assets/stylesheets/components/cards.scss */
.info-card-primary {
  background-color: rgba(66, 153, 225, 0.1);
}

/* line 42, app/assets/stylesheets/components/cards.scss */
.info-card-primary .info-card-title {
  color: #2B6CB0;
}

/* line 47, app/assets/stylesheets/components/cards.scss */
.info-card-warning {
  background-color: rgba(237, 137, 54, 0.1);
}

/* line 50, app/assets/stylesheets/components/cards.scss */
.info-card-warning .info-card-title {
  color: #C05621;
}

/* line 55, app/assets/stylesheets/components/cards.scss */
.info-card-danger {
  background-color: rgba(245, 101, 101, 0.1);
}

/* line 58, app/assets/stylesheets/components/cards.scss */
.info-card-danger .info-card-title {
  color: #C53030;
}

/* line 63, app/assets/stylesheets/components/cards.scss */
.info-card-success {
  background-color: rgba(72, 187, 120, 0.1);
}

/* line 66, app/assets/stylesheets/components/cards.scss */
.info-card-success .info-card-title {
  color: #276749;
}

/* line 71, app/assets/stylesheets/components/cards.scss */
.info-card .info-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 77, app/assets/stylesheets/components/cards.scss */
.info-card .info-card-text {
  margin-bottom: 0;
  color: #4A5568;
}

/* line 84, app/assets/stylesheets/components/cards.scss */
.result-card {
  padding: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
  border: 1px solid #EDF2F7;
  background-color: white;
}

/* line 93, app/assets/stylesheets/components/cards.scss */
.result-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* line 98, app/assets/stylesheets/components/cards.scss */
.result-card .result-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #2D3748;
}

/* line 105, app/assets/stylesheets/components/cards.scss */
.result-card .result-meta {
  font-size: 0.875rem;
  color: #718096;
  margin-bottom: 0.75rem;
}
/* line 4, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-toggle {
  position: relative;
}

/* line 7, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-toggle::after {
  display: none !important;
}

/* line 12, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-toggle.btn-icon {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 20, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-toggle.rounded-circle {
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-toggle.rounded-circle img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 30, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu {
  z-index: 9999 !important;
  border-radius: 0.5rem;
  border: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 240px;
  display: none;
}

/* line 42, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu.show {
  display: block !important;
  animation: dropdown-animation 0.2s ease forwards;
  transform-origin: top right;
}

/* line 49, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  transition: background-color 0.15s ease-in-out;
}

/* line 53, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
}

/* line 57, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: var(--orange-color, #ff6b35);
}

/* line 62, app/assets/stylesheets/components/dropdowns.scss */
.dropdown-menu .dropdown-item i, .dropdown-menu .dropdown-item svg {
  margin-right: 0.5rem;
  width: 1rem;
  text-align: center;
}

@keyframes dropdown-animation {
  0% {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@charset "UTF-8";
/* 応募ボタン関連のスタイル */
/* line 2, app/assets/stylesheets/components/entries.scss */
.entry-info-card, .winner-card, .loser-card {
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

/* line 7, app/assets/stylesheets/components/entries.scss */
.winner-card {
  box-shadow: 0 0 15px rgba(25, 135, 84, 0.3) !important;
}

/* line 11, app/assets/stylesheets/components/entries.scss */
.winner-card:hover {
  box-shadow: 0 0 20px rgba(25, 135, 84, 0.4) !important;
}

/* line 15, app/assets/stylesheets/components/entries.scss */
.loser-card {
  box-shadow: 0 0 10px rgba(108, 117, 125, 0.2) !important;
}

/* line 19, app/assets/stylesheets/components/entries.scss */
.entry-info-card:hover {
  box-shadow: 0 0 15px rgba(13, 202, 240, 0.3) !important;
}

/* 応募履歴関連 */
/* line 24, app/assets/stylesheets/components/entries.scss */
.entry-history-list {
  max-height: 400px;
  overflow-y: auto;
}

/* line 29, app/assets/stylesheets/components/entries.scss */
.entry-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* オブジェクトIDの表示抑制 */
/* line 35, app/assets/stylesheets/components/entries.scss */
[id^="#<Entry:0x"] {
  display: none !important;
}

/* Rubyオブジェクト表示の汎用的な抑制 */
/* line 40, app/assets/stylesheets/components/entries.scss */
[id^="#<"], [class^="#<"] {
  display: none !important;
}

/* Entryオブジェクト文字列を含む要素の非表示 */
/* line 45, app/assets/stylesheets/components/entries.scss */
.ruby-object-entry {
  display: none !important;
}

/* 追加: 直接カスタムクラスとして適用可能 */
/* line 50, app/assets/stylesheets/components/entries.scss */
.hide-entry-id {
  display: none !important;
}

/* JavaScriptで追加するクラス */
/* line 55, app/assets/stylesheets/components/entries.scss */
.entry-id-hidden {
  display: none !important;
}

/* 空のスパン要素を非表示 */
/* line 60, app/assets/stylesheets/components/entries.scss */
span:empty + span:not([class]):not([id]) {
  display: none !important;
}

/* テキストノードでのEntryオブジェクト表示を抑制（JavaScriptでの処理用） */
/* line 65, app/assets/stylesheets/components/entries.scss */
.entry-object-hidden {
  display: none !important;
}

/* リボンスタイル */
/* line 70, app/assets/stylesheets/components/entries.scss */
.lottery-result-card {
  margin-top: 15px;
  overflow: visible;
}

/* line 75, app/assets/stylesheets/components/entries.scss */
.ribbon-wrapper {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 15;
}

/* line 85, app/assets/stylesheets/components/entries.scss */
.ribbon {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 140px;
  padding: 8px 0;
  background: #dc3545;
  color: white;
  position: absolute;
  top: 30px;
  left: -30px;
  transform: rotate(-45deg);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 101, app/assets/stylesheets/components/entries.scss */
.ribbon-success {
  background: #198754;
}

/* line 105, app/assets/stylesheets/components/entries.scss */
.ribbon-secondary {
  background: #6c757d;
}

/* レスポンシブ対応 */
@media (max-width: 576px) {
  /* line 111, app/assets/stylesheets/components/entries.scss */
  .entry-info-card, .winner-card, .loser-card {
    margin-bottom: 0.5rem;
  }
  /* line 115, app/assets/stylesheets/components/entries.scss */
  .ribbon-wrapper {
    width: 100px;
    height: 100px;
  }
  /* line 120, app/assets/stylesheets/components/entries.scss */
  .ribbon {
    font-size: 14px;
    width: 120px;
    top: 25px;
    left: -25px;
  }
}

/* line 128, app/assets/stylesheets/components/entries.scss */
.entry-item {
  padding: 1rem;
  border-bottom: 1px solid var(--bs-gray-200);
  transition: background-color 0.2s;
}

/* line 133, app/assets/stylesheets/components/entries.scss */
.entry-item:hover {
  background-color: var(--bs-gray-100);
}

/* line 137, app/assets/stylesheets/components/entries.scss */
.entry-item:last-child {
  border-bottom: none;
}

/* line 142, app/assets/stylesheets/components/entries.scss */
.entry-status {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

/* line 148, app/assets/stylesheets/components/entries.scss */
.ruby-object-entry {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Entryオブジェクト表示のためのスタイルを追加 */
/* line 157, app/assets/stylesheets/components/entries.scss */
.hide-entry-id, .entry-id-hidden {
  position: relative;
}

/* line 160, app/assets/stylesheets/components/entries.scss */
.hide-entry-id::before, .entry-id-hidden::before {
  content: "0";
  position: relative;
  z-index: 1;
}

/* line 166, app/assets/stylesheets/components/entries.scss */
.hide-entry-id:empty::before, .entry-id-hidden:empty::before {
  content: "0";
}

/* テキストノードのクリーンアップのために追加 */
/* line 172, app/assets/stylesheets/components/entries.scss */
[class*="#<"], [id*="#<"] {
  display: none !important;
}

/* line 176, app/assets/stylesheets/components/entries.scss */
.card-body .fs-4.fw-bold:empty::before {
  content: "0";
}

/* マイページ活動状況エリアの数字スタイル */
/* line 181, app/assets/stylesheets/components/entries.scss */
.activity-stats .fs-4.fw-bold {
  min-height: 1.5rem;
  display: inline-block;
}

/* line 186, app/assets/stylesheets/components/entries.scss */
.activity-stats .fs-4.fw-bold:empty::before,
.activity-stats .hide-entry-id::before {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  content: "-";
}

/* line 194, app/assets/stylesheets/components/entries.scss */
.activity-stats .text-success .fs-4.fw-bold:empty::before,
.activity-stats .fs-4.fw-bold.text-success:empty::before {
  color: var(--bs-success);
}

/* line 199, app/assets/stylesheets/components/entries.scss */
.activity-stats .text-info .fs-4.fw-bold:empty::before,
.activity-stats .fs-4.fw-bold.text-info:empty::before {
  color: var(--bs-info);
}

/* line 204, app/assets/stylesheets/components/entries.scss */
.activity-stats .text-warning .fs-4.fw-bold:empty::before,
.activity-stats .fs-4.fw-bold.text-warning:empty::before {
  color: var(--bs-warning);
}

/* ステータスバッジ */
/* line 210, app/assets/stylesheets/components/entries.scss */
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 50rem;
  font-size: 0.75rem;
  font-weight: 600;
}

/* line 218, app/assets/stylesheets/components/entries.scss */
.status-primary {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

/* line 223, app/assets/stylesheets/components/entries.scss */
.status-success {
  background-color: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}

/* line 228, app/assets/stylesheets/components/entries.scss */
.status-info {
  background-color: var(--bs-info-bg-subtle);
  color: var(--bs-info);
}

/* line 233, app/assets/stylesheets/components/entries.scss */
.status-warning {
  background-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning);
}

/* line 238, app/assets/stylesheets/components/entries.scss */
.status-danger {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
/* line 2, app/assets/stylesheets/components/forms.scss */
.form-control {
  padding: 0.75rem 1rem;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

/* line 9, app/assets/stylesheets/components/forms.scss */
.form-control:focus {
  border-color: #FF4B4B;
  box-shadow: 0 0 0 3px rgba(255, 75, 75, 0.25);
}

/* line 14, app/assets/stylesheets/components/forms.scss */
.form-control.is-invalid {
  border-color: #F56565;
}

/* line 17, app/assets/stylesheets/components/forms.scss */
.form-control.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(245, 101, 101, 0.25);
}

/* line 23, app/assets/stylesheets/components/forms.scss */
.form-select {
  padding: 0.75rem 1rem;
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

/* line 30, app/assets/stylesheets/components/forms.scss */
.form-select:focus {
  border-color: #FF4B4B;
  box-shadow: 0 0 0 3px rgba(255, 75, 75, 0.25);
}

/* line 36, app/assets/stylesheets/components/forms.scss */
.form-label {
  font-weight: 500;
  color: #4A5568;
  margin-bottom: 0.5rem;
}

/* line 42, app/assets/stylesheets/components/forms.scss */
.form-text {
  font-size: 0.875rem;
  color: #718096;
  margin-top: 0.5rem;
}

/* line 49, app/assets/stylesheets/components/forms.scss */
.error-message {
  color: #F56565;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  animation: errorShake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* line 56, app/assets/stylesheets/components/forms.scss */
.error-message i {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

@keyframes errorShake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}

/* line 72, app/assets/stylesheets/components/forms.scss */
.validation-feedback {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

/* line 80, app/assets/stylesheets/components/forms.scss */
.form-control.is-invalid ~ .validation-feedback,
.form-select.is-invalid ~ .validation-feedback,
.form-check-input.is-invalid ~ .validation-feedback {
  display: block;
  color: #F56565;
}

/* line 87, app/assets/stylesheets/components/forms.scss */
.form-control.is-valid ~ .validation-feedback,
.form-select.is-valid ~ .validation-feedback,
.form-check-input.is-valid ~ .validation-feedback {
  display: block;
  color: #48BB78;
}

/* line 95, app/assets/stylesheets/components/forms.scss */
.has-validation .invalid-feedback {
  display: block;
  color: #F56565;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

/* line 103, app/assets/stylesheets/components/forms.scss */
.form-error-summary {
  background-color: #FFF5F5;
  border-left: 4px solid #F56565;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem;
}

/* line 110, app/assets/stylesheets/components/forms.scss */
.form-error-summary h5 {
  color: #E53E3E;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* line 117, app/assets/stylesheets/components/forms.scss */
.form-error-summary ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}

/* line 121, app/assets/stylesheets/components/forms.scss */
.form-error-summary ul li {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #4A5568;
}

/* line 126, app/assets/stylesheets/components/forms.scss */
.form-error-summary ul li:last-child {
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/components/forms.scss */
.form-group {
  margin-bottom: 1.5rem;
}

/* line 139, app/assets/stylesheets/components/forms.scss */
.form-check {
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}

/* line 143, app/assets/stylesheets/components/forms.scss */
.form-check .form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: -1.75rem;
  margin-top: 0.125rem;
}

/* line 149, app/assets/stylesheets/components/forms.scss */
.form-check .form-check-input:checked {
  background-color: #FF4B4B;
  border-color: #FF4B4B;
}

/* line 154, app/assets/stylesheets/components/forms.scss */
.form-check .form-check-input:focus {
  border-color: #FF4B4B;
  box-shadow: 0 0 0 3px rgba(255, 75, 75, 0.25);
}

/* line 160, app/assets/stylesheets/components/forms.scss */
.form-check .form-check-label {
  font-size: 1rem;
  color: #4A5568;
}

/* line 167, app/assets/stylesheets/components/forms.scss */
.search-form {
  position: relative;
}

/* line 170, app/assets/stylesheets/components/forms.scss */
.search-form .form-control {
  padding-left: 2.75rem;
}

/* line 174, app/assets/stylesheets/components/forms.scss */
.search-form .search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #A0AEC0;
}

/* line 184, app/assets/stylesheets/components/forms.scss */
.custom-file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 189, app/assets/stylesheets/components/forms.scss */
.custom-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@charset "UTF-8";
/* モーダル関連のスタイル */
/* line 2, app/assets/stylesheets/components/modals.scss */
.modal {
  z-index: 1050 !important;
}

/* line 6, app/assets/stylesheets/components/modals.scss */
.modal-backdrop {
  z-index: 1040 !important;
}

/* line 10, app/assets/stylesheets/components/modals.scss */
.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* line 14, app/assets/stylesheets/components/modals.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

/* line 20, app/assets/stylesheets/components/modals.scss */
.btn-close:focus {
  box-shadow: none;
  opacity: 1;
}

/* モーダル背景のカスタム実装 */
/* line 26, app/assets/stylesheets/components/modals.scss */
.modal-backdrop-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000 !important;
  /* ドロップダウン(9999)よりも低く設定 */
  display: none;
  /* ユーザーメニュー用のポインターイベント設定 */
  pointer-events: auto;
  /* メニューをブロックしないようにする */
}

/* line 39, app/assets/stylesheets/components/modals.scss */
.modal-backdrop-custom .dropdown-menu.show {
  z-index: 10000;
  pointer-events: all;
}

/* モーダルコンテナ */
/* line 46, app/assets/stylesheets/components/modals.scss */
#modals-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 1050;
}

/* エントリー履歴モーダル */
/* line 57, app/assets/stylesheets/components/modals.scss */
.entry-history-modal {
  display: none;
}

/* line 61, app/assets/stylesheets/components/modals.scss */
.entry-history-modal.show {
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 576px) {
  /* line 67, app/assets/stylesheets/components/modals.scss */
  .modal-dialog {
    margin: 0.5rem;
  }
  /* line 71, app/assets/stylesheets/components/modals.scss */
  .modal-content {
    border-radius: 0.5rem;
  }
}
@charset "UTF-8";
/* 通知関連のスタイル */
/* line 2, app/assets/stylesheets/components/notifications.scss */
.notification-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* line 8, app/assets/stylesheets/components/notifications.scss */
.notification-item {
  padding: 15px;
  border-radius: 8px;
  background-color: #f8f9fa;
  position: relative;
  transition: all 0.3s ease;
}

/* line 16, app/assets/stylesheets/components/notifications.scss */
.notification-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* line 21, app/assets/stylesheets/components/notifications.scss */
.notification-item.unread {
  background-color: rgba(253, 243, 230, 0.4);
  border-left: 4px solid #ff7518;
}

/* line 26, app/assets/stylesheets/components/notifications.scss */
.notification-title {
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 31, app/assets/stylesheets/components/notifications.scss */
.notification-body {
  color: #6c757d;
}

/* line 35, app/assets/stylesheets/components/notifications.scss */
.notification-time {
  font-size: 0.8rem;
  color: #adb5bd;
}

/* line 40, app/assets/stylesheets/components/notifications.scss */
.notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(74, 134, 232, 0.1);
  margin-right: 15px;
}

/* line 51, app/assets/stylesheets/components/notifications.scss */
.notification-content {
  flex: 1;
}

/* line 55, app/assets/stylesheets/components/notifications.scss */
.notification-actions {
  margin-top: 10px;
}

/* ステータスバッジ */
/* line 60, app/assets/stylesheets/components/notifications.scss */
.status-badge {
  padding: 6px 10px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.75rem;
}

/* line 67, app/assets/stylesheets/components/notifications.scss */
.status-success {
  background-color: #d1e7dd;
  color: #0f5132;
}

/* line 72, app/assets/stylesheets/components/notifications.scss */
.status-warning {
  background-color: #fff3cd;
  color: #664d03;
}

/* line 77, app/assets/stylesheets/components/notifications.scss */
.status-danger {
  background-color: #f8d7da;
  color: #842029;
}

/* line 82, app/assets/stylesheets/components/notifications.scss */
.status-info {
  background-color: #cff4fc;
  color: #055160;
}

/* line 87, app/assets/stylesheets/components/notifications.scss */
.status-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}

/* アクションカード */
/* line 93, app/assets/stylesheets/components/notifications.scss */
.action-card .list-group-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-bottom: 15px;
}

/* line 100, app/assets/stylesheets/components/notifications.scss */
.action-card .list-group-item:last-child {
  border-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  /* line 106, app/assets/stylesheets/components/notifications.scss */
  .notification-item {
    padding: 12px;
  }
  /* line 110, app/assets/stylesheets/components/notifications.scss */
  .notification-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  /* line 116, app/assets/stylesheets/components/notifications.scss */
  .notification-title {
    font-size: 0.9rem;
  }
  /* line 120, app/assets/stylesheets/components/notifications.scss */
  .notification-body {
    font-size: 0.85rem;
  }
  /* line 124, app/assets/stylesheets/components/notifications.scss */
  .notification-time {
    font-size: 0.7rem;
  }
  /* line 128, app/assets/stylesheets/components/notifications.scss */
  .status-badge {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
}

@media (max-width: 576px) {
  /* line 135, app/assets/stylesheets/components/notifications.scss */
  .notification-list {
    gap: 10px;
  }
  /* line 139, app/assets/stylesheets/components/notifications.scss */
  .notification-item.unread {
    border-left-width: 3px;
  }
}

/* line 145, app/assets/stylesheets/components/notifications.scss */
.notification {
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

/* line 151, app/assets/stylesheets/components/notifications.scss */
.notification-primary {
  background-color: #EBF8FF;
  border-color: #BEE3F8;
  color: #2B6CB0;
}

/* line 157, app/assets/stylesheets/components/notifications.scss */
.notification-success {
  background-color: #F0FFF4;
  border-color: #C6F6D5;
  color: #276749;
}

/* line 163, app/assets/stylesheets/components/notifications.scss */
.notification-warning {
  background-color: #FFFAF0;
  border-color: #FEEBC8;
  color: #C05621;
}

/* line 169, app/assets/stylesheets/components/notifications.scss */
.notification-danger {
  background-color: #FFF5F5;
  border-color: #FED7D7;
  color: #C53030;
}

/* line 175, app/assets/stylesheets/components/notifications.scss */
.notification-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 180, app/assets/stylesheets/components/notifications.scss */
.notification-message {
  margin-bottom: 0;
}

/* line 184, app/assets/stylesheets/components/notifications.scss */
.notification-icon {
  margin-right: 0.75rem;
}

/* line 188, app/assets/stylesheets/components/notifications.scss */
.notification-close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: currentColor;
  opacity: 0.5;
}

/* line 195, app/assets/stylesheets/components/notifications.scss */
.notification-close:hover {
  opacity: 1;
  color: currentColor;
  text-decoration: none;
}

/* line 204, app/assets/stylesheets/components/notifications.scss */
.toast {
  position: fixed;
  z-index: 1050;
  top: 1rem;
  right: 1rem;
  width: 350px;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 1rem;
  border-left: 4px solid #4A5568;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}

/* line 219, app/assets/stylesheets/components/notifications.scss */
.toast.show {
  opacity: 1;
  transform: translateX(0);
}

/* line 224, app/assets/stylesheets/components/notifications.scss */
.toast-success {
  border-left-color: #48BB78;
}

/* line 228, app/assets/stylesheets/components/notifications.scss */
.toast-danger {
  border-left-color: #F56565;
}

/* line 232, app/assets/stylesheets/components/notifications.scss */
.toast-warning {
  border-left-color: #ED8936;
}

/* line 236, app/assets/stylesheets/components/notifications.scss */
.toast-info {
  border-left-color: #4299E1;
}

/* line 240, app/assets/stylesheets/components/notifications.scss */
.toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

/* line 246, app/assets/stylesheets/components/notifications.scss */
.toast-header .title {
  font-weight: 600;
  font-size: 1rem;
}

/* line 251, app/assets/stylesheets/components/notifications.scss */
.toast-header .close {
  font-size: 1.25rem;
  color: #A0AEC0;
  cursor: pointer;
}

/* line 256, app/assets/stylesheets/components/notifications.scss */
.toast-header .close:hover {
  color: #4A5568;
}

/* line 262, app/assets/stylesheets/components/notifications.scss */
.toast-body {
  font-size: 0.875rem;
  color: #4A5568;
}

/* ヘッダー通知アイコン用スタイル */
/* line 270, app/assets/stylesheets/components/notifications.scss */
.navbar .nav-item .btn.btn-light.rounded-circle {
  transition: all 0.3s ease;
}

/* line 273, app/assets/stylesheets/components/notifications.scss */
.navbar .nav-item .btn.btn-light.rounded-circle:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* line 278, app/assets/stylesheets/components/notifications.scss */
.navbar .nav-item .btn.btn-light.rounded-circle i {
  font-size: 1rem;
}

/* line 283, app/assets/stylesheets/components/notifications.scss */
.navbar .nav-item .badge {
  z-index: 5;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
@charset "UTF-8";
/* レスポンシブ対応の共通スタイル */
/* Extra small devices (phones, 576px以下) */
@media (max-width: 576px) {
  /* line 5, app/assets/stylesheets/components/responsive.scss */
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 10, app/assets/stylesheets/components/responsive.scss */
  h1, .h1 {
    font-size: 1.75rem;
  }
  /* line 14, app/assets/stylesheets/components/responsive.scss */
  h2, .h2 {
    font-size: 1.5rem;
  }
  /* line 18, app/assets/stylesheets/components/responsive.scss */
  h3, .h3 {
    font-size: 1.25rem;
  }
  /* line 22, app/assets/stylesheets/components/responsive.scss */
  .card {
    margin-bottom: 15px;
  }
  /* line 26, app/assets/stylesheets/components/responsive.scss */
  .card-body {
    padding: 15px;
  }
  /* line 30, app/assets/stylesheets/components/responsive.scss */
  .btn {
    padding: 0.375rem 0.75rem;
  }
  /* line 34, app/assets/stylesheets/components/responsive.scss */
  .mb-4 {
    margin-bottom: 1rem !important;
  }
  /* line 38, app/assets/stylesheets/components/responsive.scss */
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* Small devices (tablets, 576px〜767px) */
@media (min-width: 576px) and (max-width: 767px) {
  /* line 46, app/assets/stylesheets/components/responsive.scss */
  .card {
    margin-bottom: 20px;
  }
}

/* モバイル共通 (767px以下) */
@media (max-width: 767px) {
  /* line 53, app/assets/stylesheets/components/responsive.scss */
  .text-center-sm {
    text-align: center !important;
  }
  /* line 57, app/assets/stylesheets/components/responsive.scss */
  .mt-3-sm {
    margin-top: 1rem !important;
  }
  /* line 61, app/assets/stylesheets/components/responsive.scss */
  .d-flex-column-sm {
    flex-direction: column !important;
  }
  /* line 65, app/assets/stylesheets/components/responsive.scss */
  .mobile-stretch {
    width: 100% !important;
  }
  /* line 69, app/assets/stylesheets/components/responsive.scss */
  .mobile-hidden {
    display: none !important;
  }
  /* line 73, app/assets/stylesheets/components/responsive.scss */
  .mobile-visible {
    display: block !important;
  }
  /* line 77, app/assets/stylesheets/components/responsive.scss */
  .mobile-text-center {
    text-align: center !important;
  }
  /* line 81, app/assets/stylesheets/components/responsive.scss */
  .mobile-mt-2 {
    margin-top: 0.5rem !important;
  }
  /* line 85, app/assets/stylesheets/components/responsive.scss */
  .mobile-mb-3 {
    margin-bottom: 1rem !important;
  }
  /* テーブルのモバイル表示調整 */
  /* line 90, app/assets/stylesheets/components/responsive.scss */
  .table-responsive-mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 97, app/assets/stylesheets/components/responsive.scss */
  .table-responsive-mobile table {
    width: 100%;
    min-width: 500px;
  }
  /* モバイルでのグリッドギャップ調整 */
  /* line 103, app/assets/stylesheets/components/responsive.scss */
  .row.g-3 {
    row-gap: 0.75rem !important;
  }
  /* モバイルでのフォントサイズ調整 */
  /* line 108, app/assets/stylesheets/components/responsive.scss */
  .fs-4 {
    font-size: 1.25rem !important;
  }
  /* line 112, app/assets/stylesheets/components/responsive.scss */
  .fs-5 {
    font-size: 1.1rem !important;
  }
  /* line 116, app/assets/stylesheets/components/responsive.scss */
  .fs-6 {
    font-size: 0.9rem !important;
  }
  /* 利用の流れ モバイル最適化 */
  /* line 121, app/assets/stylesheets/components/responsive.scss */
  .section-title {
    font-size: 1.8rem !important;
  }
  /* line 125, app/assets/stylesheets/components/responsive.scss */
  .section-description {
    font-size: 1rem !important;
  }
  /* 特徴カード モバイル調整 */
  /* line 130, app/assets/stylesheets/components/responsive.scss */
  .feature-category-card {
    margin-bottom: 1.5rem;
  }
  /* line 134, app/assets/stylesheets/components/responsive.scss */
  .feature-category-card:last-child {
    margin-bottom: 0;
  }
  /* line 138, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-container {
    padding: 0 5px;
  }
  /* line 142, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-step {
    padding: 12px;
    margin-bottom: 22px;
  }
  /* line 147, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-step::before {
    top: -22px;
    height: 22px;
    left: 20px;
  }
  /* line 153, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-icon {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    margin-right: 12px;
  }
  /* line 160, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-content h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  /* line 165, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-content p {
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.4;
  }
  /* line 171, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-number {
    width: 22px;
    height: 22px;
    font-size: 0.75rem;
  }
  /* line 177, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-label {
    margin: 15px 0 8px;
  }
  /* line 181, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-label span {
    padding: 3px 12px;
    font-size: 0.9rem;
  }
  /* ヘッダーロゴ対応 */
  /* line 187, app/assets/stylesheets/components/responsive.scss */
  .hero-content img {
    width: 90% !important;
    max-width: 350px !important;
  }
  /* 応募履歴カードのモバイル最適化 */
  /* line 193, app/assets/stylesheets/components/responsive.scss */
  .entry-card .card-body {
    padding: 0.75rem;
  }
  /* line 197, app/assets/stylesheets/components/responsive.scss */
  .entry-card .img-fluid {
    max-height: 120px !important;
    margin: 0 auto;
  }
  /* line 202, app/assets/stylesheets/components/responsive.scss */
  .entry-card .btn-sm {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
  }
  /* line 208, app/assets/stylesheets/components/responsive.scss */
  .entry-card .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
  }
  /* line 213, app/assets/stylesheets/components/responsive.scss */
  .entry-card h5.card-title {
    font-size: 1rem;
  }
  /* line 217, app/assets/stylesheets/components/responsive.scss */
  .entry-card .card-header {
    padding: 0.75rem;
  }
  /* line 221, app/assets/stylesheets/components/responsive.scss */
  .entry-card .alert {
    padding: 0.75rem;
  }
  /* line 225, app/assets/stylesheets/components/responsive.scss */
  .entry-card .small {
    font-size: 0.7rem;
  }
}

/* iPhone SE などの小型デバイス対応 */
@media (max-width: 374px) {
  /* line 232, app/assets/stylesheets/components/responsive.scss */
  .section-title {
    font-size: 1.6rem !important;
  }
  /* line 236, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  /* line 242, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-content h4 {
    font-size: 1rem;
  }
  /* line 246, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-content p {
    font-size: 0.85rem;
  }
  /* line 250, app/assets/stylesheets/components/responsive.scss */
  .mobile-flow-number {
    width: 20px;
    height: 20px;
    font-size: 0.7rem;
  }
}

/* スクロールバー管理 */
/* line 258, app/assets/stylesheets/components/responsive.scss */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #ccc #f5f5f5;
}

/* line 263, app/assets/stylesheets/components/responsive.scss */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* line 268, app/assets/stylesheets/components/responsive.scss */
.custom-scrollbar::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

/* line 273, app/assets/stylesheets/components/responsive.scss */
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 3px solid #f5f5f5;
}

/* 高さ制限付きのスクロール可能なコンテナ */
/* line 280, app/assets/stylesheets/components/responsive.scss */
.scroll-container-sm {
  max-height: 200px;
  overflow-y: auto;
}

/* line 285, app/assets/stylesheets/components/responsive.scss */
.scroll-container-md {
  max-height: 300px;
  overflow-y: auto;
}

/* line 290, app/assets/stylesheets/components/responsive.scss */
.scroll-container-lg {
  max-height: 500px;
  overflow-y: auto;
}

/* さらに小さいデバイス (500px以下) */
@media (max-width: 500px) {
  /* line 297, app/assets/stylesheets/components/responsive.scss */
  .entry-card .card-body {
    padding: 0.5rem;
  }
  /* line 301, app/assets/stylesheets/components/responsive.scss */
  .entry-card .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  /* line 306, app/assets/stylesheets/components/responsive.scss */
  .entry-card .row > [class^="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* line 311, app/assets/stylesheets/components/responsive.scss */
  .entry-card .card-header {
    padding: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 317, app/assets/stylesheets/components/responsive.scss */
  .entry-card .card-header .badge {
    margin-top: 0.5rem;
    align-self: flex-start;
  }
  /* line 322, app/assets/stylesheets/components/responsive.scss */
  .filter-tabs {
    flex-wrap: wrap;
  }
  /* line 326, app/assets/stylesheets/components/responsive.scss */
  .filter-tab {
    flex: 1 0 auto;
    text-align: center;
    padding: 5px 8px;
    font-size: 0.75rem;
  }
}
/* line 2, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* line 8, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 13, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch input:checked + .slider {
  background-color: #FF4B4B;
}

/* line 17, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #FF4B4B;
}

/* line 21, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch input:checked + .slider:before {
  transform: translateX(26px);
}

/* line 26, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E8F0;
  transition: .4s;
}

/* line 36, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

/* line 47, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch .slider.round {
  border-radius: 34px;
}

/* line 50, app/assets/stylesheets/components/toggle_switch.scss */
.toggle-switch .slider.round:before {
  border-radius: 50%;
}

/* line 58, app/assets/stylesheets/components/toggle_switch.scss */
.switch-label {
  display: flex;
  align-items: center;
}

/* line 62, app/assets/stylesheets/components/toggle_switch.scss */
.switch-label .label-text {
  margin-left: 1rem;
  font-weight: 500;
  color: #4A5568;
}
/* line 1, app/assets/stylesheets/components/_user_menu.scss */
.user-menu {
  position: relative;
}

/* line 4, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: none;
  border: none;
  border-radius: 0.5rem;
  color: var(--bs-nav-link-color);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

/* line 16, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--bs-nav-link-hover-color);
}

/* line 21, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__toggle[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 24, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__toggle[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

/* line 30, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

/* line 36, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 43, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__name {
  font-weight: 500;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 51, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__dropdown {
  width: 280px;
  padding: 0;
  margin-top: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 59, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__dropdown .dropdown-item {
  border-radius: 0.375rem;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
}

/* line 64, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__dropdown .dropdown-item:hover {
  background-color: var(--bs-light);
}

/* line 68, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__dropdown .dropdown-item:active {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}

/* line 75, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__large-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

/* line 82, app/assets/stylesheets/components/_user_menu.scss */
.user-menu__large-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 89, app/assets/stylesheets/components/_user_menu.scss */
.user-menu .fa-chevron-down {
  font-size: 0.75rem;
  transition: transform 0.2s ease-in-out;
}

/* line 96, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu {
  padding: 0;
  margin-top: 0.5rem;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

/* line 103, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu.show {
  animation: dropdownFadeIn 0.2s ease-in-out;
}

/* line 107, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  margin: 0.125rem;
}

/* line 113, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-item i {
  width: 1.5rem;
  text-align: center;
}

/* line 118, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-item:hover {
  background-color: var(--bs-gray-100);
  transform: translateX(4px);
}

/* line 123, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-item:active {
  background-color: var(--bs-primary);
  color: white;
}

/* line 127, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-item:active i {
  color: white !important;
}

/* line 133, app/assets/stylesheets/components/_user_menu.scss */
.dropdown-menu .dropdown-divider {
  margin: 0.5rem 0;
  opacity: 0.1;
}

@media (max-width: 767.98px) {
  /* line 141, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu {
    position: fixed !important;
    top: 65px !important;
    right: 1rem !important;
    left: 1rem !important;
    bottom: auto !important;
    width: calc(100% - 2rem);
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;
    border-radius: 1rem !important;
    transform: translateY(-20px);
    margin: 0;
    z-index: 10000 !important;
    background-color: white !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  /* line 159, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu.show {
    transform: translateY(0);
    animation: dropDown 0.3s ease;
    display: block !important;
  }
  /* line 165, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu .dropdown-item {
    padding: 0.875rem 1rem;
  }
  /* line 168, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu .dropdown-item:active {
    background-color: var(--bs-primary);
    color: white;
  }
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dropDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

/* line 210, app/assets/stylesheets/components/_user_menu.scss */
.nav-item.dropdown .dropdown-toggle:after {
  display: none;
}

/* line 214, app/assets/stylesheets/components/_user_menu.scss */
.nav-item.dropdown .dropdown-toggle:hover {
  opacity: 0.8;
}

@media (max-width: 991.98px) {
  /* line 221, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu {
    width: calc(100vw - 2rem);
    max-width: 320px;
    margin: 0.5rem;
  }
  /* line 226, app/assets/stylesheets/components/_user_menu.scss */
  .dropdown-menu .dropdown-item {
    padding: 0.875rem 1rem;
  }
  /* line 233, app/assets/stylesheets/components/_user_menu.scss */
  .navbar .nav-item .nav-link {
    padding: 0.75rem;
  }
}

/* line 242, app/assets/stylesheets/components/_user_menu.scss */
.navbar .nav-item .nav-link {
  position: relative;
  padding: 0.5rem;
  color: var(--bs-gray-700);
  transition: all 0.2s ease;
}

/* line 248, app/assets/stylesheets/components/_user_menu.scss */
.navbar .nav-item .nav-link:hover {
  color: var(--bs-primary);
}

/* line 252, app/assets/stylesheets/components/_user_menu.scss */
.navbar .nav-item .nav-link i {
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

/* line 257, app/assets/stylesheets/components/_user_menu.scss */
.navbar .nav-item .nav-link:hover i {
  transform: scale(1.1);
}

/* line 261, app/assets/stylesheets/components/_user_menu.scss */
.navbar .nav-item .nav-link .badge {
  font-size: 0.65rem;
  padding: 0.25rem 0.5rem;
}
@charset "UTF-8";
/* フローティングメニューボタン */
/* line 2, app/assets/stylesheets/components/_floating_menu.scss */
.floating-menu-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  min-width: 140px;
  height: 50px;
  border-radius: 25px;
  background-color: #ff6b00;
  background-image: linear-gradient(135deg, #ff6b00, #ff8800);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 107, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1030;
  transition: all 0.2s ease;
  border: none;
  font-size: 1rem;
  padding: 0 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/components/_floating_menu.scss */
.floating-menu-btn .fas {
  font-size: 1.2rem;
  margin-right: 0.75rem;
  transition: transform 0.2s ease;
}

/* line 32, app/assets/stylesheets/components/_floating_menu.scss */
.floating-menu-btn:hover,
.floating-menu-btn:focus {
  background-image: linear-gradient(135deg, #ff8800, #ff6b00);
  color: white;
  box-shadow: 0 5px 20px rgba(255, 107, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/components/_floating_menu.scss */
.floating-menu-btn:hover .fas {
  transform: rotate(45deg);
}

/* line 45, app/assets/stylesheets/components/_floating_menu.scss */
.floating-menu-btn:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(255, 107, 0, 0.3), 0 1px 4px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(135deg, #e55e00, #ff6b00);
}

/* メディアクエリ */
@media (min-width: 768px) {
  /* line 53, app/assets/stylesheets/components/_floating_menu.scss */
  .floating-menu-btn {
    display: none;
  }
}
@charset "UTF-8";
/* モバイルメニュー用スタイル - 最小限の実装 */
/* モバイルメニュー基本スタイル */
/* line 4, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

/* 表示状態 */
/* line 21, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu.show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/* フローティングボタンスタイル */
/* line 28, app/assets/stylesheets/components/_mobile_menu.scss */
.floating-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6b35;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.3);
  transition: all 0.2s ease;
  z-index: 1030;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/components/_mobile_menu.scss */
.floating-menu-btn:hover,
.floating-menu-btn:focus {
  background-color: #e05a2b;
  color: white;
}

/* ボタンスタイル */
/* line 51, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-light {
  background-color: #f8f9fa;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  text-align: left;
}

/* line 62, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-light:hover {
  background-color: rgba(255, 107, 53, 0.1);
}

/* line 66, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-light.active {
  background-color: #ff6b35;
  color: white;
}

/* line 71, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-light.active i {
  color: white !important;
}

/* line 75, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-close {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  opacity: 0.8;
  transition: all 0.2s;
  padding: 0.5rem;
}

/* line 85, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .btn-close:hover {
  opacity: 1;
  background-color: #e0e0e0;
}

/* line 90, app/assets/stylesheets/components/_mobile_menu.scss */
.mobile-top-menu .user-profile {
  background-color: rgba(255, 107, 53, 0.05);
  border-radius: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 107, 53, 0.1);
}

/* line 97, app/assets/stylesheets/components/_mobile_menu.scss */
.text-orange {
  color: #ff6b35 !important;
}

/* モバイル固有の最適化 */
@media (max-width: 767.98px) {
  /* line 103, app/assets/stylesheets/components/_mobile_menu.scss */
  .mobile-top-menu {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 108, app/assets/stylesheets/components/_mobile_menu.scss */
  .mobile-top-menu .container {
    padding: 1rem;
  }
}
/* line 2, app/assets/stylesheets/custom.scss */
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #f8f9fa;
  color: #2D3748;
  overflow-x: hidden !important;
  max-width: 100vw;
}

/* line 11, app/assets/stylesheets/custom.scss */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0.75rem 1rem;
}

/* line 16, app/assets/stylesheets/custom.scss */
.navbar .navbar-brand {
  display: flex;
  align-items: center;
}

/* line 20, app/assets/stylesheets/custom.scss */
.navbar .navbar-brand img {
  height: 40px;
  margin-right: 0.5rem;
}

/* line 26, app/assets/stylesheets/custom.scss */
.navbar .nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.2s;
}

/* line 32, app/assets/stylesheets/custom.scss */
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: var(--primary-color);
}

/* line 36, app/assets/stylesheets/custom.scss */
.navbar .nav-link.active {
  color: var(--primary-color);
}

/* line 40, app/assets/stylesheets/custom.scss */
.navbar .nav-link i {
  margin-right: 0.25rem;
}

/* line 45, app/assets/stylesheets/custom.scss */
.navbar .btn-orange {
  background-color: var(--orange-color);
  color: white;
  border-color: var(--orange-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 52, app/assets/stylesheets/custom.scss */
.navbar .btn-orange:hover, .navbar .btn-orange:focus {
  background-color: #cc7000;
  color: white;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
  transform: translateY(-2px);
}

/* line 62, app/assets/stylesheets/custom.scss */
.brand-logo {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

/* line 70, app/assets/stylesheets/custom.scss */
.brand-logo img {
  height: 2.5rem;
  margin-right: 0.5rem;
}

/* line 75, app/assets/stylesheets/custom.scss */
.brand-logo:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/* line 82, app/assets/stylesheets/custom.scss */
.main-content {
  padding: 2rem 0;
  min-height: calc(100vh - 56px);
}

/* line 88, app/assets/stylesheets/custom.scss */
.section-title {
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 1.5rem;
}

/* line 95, app/assets/stylesheets/custom.scss */
.text-primary {
  color: #FF4B4B !important;
}

/* line 99, app/assets/stylesheets/custom.scss */
.bg-primary {
  background-color: #FF4B4B !important;
}

/* line 103, app/assets/stylesheets/custom.scss */
.text-muted {
  color: #718096 !important;
}

/* line 108, app/assets/stylesheets/custom.scss */
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 116, app/assets/stylesheets/custom.scss */
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 0.25rem;
}

/* line 123, app/assets/stylesheets/custom.scss */
.status-badge-success {
  background-color: #e3fcef;
  color: #0e6245;
}

/* line 128, app/assets/stylesheets/custom.scss */
.status-badge-warning {
  background-color: #fef3c7;
  color: #92400e;
}

/* line 133, app/assets/stylesheets/custom.scss */
.status-badge-danger {
  background-color: #fee2e2;
  color: #991b1b;
}

/* line 140, app/assets/stylesheets/custom.scss */
.table {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* line 145, app/assets/stylesheets/custom.scss */
.table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #2D3748;
}

/* line 151, app/assets/stylesheets/custom.scss */
.table td {
  vertical-align: middle;
}

/* line 157, app/assets/stylesheets/custom.scss */
.hero-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e9ecef;
}

/* line 163, app/assets/stylesheets/custom.scss */
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

/* line 170, app/assets/stylesheets/custom.scss */
.hero-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #6c757d;
}

/* line 179, app/assets/stylesheets/custom.scss */
.footer {
  background-color: #f8f9fa;
  padding: 3rem 0;
  margin-top: 2rem;
  border-top: 1px solid #e9ecef;
}

/* line 185, app/assets/stylesheets/custom.scss */
.footer h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #333;
}

/* line 192, app/assets/stylesheets/custom.scss */
.footer ul {
  list-style: none;
  padding-left: 0;
}

/* line 196, app/assets/stylesheets/custom.scss */
.footer ul li {
  margin-bottom: 0.5rem;
}

/* line 199, app/assets/stylesheets/custom.scss */
.footer ul li a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s;
}

/* line 204, app/assets/stylesheets/custom.scss */
.footer ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

/* line 214, app/assets/stylesheets/custom.scss */
.btn-orange {
  background-color: var(--orange-color);
  color: white;
  border-color: var(--orange-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 221, app/assets/stylesheets/custom.scss */
.btn-orange:hover, .btn-orange:focus {
  background-color: #cc7000;
  color: white;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
  transform: translateY(-2px);
}

/* line 229, app/assets/stylesheets/custom.scss */
.btn-outline-orange {
  color: var(--orange-color);
  border-color: var(--orange-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 235, app/assets/stylesheets/custom.scss */
.btn-outline-orange:hover, .btn-outline-orange:focus {
  background-color: var(--orange-color);
  color: white;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
  transform: translateY(-2px);
}

/* line 246, app/assets/stylesheets/custom.scss */
.pagination .page-item .page-link {
  color: #2D3748;
  border: none;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
}

/* line 252, app/assets/stylesheets/custom.scss */
.pagination .page-item .page-link:hover {
  background-color: #f8f9fa;
  color: #FF4B4B;
}

/* line 258, app/assets/stylesheets/custom.scss */
.pagination .page-item.active .page-link {
  background-color: #FF4B4B;
  color: #ffffff;
}

/* line 266, app/assets/stylesheets/custom.scss */
.custom-dropdown {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.2s ease;
  z-index: 9999;
}

/* line 273, app/assets/stylesheets/custom.scss */
.custom-dropdown .card-header {
  background-color: #f9f9f9;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

/* line 279, app/assets/stylesheets/custom.scss */
.custom-dropdown .list-group-item {
  padding: 10px 15px;
  transition: background-color 0.2s ease;
}

/* line 283, app/assets/stylesheets/custom.scss */
.custom-dropdown .list-group-item:hover {
  background-color: #f5f5f5;
}

/* line 287, app/assets/stylesheets/custom.scss */
.custom-dropdown .list-group-item i {
  width: 20px;
  text-align: center;
  color: #ff6b35;
}

/* line 294, app/assets/stylesheets/custom.scss */
.custom-dropdown .dropdown-divider {
  margin: 0;
  border-top: 1px solid #eee;
}

/* line 299, app/assets/stylesheets/custom.scss */
.custom-dropdown.show {
  animation: dropdown-fade-in 0.2s ease forwards;
}

@keyframes dropdown-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 317, app/assets/stylesheets/custom.scss */
.simple-dropdown {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 9999;
}

/* line 324, app/assets/stylesheets/custom.scss */
.simple-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

/* line 330, app/assets/stylesheets/custom.scss */
.simple-dropdown .dropdown-item:hover, .simple-dropdown .dropdown-item:focus {
  background-color: #f8f9fa;
  text-decoration: none;
}

/* line 335, app/assets/stylesheets/custom.scss */
.simple-dropdown .dropdown-item:active {
  background-color: #f0f0f0;
}

/* line 339, app/assets/stylesheets/custom.scss */
.simple-dropdown .dropdown-item i {
  width: 24px;
  text-align: center;
}

/* line 345, app/assets/stylesheets/custom.scss */
.simple-dropdown hr.dropdown-divider {
  margin: 0;
  border-top: 1px solid #eee;
}

/* line 352, app/assets/stylesheets/custom.scss */
.card-header.bg-primary.bg-opacity-10 {
  background-color: rgba(13, 110, 253, 0.05) !important;
}

@media (max-width: 768px) {
  /* line 358, app/assets/stylesheets/custom.scss */
  .custom-dropdown {
    min-width: 200px !important;
    right: 0;
    left: auto;
  }
}
@charset "UTF-8";
/* ホームページ全体のスタイル */
/* line 2, app/assets/stylesheets/pages/home.scss */
.home-container {
  overflow-x: hidden;
}

/* ==========================================================================
   ヒーローセクション
   ========================================================================== */
/* line 9, app/assets/stylesheets/pages/home.scss */
.hero-section {
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  color: white;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

/* line 17, app/assets/stylesheets/pages/home.scss */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem 0;
}

/* ロゴアニメーション */
/* line 24, app/assets/stylesheets/pages/home.scss */
.logo-animation {
  max-width: 120px;
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* グラデーションテキスト */
/* line 42, app/assets/stylesheets/pages/home.scss */
.text-gradient {
  background: linear-gradient(90deg, #ff8a00, #e52e71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* 浮遊イメージアニメーション */
/* line 51, app/assets/stylesheets/pages/home.scss */
.hero-image-container {
  position: relative;
  height: 400px;
}

/* アプリのショーケースセクション */
/* line 57, app/assets/stylesheets/pages/home.scss */
.app-showcase {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

/* line 64, app/assets/stylesheets/pages/home.scss */
.device-mockup {
  position: absolute;
  width: 250px;
  transform: translateZ(0);
  transition: all 0.5s ease;
  animation: float 6s ease-in-out infinite;
  z-index: 3;
  top: 10%;
  left: 5%;
}

/* line 75, app/assets/stylesheets/pages/home.scss */
.device-mockup.delay-1 {
  animation: float 7s ease-in-out infinite;
  animation-delay: 0.5s;
  z-index: 2;
  top: 20%;
  right: 5%;
  left: auto;
}

/* line 84, app/assets/stylesheets/pages/home.scss */
.device-mockup.delay-2 {
  animation: float 8s ease-in-out infinite;
  animation-delay: 1s;
  z-index: 1;
  top: 35%;
  left: 25%;
}

/* line 92, app/assets/stylesheets/pages/home.scss */
.device-frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  background: white;
  width: 100%;
  height: 100%;
  padding: 8px;
}

/* line 103, app/assets/stylesheets/pages/home.scss */
.device-screen {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/16;
}

/* line 110, app/assets/stylesheets/pages/home.scss */
.device-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px;
  text-align: center;
}

/* line 121, app/assets/stylesheets/pages/home.scss */
.step-label {
  display: inline-block;
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 131, app/assets/stylesheets/pages/home.scss */
.sample-stats-card {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 180px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 4;
  overflow: hidden;
  animation: slideIn 1s ease-out 1s forwards, float 6s ease-in-out infinite 2s;
  opacity: 0;
  transform: translateY(20px);
}

/* line 146, app/assets/stylesheets/pages/home.scss */
.stats-header {
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  color: white;
  padding: 8px 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* line 157, app/assets/stylesheets/pages/home.scss */
.stats-content {
  padding: 10px;
}

/* line 161, app/assets/stylesheets/pages/home.scss */
.stat-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  font-size: 13px;
}

/* line 168, app/assets/stylesheets/pages/home.scss */
.stat-label {
  color: #666;
}

/* line 172, app/assets/stylesheets/pages/home.scss */
.stat-value {
  font-weight: bold;
  color: #ff8a00;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-3deg);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ウェーブエフェクト */
/* line 197, app/assets/stylesheets/pages/home.scss */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* ボタンホバーエフェクト */
/* line 206, app/assets/stylesheets/pages/home.scss */
.btn-hover-effect {
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 213, app/assets/stylesheets/pages/home.scss */
.btn-hover-effect:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   特徴セクション
   ========================================================================== */
/* line 221, app/assets/stylesheets/pages/home.scss */
.features-section {
  padding: 80px 0;
  background-color: #fff;
}

/* line 226, app/assets/stylesheets/pages/home.scss */
.section-header {
  margin-bottom: 60px;
}

/* line 230, app/assets/stylesheets/pages/home.scss */
.section-subtitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #ff8a00;
  margin-bottom: 10px;
}

/* line 239, app/assets/stylesheets/pages/home.scss */
.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

/* line 246, app/assets/stylesheets/pages/home.scss */
.section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #ff8a00, #e52e71);
  margin: 0 auto 20px;
}

/* line 253, app/assets/stylesheets/pages/home.scss */
.section-description {
  max-width: 700px;
  margin: 0 auto;
  color: #6c757d;
}

/* line 259, app/assets/stylesheets/pages/home.scss */
.feature-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

/* line 268, app/assets/stylesheets/pages/home.scss */
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* line 273, app/assets/stylesheets/pages/home.scss */
.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 24px;
}

/* line 286, app/assets/stylesheets/pages/home.scss */
.feature-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

/* line 292, app/assets/stylesheets/pages/home.scss */
.feature-card p {
  color: #6c757d;
  margin-bottom: 0;
}

/* ==========================================================================
   プロセス（利用の流れ）セクション
   ========================================================================== */
/* line 300, app/assets/stylesheets/pages/home.scss */
.process-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

/* ワークフローコンテナ */
/* line 306, app/assets/stylesheets/pages/home.scss */
.workflow-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

/* line 313, app/assets/stylesheets/pages/home.scss */
.workflow-step {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
  transition: all 0.3s ease;
}

/* line 323, app/assets/stylesheets/pages/home.scss */
.workflow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* line 328, app/assets/stylesheets/pages/home.scss */
.workflow-number {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
}

/* line 345, app/assets/stylesheets/pages/home.scss */
.workflow-content {
  position: relative;
}

/* line 349, app/assets/stylesheets/pages/home.scss */
.workflow-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/* line 358, app/assets/stylesheets/pages/home.scss */
.workflow-header h3 {
  font-size: 22px;
  margin: 0;
  color: #333;
}

/* line 364, app/assets/stylesheets/pages/home.scss */
.workflow-tags {
  display: flex;
  gap: 10px;
}

/* line 369, app/assets/stylesheets/pages/home.scss */
.workflow-tag {
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
}

/* line 376, app/assets/stylesheets/pages/home.scss */
.seller-tag {
  background-color: #e6f7ff;
  color: #0077cc;
}

/* line 381, app/assets/stylesheets/pages/home.scss */
.buyer-tag {
  background-color: #ebf7ed;
  color: #28a745;
}

/* line 386, app/assets/stylesheets/pages/home.scss */
.workflow-details {
  display: flex;
  gap: 30px;
}

/* line 391, app/assets/stylesheets/pages/home.scss */
.workflow-text {
  flex: 1;
}

/* line 395, app/assets/stylesheets/pages/home.scss */
.workflow-image {
  flex: 1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

/* line 402, app/assets/stylesheets/pages/home.scss */
.workflow-screenshot {
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
}

/* line 408, app/assets/stylesheets/pages/home.scss */
.workflow-step:hover .workflow-screenshot {
  transform: scale(1.05);
}

/* line 412, app/assets/stylesheets/pages/home.scss */
.workflow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
}

/* line 424, app/assets/stylesheets/pages/home.scss */
.workflow-caption {
  font-weight: bold;
}

/* line 428, app/assets/stylesheets/pages/home.scss */
.workflow-list {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0;
}

/* line 434, app/assets/stylesheets/pages/home.scss */
.workflow-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

/* line 440, app/assets/stylesheets/pages/home.scss */
.workflow-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ff8a00;
}

/* line 449, app/assets/stylesheets/pages/home.scss */
.workflow-subheader {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
}

/* line 456, app/assets/stylesheets/pages/home.scss */
.seller-subheader {
  background-color: #e6f7ff;
  border-left: 4px solid #0077cc;
}

/* line 461, app/assets/stylesheets/pages/home.scss */
.buyer-subheader {
  background-color: #ebf7ed;
  border-left: 4px solid #28a745;
}

/* line 466, app/assets/stylesheets/pages/home.scss */
.workflow-arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  color: #ff8a00;
}

/* line 483, app/assets/stylesheets/pages/home.scss */
.workflow-step:last-child .workflow-arrow {
  display: none;
}

@media (max-width: 991px) {
  /* line 488, app/assets/stylesheets/pages/home.scss */
  .workflow-details {
    flex-direction: column;
  }
  /* line 492, app/assets/stylesheets/pages/home.scss */
  .workflow-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  /* line 498, app/assets/stylesheets/pages/home.scss */
  .workflow-step {
    padding: 20px;
  }
}

/* ==========================================================================
   CTA（行動喚起）セクション
   ========================================================================== */
/* line 506, app/assets/stylesheets/pages/home.scss */
.cta-section {
  padding: 60px 0;
}

/* line 510, app/assets/stylesheets/pages/home.scss */
.cta-card {
  background: linear-gradient(135deg, #ff8a00 0%, #e52e71 100%);
  padding: 50px;
  border-radius: 15px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* line 518, app/assets/stylesheets/pages/home.scss */
.cta-card h2 {
  font-size: 32px;
  font-weight: 700;
}

/* line 523, app/assets/stylesheets/pages/home.scss */
.cta-card p {
  font-size: 18px;
  opacity: 0.9;
}

/* line 528, app/assets/stylesheets/pages/home.scss */
.cta-card .btn {
  background-color: white;
  color: #ff8a00;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
}

/* line 536, app/assets/stylesheets/pages/home.scss */
.cta-card .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #e52e71;
}

/* ==========================================================================
   FAQ（よくある質問）セクション
   ========================================================================== */
/* line 544, app/assets/stylesheets/pages/home.scss */
.faq-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* line 549, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* line 557, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-header {
  margin-bottom: 0;
}

/* line 561, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-button {
  padding: 20px 25px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  background-color: white;
  box-shadow: none;
}

/* line 570, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: white;
  color: #ff8a00;
  box-shadow: none;
}

/* line 576, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8a00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 580, app/assets/stylesheets/pages/home.scss */
.faq-accordion .accordion-body {
  padding: 20px 25px;
  color: #6c757d;
  line-height: 1.6;
}

/* ==========================================================================
   レスポンシブ調整
   ========================================================================== */
@media (max-width: 992px) {
  /* line 590, app/assets/stylesheets/pages/home.scss */
  .hero-section {
    padding: 50px 0 0;
  }
  /* line 594, app/assets/stylesheets/pages/home.scss */
  .hero-content {
    text-align: center;
    padding: 2rem 1rem 3rem;
  }
  /* line 599, app/assets/stylesheets/pages/home.scss */
  .hero-content .d-flex {
    justify-content: center;
  }
  /* line 603, app/assets/stylesheets/pages/home.scss */
  .logo-animation {
    margin: 0 auto;
  }
  /* line 607, app/assets/stylesheets/pages/home.scss */
  .timeline::after {
    left: 50px;
  }
  /* line 611, app/assets/stylesheets/pages/home.scss */
  .timeline-content {
    width: calc(100% - 100px);
    margin-left: 100px !important;
  }
  /* line 616, app/assets/stylesheets/pages/home.scss */
  .timeline-icon {
    left: 25px !important;
    right: auto !important;
  }
}

@media (max-width: 768px) {
  /* line 623, app/assets/stylesheets/pages/home.scss */
  .section-title {
    font-size: 28px;
  }
  /* line 627, app/assets/stylesheets/pages/home.scss */
  .feature-card,
.cta-card {
    padding: 25px;
  }
  /* line 632, app/assets/stylesheets/pages/home.scss */
  .timeline-content {
    padding: 20px;
  }
  /* line 636, app/assets/stylesheets/pages/home.scss */
  .timeline-content h3 {
    font-size: 18px;
  }
  /* line 640, app/assets/stylesheets/pages/home.scss */
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
  /* line 645, app/assets/stylesheets/pages/home.scss */
  .faq-accordion .accordion-body {
    padding: 15px 20px;
  }
}

@media (max-width: 576px) {
  /* line 651, app/assets/stylesheets/pages/home.scss */
  .hero-section {
    padding: 40px 0 0;
  }
  /* line 655, app/assets/stylesheets/pages/home.scss */
  .text-gradient {
    font-size: 30px;
  }
  /* line 659, app/assets/stylesheets/pages/home.scss */
  .timeline::after {
    left: 30px;
  }
  /* line 663, app/assets/stylesheets/pages/home.scss */
  .timeline-content {
    width: calc(100% - 60px);
    margin-left: 60px !important;
  }
  /* line 668, app/assets/stylesheets/pages/home.scss */
  .timeline-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    left: 10px !important;
  }
}
/* line 7, app/assets/stylesheets/my/_sidebar.scss */
.sidebar {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
  transition: all 0.3s ease;
  width: 280px;
}

/* line 14, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .user-profile {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 107, 53, 0.05);
}

/* line 19, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .user-profile .user-avatar {
  background-color: #ff6b35;
  color: #f8f9fa;
  transition: transform 0.3s ease;
}

/* line 24, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .user-profile .user-avatar:hover {
  transform: scale(1.05);
}

/* line 30, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link {
  color: #1e3d59;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  margin: 0.25rem 0.5rem;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  width: calc(100% - 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 42, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link:hover {
  background-color: rgba(255, 107, 53, 0.1);
  transform: translateX(3px);
}

/* line 47, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link.active {
  background-color: #ff6b35;
  color: #f8f9fa;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

/* line 53, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link.active i {
  color: #f8f9fa;
}

/* line 57, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link.active::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.25rem;
  background-color: #ff6b35;
  border-radius: 0.25rem;
}

/* line 70, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link i {
  color: #ff6b35;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* line 79, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-link .badge {
  transition: all 0.3s ease;
}

/* line 84, app/assets/stylesheets/my/_sidebar.scss */
.sidebar .nav-section-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: rgba(30, 61, 89, 0.6);
  padding: 1rem 1rem 0.5rem;
  margin-top: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 98, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar {
    width: 100%;
    max-width: 85%;
    position: fixed;
    z-index: 1050;
    left: -100%;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  /* line 110, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar.show {
    left: 0;
  }
  /* line 115, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar-backdrop {
    display: none;
    position: fixed;
    z-index: 1040;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 125, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar-backdrop.show {
    display: block;
  }
  /* line 130, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar-toggle {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #ff6b35;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.4);
    z-index: 1030;
    transition: all 0.3s ease;
  }
  /* line 146, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.5);
  }
  /* line 151, app/assets/stylesheets/my/_sidebar.scss */
  .sidebar-toggle i {
    font-size: 1.5rem;
  }
}

/* line 7, app/assets/stylesheets/my/_dashboard.scss */
main {
  background-color: #f5f5f5;
  min-height: calc(100vh - 56px);
}

/* line 11, app/assets/stylesheets/my/_dashboard.scss */
main.content-main {
  width: 100%;
  max-width: calc(100% - 280px);
}

@media (max-width: 767.98px) {
  /* line 19, app/assets/stylesheets/my/_dashboard.scss */
  main .card .card-header {
    padding: 0.75rem;
  }
  /* line 23, app/assets/stylesheets/my/_dashboard.scss */
  main .card .card-body {
    padding: 0.75rem;
  }
}

/* line 31, app/assets/stylesheets/my/_dashboard.scss */
.content-wrapper {
  padding: 1.5rem;
}

@media (max-width: 767.98px) {
  /* line 31, app/assets/stylesheets/my/_dashboard.scss */
  .content-wrapper {
    padding: 1rem;
  }
}

/* line 38, app/assets/stylesheets/my/_dashboard.scss */
.content-wrapper .page-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
}

/* line 45, app/assets/stylesheets/my/_dashboard.scss */
.content-wrapper .section-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  border-left: 3px solid #ff6b35;
}

/* line 55, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 100%;
}

/* line 61, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-header {
  background-color: #ff6b35;
  color: #f8f9fa;
  padding: 3rem 1.5rem;
}

/* line 66, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-header .user-avatar {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
}

/* line 74, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-body {
  padding: 1.5rem;
}

/* line 77, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-body .info-item {
  margin-bottom: 1rem;
}

/* line 80, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-body .info-item:last-child {
  margin-bottom: 0;
}

/* line 84, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-body .info-item .info-label {
  font-size: 0.875rem;
  color: rgba(30, 61, 89, 0.6);
  margin-bottom: 0.25rem;
}

/* line 90, app/assets/stylesheets/my/_dashboard.scss */
.user-info-card .user-info-body .info-item .info-value {
  font-weight: 500;
  color: #1e3d59;
  word-break: break-word;
}

/* line 100, app/assets/stylesheets/my/_dashboard.scss */
.action-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  max-width: 100%;
}

/* line 106, app/assets/stylesheets/my/_dashboard.scss */
.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 111, app/assets/stylesheets/my/_dashboard.scss */
.action-card .action-icon {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 1rem;
}

/* line 117, app/assets/stylesheets/my/_dashboard.scss */
.action-card .action-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 0.5rem;
}

/* line 123, app/assets/stylesheets/my/_dashboard.scss */
.action-card .action-description {
  color: rgba(30, 61, 89, 0.6);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* line 131, app/assets/stylesheets/my/_dashboard.scss */
.status-badge {
  padding: 0.5em 0.75em;
  border-radius: 50rem;
  font-weight: 500;
  font-size: 0.875rem;
}

/* line 137, app/assets/stylesheets/my/_dashboard.scss */
.status-badge.status-active {
  background-color: #28a745;
  color: #f8f9fa;
}

/* line 142, app/assets/stylesheets/my/_dashboard.scss */
.status-badge.status-pending {
  background-color: #ffc107;
  color: #1e3d59;
}

/* line 147, app/assets/stylesheets/my/_dashboard.scss */
.status-badge.status-completed {
  background-color: #1e3d59;
  color: #f8f9fa;
}

/* line 152, app/assets/stylesheets/my/_dashboard.scss */
.status-badge.status-canceled {
  background-color: #dc3545;
  color: #f8f9fa;
}

/* line 160, app/assets/stylesheets/my/_dashboard.scss */
.notification-list .notification-item {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  border-left: 4px solid #ff6b35;
}

/* line 167, app/assets/stylesheets/my/_dashboard.scss */
.notification-list .notification-item.unread {
  background-color: rgba(255, 107, 53, 0.05);
}

/* line 171, app/assets/stylesheets/my/_dashboard.scss */
.notification-list .notification-item .notification-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 0.25rem;
}

/* line 177, app/assets/stylesheets/my/_dashboard.scss */
.notification-list .notification-item .notification-body {
  color: #1e3d59;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* line 183, app/assets/stylesheets/my/_dashboard.scss */
.notification-list .notification-item .notification-time {
  color: rgba(30, 61, 89, 0.6);
  font-size: 0.74375rem;
}

/* line 191, app/assets/stylesheets/my/_dashboard.scss */
.btn {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

/* line 196, app/assets/stylesheets/my/_dashboard.scss */
.btn.btn-primary {
  background-color: #ff6b35;
  border-color: #ff6b35;
}

/* line 200, app/assets/stylesheets/my/_dashboard.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #ff4602;
  border-color: #ff4602;
}

/* line 206, app/assets/stylesheets/my/_dashboard.scss */
.btn.btn-outline-primary {
  color: #ff6b35;
  border-color: #ff6b35;
}

/* line 210, app/assets/stylesheets/my/_dashboard.scss */
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: white;
}

@media (max-width: 767.98px) {
  /* line 220, app/assets/stylesheets/my/_dashboard.scss */
  main {
    padding: 0;
    max-width: 100% !important;
  }
  /* line 224, app/assets/stylesheets/my/_dashboard.scss */
  main .container,
main .container-fluid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  /* line 232, app/assets/stylesheets/my/_dashboard.scss */
  main .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 237, app/assets/stylesheets/my/_dashboard.scss */
  main .col,
main [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 243, app/assets/stylesheets/my/_dashboard.scss */
  main .card {
    margin-bottom: 0.75rem;
  }
  /* line 246, app/assets/stylesheets/my/_dashboard.scss */
  main .card .card-header {
    padding: 0.75rem;
  }
  /* line 250, app/assets/stylesheets/my/_dashboard.scss */
  main .card .card-body {
    padding: 0.75rem;
  }
}

/* line 5, app/assets/stylesheets/my/lotteries.scss */
.stepper-container {
  position: relative;
  padding: 20px 0;
}

/* line 10, app/assets/stylesheets/my/lotteries.scss */
.stepper-item {
  flex: 1;
  text-align: center;
  position: relative;
}

/* line 16, app/assets/stylesheets/my/lotteries.scss */
.stepper-item .stepper-line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #dee2e6;
  z-index: 1;
}

/* line 27, app/assets/stylesheets/my/lotteries.scss */
.stepper-item:last-child .stepper-line {
  display: none;
}

/* line 32, app/assets/stylesheets/my/lotteries.scss */
.stepper-item.active .stepper-circle {
  box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.2);
}

/* line 37, app/assets/stylesheets/my/lotteries.scss */
.stepper-item.completed .stepper-circle {
  box-shadow: 0 0 0 5px rgba(25, 135, 84, 0.2);
}

/* line 43, app/assets/stylesheets/my/lotteries.scss */
.stepper-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}

/* line 57, app/assets/stylesheets/my/lotteries.scss */
.stepper-content {
  padding: 0 10px;
}

/* line 62, app/assets/stylesheets/my/lotteries.scss */
.avatar-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e8f0fe;
  color: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 74, app/assets/stylesheets/my/lotteries.scss */
.avatar-img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 83, app/assets/stylesheets/my/lotteries.scss */
.social-links a {
  display: inline-block;
}

/* line 86, app/assets/stylesheets/my/lotteries.scss */
.social-links a i {
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

/* line 98, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table {
  min-width: 100%;
}

/* line 101, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table th {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table td {
  vertical-align: middle;
}

/* line 110, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table .actions-column {
  white-space: nowrap;
}

/* line 115, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .delete-btn {
  cursor: pointer;
  color: #dc3545;
  transition: color 0.2s;
}

/* line 120, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .delete-btn:hover {
  color: #b02a37;
}

/* line 125, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .edit-btn {
  cursor: pointer;
  color: #0d6efd;
  transition: color 0.2s;
}

/* line 130, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .edit-btn:hover {
  color: #0a58ca;
}

/* line 137, app/assets/stylesheets/my/lotteries.scss */
.text-pink {
  color: #e83e8c !important;
}

/* line 141, app/assets/stylesheets/my/lotteries.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 144, app/assets/stylesheets/my/lotteries.scss */
.bg-pink.bg-opacity-10 {
  background-color: rgba(232, 62, 140, 0.1) !important;
}

/* line 149, app/assets/stylesheets/my/lotteries.scss */
.border-pink {
  border-color: #e83e8c !important;
}

/* line 153, app/assets/stylesheets/my/lotteries.scss */
.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}

/* line 157, app/assets/stylesheets/my/lotteries.scss */
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

@media (max-width: 767px) {
  /* line 166, app/assets/stylesheets/my/lotteries.scss */
  .stepper-item {
    padding: 0 5px;
  }
  /* line 170, app/assets/stylesheets/my/lotteries.scss */
  .stepper-circle {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  /* line 176, app/assets/stylesheets/my/lotteries.scss */
  .stepper-line {
    top: 25px;
  }
  /* line 181, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive {
    -webkit-overflow-scrolling: touch;
  }
  /* line 184, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar {
    height: 6px;
  }
  /* line 188, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(255, 107, 53, 0.2);
    border-radius: 3px;
  }
  /* line 193, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar-track {
    background-color: rgba(255, 107, 53, 0.05);
  }
  /* line 198, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .lottery-name {
    min-width: 150px;
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
  }
}

/* line 13, app/assets/stylesheets/my/_index.scss */
.filter-tabs {
  display: flex;
  border-radius: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e9ecef;
  white-space: nowrap;
  max-width: 100%;
}

/* line 23, app/assets/stylesheets/my/_index.scss */
.filter-tab {
  padding: 8px 16px;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
  border-right: 1px solid #e9ecef;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}

/* line 36, app/assets/stylesheets/my/_index.scss */
.filter-tab:last-child {
  border-right: none;
}

/* line 40, app/assets/stylesheets/my/_index.scss */
.filter-tab.active {
  background-color: #0d6efd;
  color: white;
}

/* line 45, app/assets/stylesheets/my/_index.scss */
.filter-tab:hover:not(.active) {
  background-color: #e9ecef;
}

/* line 50, app/assets/stylesheets/my/_index.scss */
.entry-won.incomplete-purchase {
  border-left: 5px solid #ffc107 !important;
}

/* line 55, app/assets/stylesheets/my/_index.scss */
.d-none-js {
  display: none !important;
}

/* line 60, app/assets/stylesheets/my/_index.scss */
[data-entry-id]:after,
[id^="#<Entry:0x"],
.entry-item:after {
  display: none !important;
  content: none !important;
}

/* line 67, app/assets/stylesheets/my/_index.scss */
.ruby-object-container {
  background: none !important;
}

/* line 71, app/assets/stylesheets/my/_index.scss */
.ruby-object-entry {
  display: inline;
  background: transparent !important;
}

/* line 77, app/assets/stylesheets/my/_index.scss */
.entry-card {
  max-width: 100%;
}

/* line 81, app/assets/stylesheets/my/_index.scss */
.entry-card .card-body {
  overflow-x: hidden;
}

/* line 85, app/assets/stylesheets/my/_index.scss */
.entry-card .card-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
  /* line 92, app/assets/stylesheets/my/_index.scss */
  .entry-card .row {
    flex-direction: column;
  }
  /* line 96, app/assets/stylesheets/my/_index.scss */
  .entry-card .col-8,
.entry-card .col-4,
.entry-card .col-md-3,
.entry-card .col-md-5,
.entry-card .col-md-4 {
    width: 100%;
    max-width: 100%;
  }
}

/* line 10, app/assets/stylesheets/pages/my_page.scss */
.sidebar {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  height: 100%;
  transition: all 0.3s ease;
}

/* line 16, app/assets/stylesheets/pages/my_page.scss */
.sidebar .user-profile {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 107, 53, 0.05);
}

/* line 21, app/assets/stylesheets/pages/my_page.scss */
.sidebar .user-profile .user-avatar {
  background-color: #ff6b35;
  color: #ffffff;
  transition: transform 0.3s ease;
}

/* line 26, app/assets/stylesheets/pages/my_page.scss */
.sidebar .user-profile .user-avatar:hover {
  transform: scale(1.05);
}

/* line 32, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link {
  color: #1e3d59;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  margin: 0.3rem 0.5rem;
  transition: all 0.2s ease-in-out;
  position: relative;
}

/* line 40, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link:hover {
  background-color: rgba(255, 107, 53, 0.1);
  transform: translateX(3px);
}

/* line 45, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link.active {
  background-color: #ff6b35;
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

/* line 51, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link.active i {
  color: #ffffff;
}

/* line 55, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link.active::before {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 0.25rem;
  background-color: #ff6b35;
  border-radius: 0.25rem;
}

/* line 68, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link i {
  color: #ff6b35;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  transition: all 0.2s ease;
}

/* line 76, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-link .badge {
  transition: all 0.3s ease;
}

/* line 81, app/assets/stylesheets/pages/my_page.scss */
.sidebar .nav-section-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: rgba(30, 61, 89, 0.6);
  padding: 1rem 1rem 0.5rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

/* line 93, app/assets/stylesheets/pages/my_page.scss */
main {
  background-color: #f5f5f5;
  min-height: calc(100vh - 56px);
}

/* line 97, app/assets/stylesheets/pages/my_page.scss */
main .page-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 1.5rem;
}

/* line 103, app/assets/stylesheets/pages/my_page.scss */
main .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}

/* line 109, app/assets/stylesheets/pages/my_page.scss */
main .card .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 1.25rem;
}

/* line 114, app/assets/stylesheets/pages/my_page.scss */
main .card .card-header .card-title {
  color: #1e3d59;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/pages/my_page.scss */
main .card .card-header .card-subtitle {
  color: rgba(30, 61, 89, 0.6);
  font-size: 0.875rem;
}

/* line 126, app/assets/stylesheets/pages/my_page.scss */
main .card .card-body {
  padding: 1.25rem;
}

/* line 131, app/assets/stylesheets/pages/my_page.scss */
main .btn-primary {
  background-color: #ff6b35;
  border-color: #ff6b35;
}

/* line 135, app/assets/stylesheets/pages/my_page.scss */
main .btn-primary:hover, main .btn-primary:focus {
  background-color: #e65a2a;
  border-color: #e65a2a;
}

/* line 141, app/assets/stylesheets/pages/my_page.scss */
main .btn-outline-primary {
  color: #ff6b35;
  border-color: #ff6b35;
}

/* line 145, app/assets/stylesheets/pages/my_page.scss */
main .btn-outline-primary:hover, main .btn-outline-primary:focus {
  background-color: #ff6b35;
  border-color: #ff6b35;
}

/* line 151, app/assets/stylesheets/pages/my_page.scss */
main .badge {
  padding: 0.5em 0.75em;
  font-weight: 500;
}

/* line 155, app/assets/stylesheets/pages/my_page.scss */
main .badge.bg-primary {
  background-color: #ff6b35 !important;
}

/* line 160, app/assets/stylesheets/pages/my_page.scss */
main .list-group-item {
  border-left: none;
  border-right: none;
  padding: 1rem 0;
}

/* line 165, app/assets/stylesheets/pages/my_page.scss */
main .list-group-item:first-child {
  border-top: none;
}

/* line 169, app/assets/stylesheets/pages/my_page.scss */
main .list-group-item:last-child {
  border-bottom: none;
}

/* line 175, app/assets/stylesheets/pages/my_page.scss */
main .table th {
  font-weight: 600;
  color: #1e3d59;
  border-top: none;
  border-bottom-width: 1px;
}

/* line 182, app/assets/stylesheets/pages/my_page.scss */
main .table td {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  /* line 190, app/assets/stylesheets/pages/my_page.scss */
  .sidebar {
    width: 100%;
    max-width: 85%;
    position: fixed;
    z-index: 1050;
    left: -100%;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    overflow-y: auto;
  }
  /* line 202, app/assets/stylesheets/pages/my_page.scss */
  .sidebar.show {
    left: 0;
  }
  /* line 207, app/assets/stylesheets/pages/my_page.scss */
  .sidebar-backdrop {
    display: none;
    position: fixed;
    z-index: 1040;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 217, app/assets/stylesheets/pages/my_page.scss */
  .sidebar-backdrop.show {
    display: block;
  }
  /* line 222, app/assets/stylesheets/pages/my_page.scss */
  .sidebar-toggle {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #ff6b35;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.4);
    z-index: 1030;
    transition: all 0.3s ease;
  }
  /* line 238, app/assets/stylesheets/pages/my_page.scss */
  .sidebar-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.5);
  }
  /* line 243, app/assets/stylesheets/pages/my_page.scss */
  .sidebar-toggle i {
    font-size: 1.5rem;
  }
}

/* line 250, app/assets/stylesheets/pages/my_page.scss */
.user-info-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-header {
  background-color: #ff6b35;
  color: #ffffff;
  padding: 2rem 1.5rem;
}

/* line 260, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-header .user-avatar {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
}

/* line 268, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-body {
  padding: 1.5rem;
}

/* line 271, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-body .info-item {
  margin-bottom: 1rem;
}

/* line 274, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-body .info-item:last-child {
  margin-bottom: 0;
}

/* line 278, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-body .info-item .info-label {
  font-size: 0.875rem;
  color: rgba(30, 61, 89, 0.6);
  margin-bottom: 0.25rem;
}

/* line 284, app/assets/stylesheets/pages/my_page.scss */
.user-info-card .user-info-body .info-item .info-value {
  font-weight: 500;
  color: #1e3d59;
}

/* line 293, app/assets/stylesheets/pages/my_page.scss */
.action-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 298, app/assets/stylesheets/pages/my_page.scss */
.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 303, app/assets/stylesheets/pages/my_page.scss */
.action-card .action-icon {
  font-size: 2rem;
  color: #ff6b35;
  margin-bottom: 1rem;
}

/* line 309, app/assets/stylesheets/pages/my_page.scss */
.action-card .action-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 0.5rem;
}

/* line 315, app/assets/stylesheets/pages/my_page.scss */
.action-card .action-description {
  color: rgba(30, 61, 89, 0.6);
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

/* line 323, app/assets/stylesheets/pages/my_page.scss */
.status-badge {
  padding: 0.5em 0.75em;
  border-radius: 50rem;
  font-weight: 500;
  font-size: 0.75rem;
}

/* line 329, app/assets/stylesheets/pages/my_page.scss */
.status-badge.status-active {
  background-color: #28a745;
  color: #ffffff;
}

/* line 334, app/assets/stylesheets/pages/my_page.scss */
.status-badge.status-pending {
  background-color: #ffc107;
  color: #1e3d59;
}

/* line 339, app/assets/stylesheets/pages/my_page.scss */
.status-badge.status-completed {
  background-color: #6c757d;
  color: #ffffff;
}

/* line 344, app/assets/stylesheets/pages/my_page.scss */
.status-badge.status-canceled {
  background-color: #dc3545;
  color: #ffffff;
}

/* line 352, app/assets/stylesheets/pages/my_page.scss */
.notification-list .notification-item {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #ffffff;
  border-left: 4px solid #ff6b35;
}

/* line 359, app/assets/stylesheets/pages/my_page.scss */
.notification-list .notification-item.unread {
  background-color: rgba(255, 107, 53, 0.05);
}

/* line 363, app/assets/stylesheets/pages/my_page.scss */
.notification-list .notification-item .notification-title {
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 0.25rem;
}

/* line 369, app/assets/stylesheets/pages/my_page.scss */
.notification-list .notification-item .notification-body {
  color: rgba(30, 61, 89, 0.8);
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* line 375, app/assets/stylesheets/pages/my_page.scss */
.notification-list .notification-item .notification-time {
  color: rgba(30, 61, 89, 0.5);
  font-size: 0.75rem;
}

/* line 383, app/assets/stylesheets/pages/my_page.scss */
footer {
  background-color: #ffffff;
  color: #1e3d59;
}

/* line 387, app/assets/stylesheets/pages/my_page.scss */
footer a {
  color: rgba(30, 61, 89, 0.7);
}

/* line 390, app/assets/stylesheets/pages/my_page.scss */
footer a:hover {
  color: #ff6b35;
}

/* line 397, app/assets/stylesheets/pages/my_page.scss */
.btn {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
}

/* line 402, app/assets/stylesheets/pages/my_page.scss */
.btn.btn-primary {
  background-color: #ff6b35;
  border-color: #ff6b35;
}

/* line 406, app/assets/stylesheets/pages/my_page.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #e65a2a;
  border-color: #e65a2a;
}

/* line 412, app/assets/stylesheets/pages/my_page.scss */
.btn.btn-outline-primary {
  color: #ff6b35;
  border-color: #ff6b35;
}

/* line 416, app/assets/stylesheets/pages/my_page.scss */
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: #ff6b35;
  border-color: #ff6b35;
  color: #ffffff;
}

/* line 425, app/assets/stylesheets/pages/my_page.scss */
.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* line 429, app/assets/stylesheets/pages/my_page.scss */
.navbar .navbar-brand {
  color: #ff6b35;
  font-weight: 600;
}

/* line 434, app/assets/stylesheets/pages/my_page.scss */
.navbar .nav-link {
  color: #1e3d59;
}

/* line 437, app/assets/stylesheets/pages/my_page.scss */
.navbar .nav-link:hover {
  color: #ff6b35;
}

/* line 442, app/assets/stylesheets/pages/my_page.scss */
.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 446, app/assets/stylesheets/pages/my_page.scss */
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}

/* line 449, app/assets/stylesheets/pages/my_page.scss */
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 107, 53, 0.1);
}

/* line 453, app/assets/stylesheets/pages/my_page.scss */
.navbar .dropdown-menu .dropdown-item:active {
  background-color: #ff6b35;
  color: #ffffff;
}

/* line 458, app/assets/stylesheets/pages/my_page.scss */
.navbar .dropdown-menu .dropdown-item i {
  width: 1.5rem;
  text-align: center;
}

/* line 467, app/assets/stylesheets/pages/my_page.scss */
.stats-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

/* line 473, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 107, 53, 0.1);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* line 483, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-icon i {
  color: #ff6b35;
  font-size: 1.5rem;
}

/* line 489, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-title {
  font-size: 0.875rem;
  color: rgba(30, 61, 89, 0.6);
  margin-bottom: 0.5rem;
}

/* line 495, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-value {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e3d59;
  margin-bottom: 0.5rem;
}

/* line 502, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-trend {
  font-size: 0.875rem;
}

/* line 505, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-trend.positive {
  color: #28a745;
}

/* line 509, app/assets/stylesheets/pages/my_page.scss */
.stats-card .stats-trend.negative {
  color: #dc3545;
}

/* line 517, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 521, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item:last-child {
  border-bottom: none;
}

/* line 525, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item .activity-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 107, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

/* line 535, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item .activity-icon i {
  color: #ff6b35;
}

/* line 540, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item .activity-content {
  flex: 1;
}

/* line 543, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item .activity-content .activity-title {
  font-weight: 500;
  color: #1e3d59;
  margin-bottom: 0.25rem;
}

/* line 549, app/assets/stylesheets/pages/my_page.scss */
.activity-list .activity-item .activity-content .activity-meta {
  font-size: 0.875rem;
  color: rgba(30, 61, 89, 0.6);
}
@charset "UTF-8";
/* 
 * ヘルプページ共通スタイル
 */
/* 共通 */
/* line 6, app/assets/stylesheets/pages/help.scss */
.help-container {
  background-color: #f8f9fa;
}

/* サイドバー */
/* line 11, app/assets/stylesheets/pages/help.scss */
.list-group-item {
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

/* line 16, app/assets/stylesheets/pages/help.scss */
.list-group-item.active {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/pages/help.scss */
.list-group-item.active.seller {
  color: #4a86e8;
  border-left: 3px solid #4a86e8;
}

/* line 26, app/assets/stylesheets/pages/help.scss */
.list-group-item.active.buyer {
  color: #28a745;
  border-left: 3px solid #28a745;
}

/* line 31, app/assets/stylesheets/pages/help.scss */
.list-group-item.active.faq {
  color: #4a86e8;
  border-left: 3px solid #4a86e8;
}

/* ヘルプページTOP (index) */
/* line 37, app/assets/stylesheets/pages/help.scss */
.help-intro-animation {
  margin: 40px auto;
  max-width: 600px;
}

/* line 42, app/assets/stylesheets/pages/help.scss */
.help-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/pages/help.scss */
.help-icon {
  font-size: 2.5rem;
  color: #4a86e8;
  opacity: 1;
}

/* line 55, app/assets/stylesheets/pages/help.scss */
.help-arrow {
  font-size: 1.5rem;
  color: #6c757d;
  opacity: 1;
}

/* line 61, app/assets/stylesheets/pages/help.scss */
.help-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #495057;
}

/* line 68, app/assets/stylesheets/pages/help.scss */
.help-labels span {
  flex: 1;
  text-align: center;
}

/* ヘルプカード */
/* line 74, app/assets/stylesheets/pages/help.scss */
.help-card {
  transition: all 0.3s ease;
  opacity: 1;
}

/* line 79, app/assets/stylesheets/pages/help.scss */
.help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* line 84, app/assets/stylesheets/pages/help.scss */
.help-card-icon {
  font-size: 3rem;
  color: #4a86e8;
}

/* line 89, app/assets/stylesheets/pages/help.scss */
.help-card-icon .fa-shopping-bag {
  color: #28a745;
}

/* フローチャート */
/* line 94, app/assets/stylesheets/pages/help.scss */
.flow-container {
  display: flex;
  position: relative;
  margin: 60px 0;
}

/* line 100, app/assets/stylesheets/pages/help.scss */
.flow-divider {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 1;
}

/* line 109, app/assets/stylesheets/pages/help.scss */
.flow-divider-line {
  width: 4px;
  height: 100%;
  background-color: #e9ecef;
  margin: 0 auto;
}

/* line 116, app/assets/stylesheets/pages/help.scss */
.flow-column {
  flex: 1;
  padding: 0 20px;
  opacity: 1;
}

/* line 122, app/assets/stylesheets/pages/help.scss */
.flow-column-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

/* line 129, app/assets/stylesheets/pages/help.scss */
.flow-column-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

/* line 134, app/assets/stylesheets/pages/help.scss */
.seller-column .flow-column-icon {
  color: #4a86e8;
}

/* line 138, app/assets/stylesheets/pages/help.scss */
.buyer-column .flow-column-icon {
  color: #28a745;
}

/* line 142, app/assets/stylesheets/pages/help.scss */
.flow-step {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

/* line 152, app/assets/stylesheets/pages/help.scss */
.common-step {
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
  background-color: #f0f7ff;
  border: 2px solid #e1effe;
}

/* line 160, app/assets/stylesheets/pages/help.scss */
.seller-step {
  position: relative;
}

/* line 164, app/assets/stylesheets/pages/help.scss */
.seller-step::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -25px;
  width: 25px;
  height: 2px;
  background-color: #e9ecef;
  z-index: 2;
}

/* line 175, app/assets/stylesheets/pages/help.scss */
.buyer-step {
  position: relative;
}

/* line 179, app/assets/stylesheets/pages/help.scss */
.buyer-step::after {
  content: '';
  position: absolute;
  top: 20px;
  left: -25px;
  width: 25px;
  height: 2px;
  background-color: #e9ecef;
  z-index: 2;
}

/* line 190, app/assets/stylesheets/pages/help.scss */
.flow-step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 30px;
  height: 30px;
  background-color: #4a86e8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 3;
}

/* line 206, app/assets/stylesheets/pages/help.scss */
.seller-step .flow-step-number {
  background-color: #4a86e8;
}

/* line 210, app/assets/stylesheets/pages/help.scss */
.buyer-step .flow-step-number {
  background-color: #28a745;
}

/* line 214, app/assets/stylesheets/pages/help.scss */
.flow-step-content {
  position: relative;
}

/* line 218, app/assets/stylesheets/pages/help.scss */
.flow-step-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  color: #6c757d;
  opacity: 0.3;
}

/* line 227, app/assets/stylesheets/pages/help.scss */
.seller-step .flow-step-icon {
  color: #4a86e8;
}

/* line 231, app/assets/stylesheets/pages/help.scss */
.buyer-step .flow-step-icon {
  color: #28a745;
}

/* モバイル表示用のフロー */
/* line 236, app/assets/stylesheets/pages/help.scss */
.mobile-flow-container {
  display: none;
  margin: 30px 0;
}

/* 大きな絵文字用のスタイル */
/* line 242, app/assets/stylesheets/pages/help.scss */
.emoji-large {
  font-size: 2.5rem !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 5px !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
  line-height: 1.2 !important;
}

/* モバイルでさらに大きく表示するためのメディアクエリ */
@media (max-width: 767px) {
  /* line 254, app/assets/stylesheets/pages/help.scss */
  .emoji-large {
    font-size: 3.5rem !important;
    margin: 0 8px !important;
  }
  /* 絵文字を含む中央寄せのコンテナをさらに目立たせる */
  /* line 260, app/assets/stylesheets/pages/help.scss */
  .mobile-flow-step .text-center {
    background-color: #f8f9fa !important;
    border-radius: 8px !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
  }
}

/* line 268, app/assets/stylesheets/pages/help.scss */
.mobile-flow-step {
  display: flex;
  margin-bottom: 30px;
  padding: 15px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

/* line 278, app/assets/stylesheets/pages/help.scss */
.mobile-flow-step::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 25px;
  width: 2px;
  height: 30px;
  background-color: #e9ecef;
}

/* line 288, app/assets/stylesheets/pages/help.scss */
.mobile-flow-step:first-child::before {
  display: none;
}

/* line 292, app/assets/stylesheets/pages/help.scss */
.mobile-flow-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-right: 15px;
  flex-shrink: 0;
}

/* line 305, app/assets/stylesheets/pages/help.scss */
.mobile-flow-content {
  flex: 1;
  position: relative;
}

/* line 310, app/assets/stylesheets/pages/help.scss */
.mobile-flow-number {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 24px;
  height: 24px;
  background-color: #4a86e8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 326, app/assets/stylesheets/pages/help.scss */
.seller-mobile .mobile-flow-icon {
  color: #4a86e8;
  background-color: #e6f0ff;
}

/* line 331, app/assets/stylesheets/pages/help.scss */
.buyer-mobile .mobile-flow-icon {
  color: #28a745;
  background-color: #e6f7ef;
}

/* line 336, app/assets/stylesheets/pages/help.scss */
.seller-mobile .mobile-flow-number {
  background-color: #4a86e8;
}

/* line 340, app/assets/stylesheets/pages/help.scss */
.buyer-mobile .mobile-flow-number {
  background-color: #28a745;
}

/* line 344, app/assets/stylesheets/pages/help.scss */
.flow-item-half {
  background-color: white;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}

/* line 354, app/assets/stylesheets/pages/help.scss */
.flow-item-half:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 359, app/assets/stylesheets/pages/help.scss */
.flow-connection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 70px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 372, app/assets/stylesheets/pages/help.scss */
.flow-connection i {
  color: #6c757d;
  font-size: 1.8rem;
}

/* line 377, app/assets/stylesheets/pages/help.scss */
.mobile-flow-label {
  text-align: center;
  margin: 20px 0 10px;
  position: relative;
}

/* line 383, app/assets/stylesheets/pages/help.scss */
.mobile-flow-label span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  font-size: 0.9rem;
}

/* line 392, app/assets/stylesheets/pages/help.scss */
.common-label span {
  background-color: #4a86e8;
}

/* line 396, app/assets/stylesheets/pages/help.scss */
.seller-label span {
  background-color: #dc3545;
}

/* line 400, app/assets/stylesheets/pages/help.scss */
.buyer-label span {
  background-color: #198754;
}

/* line 404, app/assets/stylesheets/pages/help.scss */
.vertical-connector {
  position: absolute;
  width: 2px;
  background-color: #dee2e6;
  z-index: 1;
}

/* line 411, app/assets/stylesheets/pages/help.scss */
.vertical-connector-left {
  left: 20%;
  bottom: -25px;
  height: 25px;
}

/* line 417, app/assets/stylesheets/pages/help.scss */
.vertical-connector-right {
  right: 20%;
  bottom: -25px;
  height: 25px;
}

/* line 423, app/assets/stylesheets/pages/help.scss */
.vertical-connector-danger {
  background-color: #dc3545;
}

/* line 427, app/assets/stylesheets/pages/help.scss */
.vertical-connector-success {
  background-color: #198754;
}

/* line 431, app/assets/stylesheets/pages/help.scss */
.vertical-connector-center {
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #4a86e8;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

/* line 441, app/assets/stylesheets/pages/help.scss */
.vertical-connector-to-complete {
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: #4a86e8;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

/* 認証フロー図のスタイル */
/* line 452, app/assets/stylesheets/pages/help.scss */
.auth-flow-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 10px;
  max-width: 100%;
  overflow-x: auto;
}

/* line 465, app/assets/stylesheets/pages/help.scss */
.auth-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  padding: 15px 10px;
  min-width: 120px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* line 477, app/assets/stylesheets/pages/help.scss */
.auth-flow-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* line 482, app/assets/stylesheets/pages/help.scss */
.auth-flow-icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* line 487, app/assets/stylesheets/pages/help.scss */
.auth-flow-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #4a86e8;
  text-align: center;
}

/* line 494, app/assets/stylesheets/pages/help.scss */
.auth-flow-desc {
  font-size: 0.8rem;
  text-align: center;
  color: #6c757d;
}

/* line 500, app/assets/stylesheets/pages/help.scss */
.auth-flow-arrow {
  display: flex;
  align-items: center;
  color: #6c757d;
  font-size: 1.5rem;
  padding: 0 5px;
}

/* line 508, app/assets/stylesheets/pages/help.scss */
.auth-flow-options {
  width: 100%;
  font-size: 0.8rem;
}

/* line 513, app/assets/stylesheets/pages/help.scss */
.auth-flow-option {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 519, app/assets/stylesheets/pages/help.scss */
.auth-flow-option-icon {
  margin-right: 5px;
}

/* line 523, app/assets/stylesheets/pages/help.scss */
.auth-flow-option-or {
  text-align: center;
  font-style: italic;
  margin: 3px 0;
  color: #6c757d;
}

/* ガイドページ（buyer_guideとseller_guide共通） */
/* line 531, app/assets/stylesheets/pages/help.scss */
.help-step-container {
  position: relative;
  padding-left: 50px;
}

/* line 536, app/assets/stylesheets/pages/help.scss */
.help-step-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 100%;
  background: #e9ecef;
}

/* line 546, app/assets/stylesheets/pages/help.scss */
.help-step {
  position: relative;
  margin-bottom: 30px;
  opacity: 1;
}

/* line 552, app/assets/stylesheets/pages/help.scss */
.help-step-number {
  position: absolute;
  left: -50px;
  top: 0;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
}

/* line 567, app/assets/stylesheets/pages/help.scss */
.buyer-guide .help-step-number {
  background: #28a745;
}

/* line 571, app/assets/stylesheets/pages/help.scss */
.seller-guide .help-step-number {
  background: #4a86e8;
}

/* line 575, app/assets/stylesheets/pages/help.scss */
.help-step-content {
  padding-bottom: 20px;
}

/* line 579, app/assets/stylesheets/pages/help.scss */
.help-image-container {
  margin: 15px 0;
  transition: all 0.3s ease;
}

/* line 584, app/assets/stylesheets/pages/help.scss */
.help-image-container:hover {
  transform: scale(1.02);
}

/* FAQページ */
/* line 589, app/assets/stylesheets/pages/help.scss */
.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* line 596, app/assets/stylesheets/pages/help.scss */
.faq-item-header {
  padding: 15px;
  background-color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* line 606, app/assets/stylesheets/pages/help.scss */
.faq-item-header:hover {
  background-color: #f8f9fa;
}

/* line 610, app/assets/stylesheets/pages/help.scss */
.faq-item-header.active {
  background-color: #e6f0ff;
}

/* line 614, app/assets/stylesheets/pages/help.scss */
.faq-question {
  font-weight: 500;
  margin: 0;
  padding-right: 30px;
}

/* line 620, app/assets/stylesheets/pages/help.scss */
.faq-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* line 625, app/assets/stylesheets/pages/help.scss */
.faq-item-header.active .faq-icon {
  transform: rotate(180deg);
}

/* line 629, app/assets/stylesheets/pages/help.scss */
.faq-item-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: white;
}

/* line 637, app/assets/stylesheets/pages/help.scss */
.faq-answer {
  padding: 15px;
  border-top: 1px solid #f1f1f1;
}

/* line 642, app/assets/stylesheets/pages/help.scss */
.faq-category {
  margin-bottom: 30px;
}

/* line 646, app/assets/stylesheets/pages/help.scss */
.faq-category-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
  color: #4a86e8;
}

/* レスポンシブ対応 */
@media (max-width: 991px) {
  /* line 655, app/assets/stylesheets/pages/help.scss */
  .flow-container {
    display: none;
  }
  /* line 659, app/assets/stylesheets/pages/help.scss */
  .mobile-flow-container {
    display: block;
  }
  /* line 663, app/assets/stylesheets/pages/help.scss */
  .common-step {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 669, app/assets/stylesheets/pages/help.scss */
  .help-intro-animation {
    margin: 30px auto;
  }
  /* line 673, app/assets/stylesheets/pages/help.scss */
  .help-icon {
    font-size: 2rem;
  }
  /* line 677, app/assets/stylesheets/pages/help.scss */
  .help-arrow {
    font-size: 1.2rem;
  }
  /* line 681, app/assets/stylesheets/pages/help.scss */
  .mobile-flow-step {
    margin-bottom: 25px;
  }
  /* line 685, app/assets/stylesheets/pages/help.scss */
  .mobile-flow-icon {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-right: 10px;
  }
  /* line 692, app/assets/stylesheets/pages/help.scss */
  .mobile-flow-step::before {
    top: -25px;
    height: 25px;
  }
  /* line 697, app/assets/stylesheets/pages/help.scss */
  .auth-flow-container {
    flex-direction: column;
    align-items: center;
  }
  /* line 702, app/assets/stylesheets/pages/help.scss */
  .auth-flow-arrow {
    transform: rotate(90deg);
    margin: 5px 0;
  }
  /* line 707, app/assets/stylesheets/pages/help.scss */
  .auth-flow-step {
    width: 80%;
  }
  /* line 711, app/assets/stylesheets/pages/help.scss */
  .help-step-container {
    padding-left: 40px;
  }
  /* line 715, app/assets/stylesheets/pages/help.scss */
  .help-step-number {
    left: -40px;
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
  }
  /* line 722, app/assets/stylesheets/pages/help.scss */
  .sticky-top {
    position: relative;
    top: 0 !important;
  }
}
/* line 5, app/assets/stylesheets/my/lotteries.scss */
.stepper-container {
  position: relative;
  padding: 20px 0;
}

/* line 10, app/assets/stylesheets/my/lotteries.scss */
.stepper-item {
  flex: 1;
  text-align: center;
  position: relative;
}

/* line 16, app/assets/stylesheets/my/lotteries.scss */
.stepper-item .stepper-line {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: #dee2e6;
  z-index: 1;
}

/* line 27, app/assets/stylesheets/my/lotteries.scss */
.stepper-item:last-child .stepper-line {
  display: none;
}

/* line 32, app/assets/stylesheets/my/lotteries.scss */
.stepper-item.active .stepper-circle {
  box-shadow: 0 0 0 5px rgba(13, 110, 253, 0.2);
}

/* line 37, app/assets/stylesheets/my/lotteries.scss */
.stepper-item.completed .stepper-circle {
  box-shadow: 0 0 0 5px rgba(25, 135, 84, 0.2);
}

/* line 43, app/assets/stylesheets/my/lotteries.scss */
.stepper-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
}

/* line 57, app/assets/stylesheets/my/lotteries.scss */
.stepper-content {
  padding: 0 10px;
}

/* line 62, app/assets/stylesheets/my/lotteries.scss */
.avatar-placeholder {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e8f0fe;
  color: #1a73e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 74, app/assets/stylesheets/my/lotteries.scss */
.avatar-img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/* line 83, app/assets/stylesheets/my/lotteries.scss */
.social-links a {
  display: inline-block;
}

/* line 86, app/assets/stylesheets/my/lotteries.scss */
.social-links a i {
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

/* line 98, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table {
  min-width: 100%;
}

/* line 101, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table th {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table td {
  vertical-align: middle;
}

/* line 110, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .table .actions-column {
  white-space: nowrap;
}

/* line 115, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .delete-btn {
  cursor: pointer;
  color: #dc3545;
  transition: color 0.2s;
}

/* line 120, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .delete-btn:hover {
  color: #b02a37;
}

/* line 125, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .edit-btn {
  cursor: pointer;
  color: #0d6efd;
  transition: color 0.2s;
}

/* line 130, app/assets/stylesheets/my/lotteries.scss */
.lottery-management-table .edit-btn:hover {
  color: #0a58ca;
}

/* line 137, app/assets/stylesheets/my/lotteries.scss */
.text-pink {
  color: #e83e8c !important;
}

/* line 141, app/assets/stylesheets/my/lotteries.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 144, app/assets/stylesheets/my/lotteries.scss */
.bg-pink.bg-opacity-10 {
  background-color: rgba(232, 62, 140, 0.1) !important;
}

/* line 149, app/assets/stylesheets/my/lotteries.scss */
.border-pink {
  border-color: #e83e8c !important;
}

/* line 153, app/assets/stylesheets/my/lotteries.scss */
.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c;
}

/* line 157, app/assets/stylesheets/my/lotteries.scss */
.btn-outline-pink:hover {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c;
}

@media (max-width: 767px) {
  /* line 166, app/assets/stylesheets/my/lotteries.scss */
  .stepper-item {
    padding: 0 5px;
  }
  /* line 170, app/assets/stylesheets/my/lotteries.scss */
  .stepper-circle {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  /* line 176, app/assets/stylesheets/my/lotteries.scss */
  .stepper-line {
    top: 25px;
  }
  /* line 181, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive {
    -webkit-overflow-scrolling: touch;
  }
  /* line 184, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar {
    height: 6px;
  }
  /* line 188, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(255, 107, 53, 0.2);
    border-radius: 3px;
  }
  /* line 193, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .table-responsive::-webkit-scrollbar-track {
    background-color: rgba(255, 107, 53, 0.05);
  }
  /* line 198, app/assets/stylesheets/my/lotteries.scss */
  .lottery-management-table .lottery-name {
    min-width: 150px;
    max-width: 200px;
    white-space: normal;
    word-break: break-word;
  }
}
/*
 * 一般ユーザー向けマニフェストファイル
 * このファイルは抽選さんの一般ユーザー向け画面で使用されるスタイルシートを管理します
 * Sprocketsの指示によって以下のファイルがコンパイルされます
 *
 * 重要: 
 * - このファイルには実際のスタイルコードを書かないでください（変数やミックスインを除く）
 * - 管理画面のスタイルは admin.css で別途管理されています
 * - CSSの優先順位: 基本スタイル → コンポーネント → ページ固有スタイル
 * - 同じ名前の .css と .scss ファイルを作成しないでください
 * - 実際のスタイルコードは .scss ファイルに記述し、このファイルはインポート専用として使用します
 *




















 */ 
