/* Scss Document */
.news-notice.shipping-change-notice {
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 32px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  color: #333;
  line-height: 1.9;
}
.news-notice.shipping-change-notice a {
  color: #1a73b8;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.news-notice.shipping-change-notice a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.news-notice.shipping-change-notice p {
  margin: 0 0 1em;
}
.news-notice.shipping-change-notice ul {
  margin: 0.75em 0 1.25em 1.2em;
  padding: 0;
}
.news-notice.shipping-change-notice ul li {
  margin-bottom: 0.5em;
}

.news-notice.shipping-change-notice section a,
.news-notice.shipping-change-notice section p,
.news-notice.shipping-change-notice section li,
.news-notice.shipping-change-notice section span,
.news-notice.shipping-change-notice footer a,
.news-notice.shipping-change-notice footer p,
.news-notice.shipping-change-notice footer li,
.news-notice.shipping-change-notice footer span {
  padding: 0;
  font-size: 14px;
}
.news-notice.shipping-change-notice section ul li,
.news-notice.shipping-change-notice footer ul li {
  list-style: square;
  list-style-position: outside;
}

.shipping-change-notice__header {
  margin-bottom: 32px;
  padding: 0 0 20px;
  border-bottom: 2px solid #e5e5e5;
}
.shipping-change-notice__header h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 700;
  color: #b30000;
  border-bottom: none;
}

.shipping-change-notice__intro {
  margin-bottom: 32px;
}
.shipping-change-notice__intro p:first-child {
  font-weight: 700;
}

.shipping-change-notice__section {
  margin-top: 32px;
  padding: 24px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.shipping-change-notice__section h3 {
  margin: 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  padding-left: 0.75em;
  border-left: 4px solid #0a7cdb;
  border-bottom: none;
  background: none;
}

.shipping-change-notice__subsection {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.shipping-change-notice__subsection:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.shipping-change-notice__subsection h4 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
}
.shipping-change-notice__subsection p:last-child {
  margin-bottom: 0;
}
.shipping-change-notice__subsection ul:last-child {
  margin-bottom: 0;
}
.shipping-change-notice__subsection .seino-office-button a.btn-office {
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
}

.shipping-change-notice__footer {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 2px solid #e5e5e5;
}
.shipping-change-notice__footer p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .news-notice.shipping-change-notice {
    margin: 24px 16px;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.8;
  }
  .shipping-change-notice__header {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .shipping-change-notice__header h2 {
    font-size: 1.3rem;
  }
  .shipping-change-notice__section {
    margin-top: 24px;
    padding: 18px;
  }
  .shipping-change-notice__section h3 {
    font-size: 1.05rem;
  }
  .shipping-change-notice__subsection h4 {
    font-size: 1rem;
  }
  .shipping-change-notice__footer {
    margin-top: 28px;
    padding-top: 20px;
  }
}
.notice-contact {
  margin: 20px auto;
  text-align: center;
}

.btn-contact {
  display: inline-block;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0073aa;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-contact:hover {
  background: #005f8c;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.news-notice.shipping-change-notice .shipping-change-notice__footer .notice-contact a.btn-contact {
  padding: 14px 28px;
  color: #fff;
  text-decoration: none;
}

.notice-emphasis {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.seino-office-button {
  margin-top: 12px;
}

.btn-office {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #0066b3;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-office:hover {
  background: #004f8a;
  transform: translateY(-1px);
}/*# sourceMappingURL=notice.css.map */