@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-fallback";
  src: local("Arial");
  font-weight: 400;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 107%;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-fallback";
  src: local("Arial");
  font-weight: 500;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 107%;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-fallback";
  src: local("Arial");
  font-weight: 700;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 107%;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-fallback";
  src: local("Hiragino Sans"), local("Yu Gothic"), local("Meiryo");
  font-weight: 400;
  ascent-override: 115%;
  descent-override: 28%;
  line-gap-override: 0%;
  size-adjust: 95%;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-fallback";
  src: local("Hiragino Sans"), local("Yu Gothic"), local("Meiryo");
  font-weight: 500;
  ascent-override: 115%;
  descent-override: 28%;
  line-gap-override: 0%;
  size-adjust: 95%;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp-v56-japanese-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-fallback";
  src: local("Hiragino Sans"), local("Yu Gothic"), local("Meiryo");
  font-weight: 700;
  ascent-override: 115%;
  descent-override: 28%;
  line-gap-override: 0%;
  size-adjust: 95%;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: none;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9CA3AF;
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

a {
  color: #437EC4;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #2E5F9E;
  }
}

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

.container {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
}

.is-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp-only {
    display: block !important;
  }
}

.header {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 3px solid #26AC7B;
}
@media screen and (max-width: 767px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.header__top {
  background-color: #F7F7F7;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .header__top {
    display: none;
  }
}
.header__top-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 24px;
}
.header__user {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
}
.header__user-icon {
  font-size: 1.4rem;
  color: #333333;
}
.header__user-company {
  font-weight: 400;
}
.header__user-name {
  margin-left: 16px;
  font-weight: 400;
}
.header__user-links {
  display: flex;
  gap: 16px;
}
.header__user-links a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header__user-links a:hover {
    color: #26AC7B;
    text-decoration: underline;
  }
}
.header__user-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__user-sp {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background-color: #F7F7F7;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
  }
  .header__user-sp i {
    font-size: 1.1rem;
    color: #333333;
  }
}
.headerheader__logo-img {
  width: 150px;
  height: auto;
  max-width: 100%;
}
.header__main {
  width: 100%;
}
.header__main-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .header__main-inner {
    gap: 0;
    justify-content: space-between;
    padding: 8px 12px;
  }
}
.header__logo {
  flex-shrink: 0;
  margin: 0;
  line-height: 0;
}
.header__logo a {
  display: inline-block;
  line-height: 0;
}
.header__logo img {
  width: 150px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    flex: 1;
    text-align: center;
  }
  .header__logo a {
    display: inline-block;
  }
  .header__logo img {
    width: auto;
    height: 50px;
    max-height: 50px;
  }
}

.gnav {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.gnav__item {
  position: relative;
}
.gnav__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #E0E0E0;
  transform: translateY(-50%);
}
.gnav__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.2s ease, opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .gnav__link:hover {
    color: #26AC7B;
    opacity: 0.85;
  }
}
.gnav__icon {
  font-size: 1.6rem;
  color: #26AC7B;
  flex-shrink: 0;
}

.drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer {
    display: block;
    position: fixed;
    inset: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1000;
  }
  .drawer.is-open {
    visibility: visible;
    pointer-events: auto;
  }
  .drawer.is-open .drawer__overlay {
    opacity: 1;
  }
  .drawer.is-open .drawer__panel {
    transform: translateX(0);
  }
}
.drawer__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 1010;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.1);
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: #26AC7B;
  color: #FFFFFF;
}
.drawer__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
}
.drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  appearance: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer__close:hover {
    opacity: 0.7;
  }
}
.drawer__nav {
  padding: 8px 0;
}
.drawer__list {
  list-style: none;
}
.drawer__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #EEEEEE;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .drawer__link:hover {
    background-color: #F5F7F9;
  }
}
.drawer__icon {
  flex-shrink: 0;
  width: 20px;
  font-size: 1.6rem;
  color: #26AC7B;
  text-align: center;
}
.drawer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  margin-left: 8px;
  background-color: #E94F4F;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 9999px;
}
.drawer__badge:empty, .drawer__badge[data-cart-count="0"] {
  display: none;
}
.drawer__arrow {
  margin-left: auto;
  font-size: 1.2rem;
  color: #CCCCCC;
}
.drawer__divider {
  height: 8px;
  background-color: #F5F7F9;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 767px) {
  .is-drawer-open {
    overflow: hidden;
  }
}

.main {
  flex: 1 0 auto;
  padding-top: 24px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

.footer {
  width: 100%;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #EEEEEE;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 24px 16px;
  }
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
}
.footer__links a {
  color: #333333;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 400;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer__links a:hover {
    color: #26AC7B;
  }
}
.footer__links li:not(:last-child) {
  position: relative;
  padding-right: 24px;
}
.footer__links li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #CCCCCC;
  transform: translateY(-50%);
}
.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  background-color: #26AC7B;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1.3rem;
    padding: 12px 16px;
  }
}
.footer__copyright small {
  font-size: inherit;
}

.login {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 60px 20px;
  background-color: #F8F9FA;
}
@media screen and (max-width: 767px) {
  .login {
    align-items: stretch;
    padding: 0;
    background-color: #FFFFFF;
  }
}
.login__inner {
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .login__inner {
    max-width: 100%;
  }
}
.login__card {
  padding: 50px 60px;
  background-color: #FFFFFF;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .login__card {
    padding: 40px 24px 24px;
    border-radius: 0;
  }
}
.login__logo {
  margin-bottom: 40px;
  text-align: center;
}
.login__logo img {
  display: inline-block;
  width: 150px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .login__logo {
    margin-bottom: 32px;
  }
}
.login__form > .form-group {
  margin-bottom: 20px;
}
.login__form > .form-check {
  margin-top: 16px;
  margin-bottom: 20px;
}
.login__form > .button {
  margin-bottom: 16px;
}
.login__error {
  display: none;
  margin-bottom: 20px;
  line-height: 1.5;
}
.login__error p {
  margin: 0;
  color: #E94F4F;
  font-size: 1.4rem;
}
.loginerror--visible {
  display: block;
}
.login__link {
  font-size: 1.4rem;
  line-height: 1.6;
}
.login__link a {
  color: #437EC4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .login__link a:hover {
    color: #2E5F9E;
  }
}
.login__notice {
  margin-top: 40px;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.7;
}
.login__notice p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .login__notice {
    margin-top: 32px;
  }
}
.login__notice-indent {
  display: inline-block;
  padding-left: 1em;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  appearance: none;
}
.button--primary {
  background-color: #26AC7B;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    background-color: #1F9569;
    color: #FFFFFF;
  }
}
.button--primary:disabled {
  background-color: #CCCCCC;
  cursor: not-allowed;
}
.button--outline {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #333333;
}
@media (hover: hover) and (pointer: fine) {
  .button--outline:hover {
    background-color: #F7F7F7;
  }
}

.cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 4px 8px;
  color: #437EC4;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cart:hover {
    opacity: 0.7;
  }
}
.cart__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart__icon {
  font-size: 2.6rem;
  color: #26AC7B;
}
@media screen and (max-width: 767px) {
  .cart__icon {
    font-size: 2.4rem;
  }
}
.cart__badge {
  position: absolute;
  top: -6px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background-color: #E94F4F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  border-radius: 9999px;
  box-sizing: border-box;
}
.cart__badge:empty, .cart__badge[data-cart-count="0"] {
  display: none;
}
.cart__text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #437EC4;
  text-decoration: underline;
  line-height: 1;
}

.form-group__label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
.form-group__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.form-group__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.form-group__input::placeholder {
  color: #B0B0B0;
}
.form-group__input[type=text], .form-group__input[type=password], .form-group__input[type=email] {
  -webkit-appearance: none;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-check__input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.form-check__label {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    appearance: none;
  }
}
.hamburger__icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 16px;
}
.hamburger__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  border-radius: 1px;
  transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
}
.hamburger__icon span:nth-child(1) {
  top: 0;
}
.hamburger__icon span:nth-child(2) {
  top: 7px;
}
.hamburger__icon span:nth-child(3) {
  top: 14px;
}
.hamburger__text {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
.hamburger.is-active .hamburger__icon span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.hamburger.is-active .hamburger__icon span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__icon span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

.alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px 16px;
  border-radius: 0 4px 4px 0;
}
.alert__icon {
  flex-shrink: 0;
  font-size: 1.6rem;
  margin-top: 1px;
}
.alert__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
}
.alert--warning {
  background-color: #FFF3E0;
  border-left: 4px solid #FF8C00;
}
.alert--warning .alert__icon {
  color: #FF8C00;
}
.alert--warning .alert__text {
  color: #7A3D00;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px;
  border-radius: 9999px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  flex-shrink: 0;
}
.product-badge--rap {
  background-color: #B8DAFF;
  color: #0055B3;
}
.product-badge--nap {
  background-color: #F3C4C4;
  color: #C62121;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 24px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #E0E0E0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__item:hover {
    background-color: #F7F7F7;
    border-color: #CCCCCC;
  }
}
.pagination__item--current {
  background-color: #26AC7B;
  border-color: #26AC7B;
  color: #FFFFFF;
  font-weight: 700;
  pointer-events: none;
}
.pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #E0E0E0;
  font-size: 1.3rem;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__arrow:hover {
    background-color: #F7F7F7;
  }
}
.pagination--sm .pagination__item,
.pagination--sm .pagination__arrow {
  min-width: 32px;
  height: 32px;
  font-size: 1.3rem;
}

.select-custom {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.select-custom__select {
  appearance: none;
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  padding: 0 36px 0 12px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.select-custom__select:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.select-custom__icon {
  position: absolute;
  right: 10px;
  font-size: 1.1rem;
  color: #666666;
  pointer-events: none;
}

.quantity-input {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  height: 40px;
}
.quantity-input__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  background-color: #F7F7F7;
  border: none;
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  .quantity-input__btn:hover {
    background-color: #E0E0E0;
  }
}
.quantity-input__btn:active {
  background-color: #CCCCCC;
}
.quantity-input__btn--up {
  border-left: 1px solid #CCCCCC;
  border-bottom: none;
}
.quantity-input__btn--down {
  border-right: 1px solid #CCCCCC;
}
.quantity-input__field {
  width: 48px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 700;
  color: #333333;
  text-align: center;
  appearance: none;
  -moz-appearance: textfield;
}
.quantity-input__field:focus {
  outline: none;
}
.quantity-input__field::-webkit-inner-spin-button, .quantity-input__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input__btn-group {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #CCCCCC;
}
.quantity-input__btn-group .quantity-input__btn {
  width: 24px;
  height: 50%;
  border: none;
  font-size: 0.9rem;
}
.quantity-input__btn-group .quantity-input__btn--up {
  border-bottom: 0.5px solid #CCCCCC;
}
.quantity-input__btn-group .quantity-input__btn--down {
  border-top: 0.5px solid #CCCCCC;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .stepper {
    margin-bottom: 24px;
  }
}
.stepper__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 1;
  max-width: 160px;
}
.stepper__item::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 50%;
  left: -50%;
  height: 2px;
  background-color: #E0E0E0;
  z-index: 0;
}
.stepper__item:first-child::before {
  display: none;
}
.stepper__item--done::before, .stepper__item--current::before {
  background-color: #26AC7B;
}
.stepper__circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #E0E0E0;
  background-color: #FFFFFF;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .stepper__circle {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.stepper__label {
  font-size: 1.3rem;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .stepper__label {
    font-size: 1rem;
  }
}
.stepper__item--done .stepper__circle {
  background-color: #26AC7B;
  border-color: #26AC7B;
  color: #FFFFFF;
}
.stepper__item--done .stepper__label {
  color: #666666;
}
.stepper__item--current .stepper__circle {
  background-color: #26AC7B;
  border-color: #26AC7B;
  color: #FFFFFF;
}
.stepper__item--current .stepper__label {
  color: #26AC7B;
  font-weight: 700;
}

.required-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 6px;
  background-color: #C62121;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
  margin-left: 6px;
}

.checkbox-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkbox-custom .all-check {
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
  color: #333333;
}
.checkbox-custom__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.checkbox-custom__box {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.checkbox-custom__box::after {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg) translate(-1px, -1px);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.checkbox-custom__input:checked + .checkbox-custom__box {
  background-color: #437EC4;
  border-color: #437EC4;
}
.checkbox-custom__input:checked + .checkbox-custom__box::after {
  opacity: 1;
}
.checkbox-custom__input:focus-visible + .checkbox-custom__box {
  outline: 2px solid #26AC7B;
  outline-offset: 2px;
}

.quantity-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.quantity-select__label {
  font-size: 1.3rem;
  color: #333333;
  white-space: nowrap;
}
.quantity-select__wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.quantity-select__select {
  appearance: none;
  -webkit-appearance: none;
  height: 36px;
  padding: 0 0 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  font-weight: 700;
  cursor: pointer;
  min-width: 70px;
  transition: border-color 0.2s ease;
}
.quantity-select__select:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.quantity-select__icon {
  position: absolute;
  right: 8px;
  font-size: 1.1rem;
  color: #666666;
  pointer-events: none;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
.modal.is-open {
  display: flex;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal__panel {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  max-width: 440px;
  margin: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 0;
}
.modal__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  color: #666666;
  font-size: 1.8rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .modal__close:hover {
    color: #333333;
  }
}
.modal__body {
  padding: 20px 24px;
}
.modal__text {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.6;
  margin: 0;
}
.modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .modal__footer {
    flex-direction: column-reverse;
  }
  .modal__footer .button {
    width: 100%;
  }
}
.modal__cancel, .modal__confirm {
  min-width: 120px;
  min-height: 44px;
}

.button--danger {
  background-color: #E94F4F;
  color: #FFFFFF;
  border: none;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--danger:hover {
    background-color: rgb(227.3333333333, 33.6666666667, 33.6666666667);
  }
}

.is-modal-open {
  overflow: hidden;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 64px;
  padding: 20px 24px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .search-box {
    flex-direction: column;
    margin-bottom: 32px;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
  }
}
.search-box__title {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .search-box__title {
    font-size: 1.5rem;
  }
}
.search-box__title-icon {
  font-size: 1.6rem;
  color: #26AC7B;
}
.search-box__form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .search-box__form {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
}
.search-box__input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.search-box__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.search-box__input::placeholder {
  color: #B0B0B0;
}
.search-box__input[type=search] {
  -webkit-appearance: none;
}
.search-box__input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-box__submit {
  flex-shrink: 0;
  width: auto;
  min-width: 100px;
  height: 44px;
  min-height: auto;
  padding: 10px 32px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .search-box__submit {
    width: 60%;
    margin: 0 auto;
  }
}

.news {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-bottom: 32px;
  }
}
.news__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
.news__title-icon {
  font-size: 1.6rem;
  color: #26AC7B;
}
.news__list {
  list-style: none;
}
.news__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news__item {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #EEEEEE;
  }
  .news__item:last-child {
    border-bottom: none;
  }
}
.news__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  width: 45px;
  padding: 2px 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  border-radius: 4px;
}
.news__label--important {
  background-color: #E94F4F;
}
.news__label--empty {
  visibility: hidden;
}
.news__date {
  flex-shrink: 0;
  width: 90px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}
@media screen and (max-width: 767px) {
  .news__date {
    width: auto;
    order: 1;
    font-size: 1.3rem;
    color: #666666;
  }
}
.news__link {
  flex: 1;
  min-width: 0;
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6;
  transition: color 0.2s ease;
  word-break: break-word;
}
@media (hover: hover) and (pointer: fine) {
  .news__link:hover {
    color: #26AC7B;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .news__link {
    flex-basis: 100%;
    order: 2;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .news__label {
    order: 0;
  }
}

.banners {
  margin-top: 8px;
}
.banners__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .banners__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.banners__item {
  width: 100%;
}
.banners__link {
  display: block;
  width: 100%;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .banners__link:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }
}
.banners__link img {
  width: 100%;
  height: auto;
  display: block;
}

.product-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .product-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.product-list-header__count {
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
}
.product-list-header__count strong {
  font-weight: 700;
}
.product-list-header__controls {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .product-list-header__controls {
    width: 100%;
    justify-content: space-between;
  }
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}

.product-card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.product-card__body {
  display: flex;
  align-items: stretch;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .product-card__body {
    flex-direction: column;
  }
}
.product-card__info {
  flex: 1;
  min-width: 0;
  padding: 20px 24px;
  border-right: 1px solid #EEEEEE;
}
@media screen and (max-width: 767px) {
  .product-card__info {
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
  }
}
.product-card__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.product-card__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.3;
}
.product-card__specs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 12px;
}
.product-card__spec-row {
  display: flex;
  gap: 16px;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .product-card__spec-row {
    gap: 8px;
    line-height: 1.4;
  }
}
.product-card__spec-row dt {
  flex-shrink: 0;
  width: 90px;
  color: #666666;
  font-weight: 400;
}
.product-card__spec-row dd {
  color: #333333;
  margin: 0;
  word-break: break-word;
}
.product-card__stock {
  font-weight: 700;
}
.product-card__stock--available {
  color: #26AC7B;
}
.product-card__stock--none {
  color: #666666;
}
.product-card__warehouse {
  display: inline-block;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  font-size: 1.3rem;
  margin-top: 8px;
}
.product-card__warehouse-row {
  display: flex;
}
.product-card__warehouse-row span {
  min-width: 52px;
  padding: 4px 8px;
  text-align: center;
  border-right: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  color: #666666;
  font-weight: 400;
}
.product-card__warehouse-row span:last-child {
  border-right: none;
}
.product-card__warehouse-row--count {
  border-top: 1px solid #EEEEEE;
}
.product-card__warehouse-row--count span {
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 700;
}
.product-card__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  padding: 20px 24px;
  width: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product-card__side {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px;
    gap: 8px;
  }
}
.product-card__price-wrap {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.product-card__price {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.product-card__price-unit {
  font-size: 1.3rem;
  color: #666666;
  line-height: 1.4;
  text-align: right;
}
.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.product-card__btn {
  width: 100%;
  min-height: 40px;
  font-size: 1.3rem;
  padding: 8px 12px;
}
@media screen and (max-width: 767px) {
  .product-card__btn {
    width: auto;
    flex: 1;
  }
}
.product-card__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #26AC7B;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.product-card__pdf-link i {
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .product-card__pdf-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}

.breadcrumb {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 16px;
  }
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #666666;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 4px;
  color: #CCCCCC;
}
.breadcrumb__item[aria-current=page] {
  color: #333333;
}
.breadcrumb__link {
  color: #437EC4;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    text-decoration: underline;
  }
}

.section-title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding-left: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  border-left: 4px solid #26AC7B;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}

.product-detail__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product-detail__title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.product-detail__title-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-detail__name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.3;
}
.product-detail__inquiry-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 10px 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product-detail__inquiry-btn {
    width: 100%;
    justify-content: center;
  }
}
.product-detail__table-wrap {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-detail__table-wrap {
    margin-bottom: 24px;
  }
}
.product-detail__table {
  width: 100%;
  border-collapse: collapse;
}
.product-detail__table th, .product-detail__table td {
  padding: 10px 16px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .product-detail__table th, .product-detail__table td {
    padding: 10px 16px;
    font-size: 1.3rem;
  }
}
.product-detail__table th {
  width: 140px;
  background-color: #F7F7F7;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-detail__table th {
    width: 100px;
  }
}
.product-detail__table td {
  color: #333333;
}
.product-detail__table tr:last-child th, .product-detail__table tr:last-child td {
  border-bottom: none;
}
.product-detail__price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
}
.product-detail__price-tax {
  font-size: 1.3rem;
  color: #666666;
  margin-left: 4px;
}
.product-detail__pdf {
  display: flex;
  justify-content: flex-end;
  padding: 12px 20px;
  border-top: 1px solid #EEEEEE;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .product-detail__pdf {
    padding: 12px 16px;
  }
}
.product-detail__pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  color: #26AC7B;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.product-detail__pdf-link i {
  font-size: 1.4rem;
}
@media (hover: hover) and (pointer: fine) {
  .product-detail__pdf-link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
.product-detail__back {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .product-detail__back {
    margin-top: 24px;
  }
}

.button--back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 44px;
  padding: 10px 24px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--back:hover {
    background-color: #F7F7F7;
  }
}

.button--outline-primary {
  background-color: #FFFFFF;
  border: 1px solid #26AC7B;
  color: #26AC7B;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--outline-primary:hover {
    background-color: #26AC7B;
    color: #FFFFFF;
  }
}

.warehouse-stock {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .warehouse-stock {
    margin-bottom: 24px;
  }
}
.warehouse-stock__table-wrap {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.warehouse-stock__table {
  width: 100%;
  border-collapse: collapse;
}
.warehouse-stock__table th, .warehouse-stock__table td {
  padding: 12px 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.3;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: middle;
}
.warehouse-stock__table thead th {
  background-color: #F7F7F7;
  font-weight: 700;
  color: #666666;
  font-size: 1.3rem;
  white-space: nowrap;
}
.warehouse-stock__table tbody tr:last-child td {
  border-bottom: none;
}
.warehouse-stock__table__row--out {
  opacity: 0.5;
}
.warehouse-stock__row--out {
  background-color: #F7F7F7;
}
.warehouse-stock__row--out td {
  color: #666666;
}
.warehouse-stock__name--out, .warehouse-stock__count--out, .warehouse-stock__time--out {
  color: #666666;
}
.warehouse-stock__cart-btn {
  width: auto;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 1.3rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.warehouse-stock__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
.warehouse-stock__card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 16px;
}
.warehouse-stock__card--out {
  background-color: #F7F7F7;
  opacity: 0.7;
}
.warehouse-stock__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.warehouse-stock__card-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}
.warehouse-stock__card-count {
  font-size: 1.3rem;
  color: #666666;
}
.warehouse-stock__card-time {
  font-size: 1.3rem;
  color: #666666;
  margin: 0 0 12px;
  line-height: 1.5;
}
.warehouse-stock__card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #EEEEEE;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-layout .order-summary {
    display: none;
  }
}

.cart-items__lead {
  font-size: 1.3rem;
  color: #666666;
  margin: -8px 0 16px;
}
.cart-items__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.cart-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .cart-item {
    padding: 16px;
  }
}
.cart-item__check {
  flex-shrink: 0;
  padding-top: 2px;
}
.cart-item__body {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cart-item__body {
    flex-direction: column;
    gap: 12px;
  }
}
.cart-item__info {
  flex: 1;
  min-width: 0;
}
.cart-item__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 8px;
  line-height: 1.4;
}
.cart-item__specs {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cart-item__spec-row {
  display: flex;
  gap: 8px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.cart-item__spec-row dt {
  flex-shrink: 0;
  width: 80px;
  color: #666666;
}
.cart-item__spec-row dd {
  color: #333333;
  margin: 0;
}
.cart-item__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cart-item__right {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.cart-item__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin: 0;
  line-height: 1;
}
.cart-item__price-symbol {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
}
.cart-item__price-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  font-variant-numeric: tabular-nums;
}
.cart-item__price-tax {
  font-size: 1.2rem;
  color: #666666;
  margin-left: 2px;
}
.cart-item__delete {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  background: none;
  border: none;
  color: #666666;
  font-size: 1.3rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cart-item__delete:hover {
    color: #E94F4F;
  }
}

.order-summary {
  position: sticky;
  top: 24px;
}
.order-summary__inner {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 20px;
}
.order-summary .section-title {
  margin-bottom: 16px;
}
.order-summary__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEE;
}
.order-summary__subtotal {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  font-variant-numeric: tabular-nums;
}
.order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  font-size: 1.4rem;
  color: #333333;
}
.order-summary__row dt {
  font-weight: 400;
}
.order-summary__row dd {
  font-weight: 700;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.order-summary__tax {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 2px;
}
.order-summary__shipping {
  font-size: 1.3rem;
  color: #666666;
  font-weight: 400;
}
.order-summary__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-summary__actions .button {
  font-size: 1.4rem;
}

.cart-summary-fixed {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-summary-fixed {
    display: block;
    background-color: #F7F7F7;
    border-top: 1px solid #E0E0E0;
    padding: 12px 16px;
    margin-top: 24px;
    border-radius: 6px;
  }
}
.cart-summary-fixed__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.cart-summary-fixed__text {
  flex: 1;
  min-width: 0;
}
.cart-summary-fixed__label {
  font-size: 1.2rem;
  color: #666666;
  margin: 0;
  line-height: 1.4;
}
.cart-summary-fixed__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}
.cart-summary-fixed__price span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 2px;
}
.cart-summary-fixed__note {
  font-size: 1rem;
  color: #666666;
  margin: 2px 0 0;
  line-height: 1.4;
}
.cart-summary-fixed__btn {
  flex-shrink: 0;
  width: auto;
  padding: 12px 20px;
  font-size: 1.3rem;
  min-height: 44px;
}

.order-product-summary {
  margin-bottom: 24px;
}
.order-product-summary__list {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.order-product-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.order-product-summary__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .order-product-summary__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 16px;
  }
}
.order-product-summary__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 4px;
}
.order-product-summary__meta {
  font-size: 1.3rem;
  color: #666666;
  margin: 0;
}
.order-product-summary__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.order-product-summary__price span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 2px;
}

.form-section {
  margin-bottom: 32px;
}
.form-section__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.form-section__title-row .section-title {
  margin-bottom: 0;
}
.form-section__title-actions {
  display: flex;
  gap: 8px;
}
.form-section__action-btn {
  width: auto;
  min-height: 36px;
  padding: 6px 16px;
  font-size: 1.3rem;
}
.form-section__box {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .form-section__box {
    padding: 16px;
  }
}

.form-grid {
  display: grid;
  gap: 16px;
}
.form-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .form-grid--2col {
    grid-template-columns: 1fr;
  }
}
.form-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .form-grid--3col {
    grid-template-columns: 1fr;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field--full {
  grid-column: 1/-1;
}
.form-field__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
.form-field__input {
  width: 100%;
  height: 40px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.form-field__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.form-field__input::placeholder {
  color: #B0B0B0;
}

.order-total-summary {
  margin-bottom: 32px;
}
.order-total-summary__box {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .order-total-summary__box {
    padding: 16px;
  }
}
.order-total-summary__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-total-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-size: 1.4rem;
  color: #333333;
}
.order-total-summary__row dt {
  font-weight: 400;
}
.order-total-summary__row dd {
  font-weight: 700;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.order-total-summary__row--total {
  padding-top: 12px;
  border-top: 1px solid #E0E0E0;
  margin-top: 4px;
}
.order-total-summary__row--total dt {
  font-size: 1.6rem;
  font-weight: 700;
}
.order-total-summary__row--total dd {
  font-size: 1.8rem;
  font-weight: 700;
}
.order-total-summary__tax {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 2px;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form-actions {
    flex-direction: column-reverse;
    gap: 12px;
  }
  .form-actions .button {
    width: 100%;
    justify-content: center;
  }
}
.form-actions .button--back {
  min-width: 120px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form-actions .button--back {
    min-width: auto;
  }
}
.form-actions .button--primary {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .form-actions .button--primary {
    min-width: auto;
  }
}

.confirm-section {
  margin-bottom: 24px;
}
.confirm-section__box {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}

.confirm-two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .confirm-two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .confirm-two-col .confirm-section {
    margin-bottom: 24px;
  }
}

.confirm-dl {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
}
.confirm-dl__item {
  display: flex;
  gap: 16px;
  padding: 10px 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.3rem;
  line-height: 1.6;
}
.confirm-dl__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .confirm-dl__item {
    padding: 10px 16px;
  }
}
.confirm-dl__item dt {
  flex-shrink: 0;
  width: 100px;
  color: #666666;
  font-weight: 400;
}
.confirm-dl__item dd {
  flex: 1;
  color: #333333;
  font-weight: 700;
  margin: 0;
  text-align: right;
}
.confirm-dl--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px 20px;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .confirm-dl--grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 16px;
  }
}
.confirm-dl--grid .confirm-dl__item {
  flex-direction: column;
  gap: 4px;
  padding: 0;
  border-bottom: none;
}
.confirm-dl--grid .confirm-dl__item dt {
  width: auto;
  font-size: 1.2rem;
}
.confirm-dl--grid .confirm-dl__item dd {
  text-align: left;
  font-size: 1.4rem;
}

.confirm-product__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #EEEEEE;
}
.confirm-product__item:last-child {
  border-bottom: none;
}
.confirm-product__item--sub {
  background-color: #F7F7F7;
}
@media screen and (max-width: 767px) {
  .confirm-product__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 16px;
  }
}
.confirm-product__left {
  flex: 1;
  min-width: 0;
}
.confirm-product__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 4px;
}
.confirm-product__meta {
  font-size: 1.2rem;
  color: #666666;
  margin: 0;
}
.confirm-product__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.confirm-product__price span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 2px;
}

.order-complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .order-complete {
    padding: 12px 0 20px;
  }
}
.order-complete__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #E6F7F0;
  color: #26AC7B;
  font-size: 3.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .order-complete__icon {
    width: 64px;
    height: 64px;
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}
.order-complete__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .order-complete__title {
    font-size: 1.8rem;
  }
}
.order-complete__text {
  font-size: 1.4rem;
  color: #666666;
  line-height: 1.8;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .order-complete__text {
    margin-bottom: 24px;
  }
}
.order-complete__number-box {
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 20px 48px;
  margin-bottom: 32px;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .order-complete__number-box {
    min-width: auto;
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
  }
}
.order-complete__number-label {
  font-size: 1.3rem;
  color: #666666;
  margin: 0 0 8px;
}
.order-complete__number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.order-complete__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .order-complete__actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
}
.order-complete__actions .button {
  min-width: 180px;
}
@media screen and (max-width: 767px) {
  .order-complete__actions .button {
    min-width: auto;
    width: 100%;
  }
}

.page-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-title-row {
    margin-bottom: 16px;
  }
}
.page-title-row__btn {
  width: auto;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.page-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  border-left: 4px solid #26AC7B;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.6rem;
  }
}

.list-search {
  background-color: #F7F7F7;
  padding: 16px 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .list-search {
    padding: 12px 16px;
  }
}
.list-search__form {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-search__form {
    gap: 8px;
  }
}
.list-search__input {
  flex: 1;
  min-width: 0;
  height: 40px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.list-search__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.list-search__input::placeholder {
  color: #B0B0B0;
}
.list-search__input[type=search] {
  -webkit-appearance: none;
}
.list-search__submit {
  flex-shrink: 0;
  width: auto;
  min-width: 80px;
  height: 40px;
  min-height: auto;
  padding: 10px 24px;
  font-size: 1.4rem;
}

.list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.list-header__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .list-header__right {
    width: 100%;
    justify-content: space-between;
  }
}
.list-header__count {
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
}
.list-header__count strong {
  font-weight: 700;
}
.list-header__bulk-delete {
  width: auto;
  min-height: 36px;
  padding: 6px 16px;
  font-size: 1.3rem;
}

.button--danger-outline {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #666666;
  font-weight: 700;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--danger-outline:hover {
    border-color: #E94F4F;
    color: #E94F4F;
  }
}

.button--edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 32px;
  padding: 4px 12px;
  background-color: #26AC7B;
  color: #FFFFFF;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--edit:hover {
    background-color: #1F9569;
  }
}

.button--delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 32px;
  padding: 4px 12px;
  background-color: #888888;
  color: #FFFFFF;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .button--delete:hover {
    background-color: #666666;
  }
}

.delivery-table-wrap {
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 24px;
}

.delivery-table {
  width: 100%;
  border-collapse: collapse;
}
.delivery-table th, .delivery-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: middle;
  line-height: 1.5;
}
.delivery-table thead th {
  background-color: #F7F7F7;
  font-weight: 700;
  color: #666666;
  font-size: 1.3rem;
  white-space: nowrap;
}
.delivery-table tbody tr {
  background-color: #FFFFFF;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-table tbody tr:hover {
    background-color: #F7F7F7;
  }
}
.delivery-table tbody tr:last-child td {
  border-bottom: none;
}
.delivery-table__check-col {
  width: 48px;
  text-align: center;
}
.delivery-table__actions {
  white-space: nowrap;
  text-align: right;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.delivery-cards {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 24px;
}

.delivery-card {
  padding: 16px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.delivery-card:last-child {
  border-bottom: none;
}
.delivery-card__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}
.delivery-card__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
.delivery-card__address {
  font-size: 1.3rem;
  color: #666666;
  margin: 0 0 4px;
  line-height: 1.5;
}
.delivery-card__tel {
  font-size: 1.3rem;
  color: #666666;
  margin: 0 0 12px;
}
.delivery-card__actions {
  display: flex;
  gap: 8px;
}
.delivery-card__actions .button--edit,
.delivery-card__actions .button--delete {
  flex: 1;
  height: 36px;
}

.edit-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .edit-container {
    padding: 0px 16px;
  }
}

.page-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 24px 0 24px;
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: 1.4rem;
    margin: 16px 0 16px;
  }
}

.delivery-edit-form__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .delivery-edit-form__fields {
    gap: 16px;
    margin-bottom: 32px;
  }
}
.delivery-edit-form__zip-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.delivery-edit-form__zip-input {
  width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .delivery-edit-form__zip-input {
    flex: 1;
  }
}
.delivery-edit-form__zip-btn {
  width: auto;
  min-height: 44px;
  padding: 10px 20px;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.delivery-edit-form__submit {
  display: flex;
  justify-content: center;
}
.delivery-edit-form__submit .button {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .delivery-edit-form__submit .button {
    width: 100%;
    min-width: auto;
  }
}

.order-search {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  margin-bottom: 24px;
  overflow: hidden;
}
.order-search__trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .order-search__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    background: none;
    border: none;
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
    cursor: pointer;
    text-align: left;
  }
}
.order-search__trigger-text {
  flex: 1;
}
.order-search__trigger-icon {
  font-size: 1.2rem;
  color: #666666;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.order-search__trigger[aria-expanded=true] .order-search__trigger-icon {
  transform: rotate(180deg);
}
.order-search__body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .order-search__body {
    display: none;
    padding: 0 16px 16px;
  }
  .order-search__body.is-open {
    display: block;
  }
}
.order-search__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.order-search__group {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.order-search__group:last-of-type {
  border-bottom: none;
}
.order-search__group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  color: #26AC7B;
  cursor: pointer;
  text-align: left;
  margin-bottom: 16px;
}
.order-search__group-title i {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.order-search__group-title[aria-expanded=false] {
  margin-bottom: 0;
}
.order-search__group-title[aria-expanded=false] i {
  transform: rotate(-180deg);
}
.order-search__group-body[hidden] {
  display: none;
}
.order-search__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .order-search__row {
    flex-direction: column;
    gap: 12px;
  }
}
.order-search__field {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-search__field--range {
  flex: 2;
}
@media screen and (max-width: 767px) {
  .order-search__field {
    width: 100%;
    flex: none;
  }
}
.order-search__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  padding-top: 10px;
}
.order-search__input {
  height: 40px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  width: 100%;
}
.order-search__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.order-search__input::placeholder {
  color: #B0B0B0;
}
.order-search__range {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order-search__range .order-search__input {
  flex: 1;
  min-width: 0;
}
.order-search__range-sep {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #666666;
}
.order-search__radio-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4px;
}
.order-search__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .order-search__actions {
    flex-direction: column;
    gap: 12px;
  }
}
.order-search__clear {
  width: auto;
  min-width: 120px;
  height: 40px;
  padding: 10px 32px;
}
@media screen and (max-width: 767px) {
  .order-search__clear {
    width: 100%;
    order: 2;
  }
}
.order-search__submit {
  width: auto;
  min-width: 120px;
  height: 40px;
  padding: 10px 48px;
}
@media screen and (max-width: 767px) {
  .order-search__submit {
    width: 100%;
    order: 1;
  }
}

.radio-custom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.radio-custom__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.radio-custom__mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  background-color: #FFFFFF;
  position: relative;
  transition: border-color 0.2s ease;
}
.radio-custom__mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background-color: #26AC7B;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.radio-custom__label {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.4;
}
.radio-custom__input:checked + .radio-custom__mark {
  border-color: #26AC7B;
}
.radio-custom__input:checked + .radio-custom__mark::after {
  opacity: 1;
}
.radio-custom__input:focus-visible + .radio-custom__mark {
  outline: 2px solid #26AC7B;
  outline-offset: 2px;
}

.invoice-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background-color: #F7F7F7;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .invoice-download {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }
}
.invoice-download__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  white-space: nowrap;
}
.invoice-download__title i {
  color: #26AC7B;
  font-size: 1.6rem;
}
.invoice-download__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .invoice-download__actions {
    width: 100%;
    flex-direction: column;
  }
}
.invoice-download__btn {
  width: auto;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .invoice-download__btn {
    width: 100%;
  }
}

.order-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
}
.order-status__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.order-status--unshipped {
  color: #26A7CB;
}
.order-status--unshipped .order-status__dot {
  background-color: #26A7CB;
}
.order-status--shipped {
  color: #0A9864;
}
.order-status--shipped .order-status__dot {
  background-color: #0A9864;
}
.order-status--preparing {
  color: #F9AE2D;
}
.order-status--preparing .order-status__dot {
  background-color: #F9AE2D;
}

.order-table-wrap {
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 24px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
}
.order-table th, .order-table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: middle;
  line-height: 1.5;
}
.order-table thead th {
  background-color: #F7F7F7;
  font-weight: 700;
  color: #666666;
  font-size: 1.3rem;
  white-space: nowrap;
}
.order-table tbody tr {
  background-color: #FFFFFF;
}
.order-table__row.is-expanded {
  background-color: #F5F7F9;
}
.order-table__row:last-child td {
  border-bottom: none;
}
.order-table__check-col {
  width: 48px;
  text-align: center;
}
.order-table__order-no {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.order-table__core--yes {
  color: #26AC7B;
  font-weight: 700;
}
.order-table__detail-row {
  background-color: #F5F7F9;
}
.order-table__detail-row td {
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
}
.order-table__detail-row[hidden] {
  display: none;
}

.order-detail-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .order-detail-btn:hover {
    background-color: #F7F7F7;
    border-color: #26AC7B;
  }
}
.order-detail-btn.is-open {
  background-color: #F5F7F9;
  border-color: #26AC7B;
  color: #26AC7B;
}

.order-detail {
  display: flex;
  gap: 24px;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .order-detail {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.order-detail__left {
  flex-shrink: 0;
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .order-detail__left {
    min-width: auto;
    width: 100%;
  }
}
.order-detail__right {
  flex: 1;
  min-width: 0;
}
.order-detail__dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-detail__dl-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.3rem;
}
.order-detail__dl-item dt {
  color: #666666;
  font-weight: 400;
}
.order-detail__dl-item dd {
  color: #333333;
  margin: 0;
  font-weight: 700;
}
.order-detail__price {
  color: #333333;
  font-size: 1.4rem;
}
.order-detail__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.order-detail__table th, .order-detail__table td {
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #EEEEEE;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1.2rem;
}
.order-detail__table thead th {
  background-color: #F7F7F7;
  font-weight: 700;
  color: #666666;
  white-space: nowrap;
}
.order-detail__table tbody td {
  color: #333333;
  background-color: #FFFFFF;
}
.order-detail__table th:first-child,
.order-detail__table td:first-child {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .order-detail__table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.order-cards {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  margin-bottom: 24px;
}

.order-card {
  padding: 16px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.order-card:last-child {
  border-bottom: none;
}
.order-card.is-expanded {
  background-color: #F5F7F9;
}
.order-card__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.order-card__header-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.order-card__no {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.order-card__body {
  margin-bottom: 12px;
}
.order-card__dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
}
.order-card__dl-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 1.3rem;
}
.order-card__dl-item dt {
  color: #666666;
  font-weight: 400;
}
.order-card__dl-item dd {
  color: #333333;
  margin: 0;
  font-weight: 700;
}
.order-card__price {
  font-variant-numeric: tabular-nums;
}
.order-card__core--yes {
  color: #26AC7B;
}
.order-card__detail {
  padding: 12px 0;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 12px;
}
.order-card__detail[hidden] {
  display: none;
}
.order-card__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 8px 0 0;
  background: none;
  border: none;
  border-top: 1px solid #EEEEEE;
  font-size: 1.3rem;
  font-weight: 700;
  color: #26AC7B;
  cursor: pointer;
  justify-content: center;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .order-card__toggle:hover {
    opacity: 0.7;
  }
}
.order-card__toggle.is-open {
  color: #666666;
}

.contact-section {
  margin-bottom: 24px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.contact-section__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contact-section__title {
    padding: 12px 16px;
    font-size: 1.3rem;
  }
}
.contact-section__body {
  padding: 20px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .contact-section__body {
    padding: 16px;
  }
}

.optional-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background-color: #26AC7B;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1.4;
}

.auto-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  background-color: #26A6CB;
  color: #FFFFFF;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1.4;
}

.contact-product-table {
  width: 100%;
  border-collapse: collapse;
}
.contact-product-table th, .contact-product-table td {
  padding: 10px 16px;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.6;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact-product-table th, .contact-product-table td {
    padding: 8px 12px;
  }
}
.contact-product-table tr:last-child th, .contact-product-table tr:last-child td {
  border-bottom: none;
}
.contact-product-table th {
  width: 120px;
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-product-table th {
    width: 90px;
  }
}
.contact-product-table td {
  color: #333333;
  font-weight: 700;
}
.contact-product-table__tax {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  margin-left: 4px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-field--full {
  grid-column: 1/-1;
}
.contact-field__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
.contact-field__input {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.contact-field__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.contact-field__input::placeholder {
  color: #B0B0B0;
}
.contact-field__input--half {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .contact-field__input--half {
    max-width: 100%;
  }
}
.contact-field__textarea {
  width: 100%;
  padding: 12px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  line-height: 1.6;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-field__textarea:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.contact-field__textarea::placeholder {
  color: #B0B0B0;
}
.contact-field__select {
  width: 100%;
}
.contact-field__select .select-custom__select {
  width: 100%;
  height: 44px;
}
.contact-field--with-suffix .contact-field__suffix-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-field--with-suffix .contact-field__suffix-wrap .contact-field__input {
  flex: 1;
}
.contact-field__suffix {
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .contact-form__submit {
    margin-top: 24px;
  }
}
.contact-form__submit .button {
  min-width: 200px;
  min-height: 52px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contact-form__submit .button {
    width: 100%;
    min-width: auto;
  }
}

.mypage-section {
  margin-bottom: 24px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.mypage-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .mypage-section__header {
    padding: 12px 16px;
  }
}
.mypage-section__title {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 4px solid #26AC7B;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
.mypage-section__link {
  flex-shrink: 0;
  font-size: 1.3rem;
  color: #437EC4;
  text-decoration: underline;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .mypage-section__link:hover {
    color: #2E5F9E;
  }
}

.mypage-dl {
  background-color: #FFFFFF;
}
.mypage-dl__item {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 14px 20px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 1.4rem;
  line-height: 1.6;
}
.mypage-dl__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .mypage-dl__item {
    padding: 12px 16px;
    gap: 16px;
  }
}
.mypage-dl__item dt {
  flex-shrink: 0;
  width: 120px;
  color: #666666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mypage-dl__item dt {
    width: 90px;
    font-size: 1.3rem;
  }
}
.mypage-dl__item dd {
  color: #333333;
  font-weight: 400;
  margin: 0;
  word-break: break-all;
}

.faq-search {
  margin-bottom: 20px;
}
.faq-search__form {
  display: flex;
  gap: 12px;
  align-items: center;
  background-color: #F7F7F7;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  .faq-search__form {
    flex-wrap: wrap;
    padding: 12px 16px;
    gap: 10px;
  }
}
.faq-search__input {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-search__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.faq-search__input::placeholder {
  color: #B0B0B0;
}
.faq-search__input[type=search] {
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .faq-search__input {
    width: 100%;
    flex: none;
  }
}
.faq-search__select {
  flex-shrink: 0;
  width: 220px;
}
.faq-search__select .select-custom__select {
  width: 100%;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .faq-search__select {
    width: 100%;
  }
}
.faq-search__submit {
  flex-shrink: 0;
  width: auto;
  min-width: 80px;
  height: 44px;
  min-height: auto;
  padding: 10px 24px;
}
@media screen and (max-width: 767px) {
  .faq-search__submit {
    width: 100%;
  }
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .faq-tabs {
    gap: 6px;
    margin-bottom: 24px;
  }
}

.faq-tab {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 9999px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  .faq-tab:hover {
    border-color: #26AC7B;
    color: #26AC7B;
  }
}
.faq-tab.is-active {
  background-color: #26AC7B;
  border-color: #26AC7B;
  color: #FFFFFF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .faq-tab {
    font-size: 1.2rem;
    padding: 5px 12px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .faq-list {
    gap: 24px;
  }
}

.faq-section[hidden] {
  display: none;
}
.faq-section__title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #26AC7B;
  margin: 0 0 12px;
  line-height: 1.4;
}
.faq-section__bullet {
  color: #26AC7B;
}

.faq-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.faq-item__q, .faq-item__a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .faq-item__q, .faq-item__a {
    padding: 12px 16px;
    gap: 10px;
  }
}
.faq-item__q {
  border-bottom: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  font-weight: bold;
}
.faq-item__a {
  background-color: #FFFFFF;
}
.faq-item__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.faq-item__label--q {
  background-color: #26AC7B;
  color: #FFFFFF;
}
.faq-item__label--a {
  background-color: #F7F7F7;
  color: #666666;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .faq-item__label {
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
  }
}
.faq-item__text {
  flex: 1;
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
  padding-top: 4px;
  word-break: break-word;
}
.faq-item__text a {
  color: #437EC4;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .faq-item__text a:hover {
    color: #2E5F9E;
  }
}
@media screen and (max-width: 767px) {
  .faq-item__text {
    font-size: 1.3rem;
  }
}

.legal-body {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .legal-body {
    padding: 20px 16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.legal-body__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .legal-body__lead {
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
}
.legal-body__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .legal-body__text {
    font-size: 1.3rem;
  }
}
.legal-body__address {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
  margin: 12px 0;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .legal-body__address {
    font-size: 1.3rem;
  }
}

.legal-section {
  margin-bottom: 32px;
}
.legal-section:last-child {
  margin-bottom: 0;
}
.legal-section__title {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 10px 16px;
  background-color: #F7F7F7;
  border-left: 4px solid #26AC7B;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .legal-section__title {
    font-size: 1.3rem;
    padding: 8px 12px;
  }
}
.legal-section__body {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .legal-section__body {
    font-size: 1.3rem;
  }
}

.legal-subsection__title {
  display: flex;
  align-items: center;
  margin: 24px 0 12px;
  padding: 8px 16px;
  background-color: #F7F7F7;
  border-left: 4px solid #26AC7B;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .legal-subsection__title {
    font-size: 1.3rem;
    padding: 6px 12px;
  }
}

.legal-ol {
  list-style: none;
  counter-reset: legal-counter;
  margin: 0;
  padding: 0;
}
.legal-ol > li {
  counter-increment: legal-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333333;
}
.legal-ol > li::before {
  content: counter(legal-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #333333;
  min-width: 1.6em;
}
.legal-ol > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .legal-ol > li {
    font-size: 1.3rem;
  }
}
.legal-ol--sub {
  counter-reset: legal-sub-counter;
  margin-top: 8px;
  padding-left: 1em;
}
.legal-ol--sub > li {
  counter-increment: legal-sub-counter;
  padding-left: 2.5em;
}
.legal-ol--sub > li::before {
  content: "（" counter(legal-sub-counter) "）";
  font-weight: 400;
  min-width: 2.5em;
}

.password-change {
  display: flex;
  justify-content: center;
}
.password-change__inner {
  width: 100%;
  max-width: 720px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 24px 32px;
}
@media screen and (max-width: 767px) {
  .password-change__inner {
    padding: 16px;
  }
}
.password-change__title {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 4px solid #26AC7B;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 20px;
  line-height: 1.4;
}
.password-change__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .password-change__fields {
    gap: 16px;
    margin-bottom: 20px;
  }
}
.password-change__submit {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .password-change__submit {
    justify-content: center;
  }
}
.password-change__submit .button {
  min-width: 200px;
  min-height: 48px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .password-change__submit .button {
    width: 100%;
    min-width: auto;
  }
}

.password-field {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .password-field {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
}
.password-field__label {
  flex-shrink: 0;
  width: 180px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .password-field__label {
    width: auto;
    font-size: 1.3rem;
  }
}
.password-field__wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.password-field__input {
  width: 100%;
  height: 44px;
  padding: 10px 48px 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.password-field__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.password-field__toggle {
  position: absolute;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  border: none;
  color: #666666;
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.2s ease;
  appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  .password-field__toggle:hover {
    color: #333333;
  }
}
.password-field__toggle.is-visible {
  color: #26AC7B;
}

.auth-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #F8F9FA;
}

.auth-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .auth-main {
    padding: 24px 16px;
    background-color: #FFFFFF;
  }
}

.auth-card {
  width: 100%;
  max-width: 480px;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .auth-card {
    padding: 0;
    border-radius: 0;
    max-width: 100%;
  }
}
.auth-card__section-title {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 4px solid #26AC7B;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .auth-card__section-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.auth-card__title {
  display: flex;
  align-items: center;
  padding-left: 12px;
  border-left: 4px solid #26AC7B;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .auth-card__title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.auth-card__lead {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .auth-card__lead {
    font-size: 1.3rem;
  }
}
.auth-card__message {
  text-align: center;
  padding: 24px 0;
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.8;
}
.auth-card__message p {
  margin: 0 0 8px;
}
.auth-card__message p:last-child {
  margin-bottom: 0;
}
.auth-card__logout {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #26AC7B;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .auth-card__logout:hover {
    opacity: 0.7;
  }
}
.auth-card__link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.auth-card__link {
  font-size: 1.4rem;
  color: #437EC4;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .auth-card__link:hover {
    color: #2E5F9E;
  }
}

.client-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .client-list__link:hover {
    background-color: #E8F6F0;
  }
}
.client-list__item {
  padding: 0;
}

.auth-complete-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background-color: #E8F6F0;
  border: 1px solid #26AC7B;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #26AC7B;
  text-align: center;
  margin-bottom: 8px;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .auth-form {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.auth-form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.auth-form__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  margin: 0;
}
.auth-form__input {
  width: 100%;
  height: 44px;
  padding: 10px 48px 10px 14px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.auth-form__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.auth-form__input:not([type=password]) {
  padding-right: 14px;
}
.auth-form__static {
  font-size: 1.4rem;
  color: #333333;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.auth-form__submit {
  width: 60%;
  margin: 8px auto 0;
  min-height: 48px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .auth-form__submit {
    width: 100%;
  }
}

.auth-form .password-field__wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.auth-form .password-field__toggle {
  position: absolute;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  background: none;
  border: none;
  color: #666666;
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .auth-form .password-field__toggle:hover {
    color: #333333;
  }
}
.auth-form .password-field__toggle.is-visible {
  color: #26AC7B;
}

.auth-notice {
  background-color: #F7F7F7;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .auth-notice {
    padding: 16px;
  }
}
.auth-notice__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 12px;
  line-height: 1.4;
}
.auth-notice__text {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 10px;
}
.auth-notice__text:last-child {
  margin-bottom: 0;
}
.auth-notice__list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.auth-notice__list li {
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 4px;
}
.auth-notice__list li span {
  font-weight: 700;
}
.auth-notice__address {
  font-style: normal;
  font-size: 1.3rem;
  color: #333333;
  line-height: 1.8;
  margin: 0 0 10px;
}

.client-search {
  position: relative;
  margin-bottom: 12px;
}
.client-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #666666;
  pointer-events: none;
}
.client-search__input {
  width: 100%;
  height: 44px;
  padding: 10px 14px 10px 40px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 1.4rem;
  font-family: inherit;
  color: #333333;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}
.client-search__input:focus {
  outline: none;
  border-color: #26AC7B;
  box-shadow: 0 0 0 2px rgba(38, 172, 123, 0.15);
}
.client-search__input::placeholder {
  color: #666666;
}
.client-search__input[type=search] {
  -webkit-appearance: none;
}

.client-list {
  list-style: none;
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  margin-bottom: 24px;
}
.client-list::-webkit-scrollbar {
  width: 6px;
}
.client-list::-webkit-scrollbar-track {
  background: #F7F7F7;
  border-radius: 3px;
}
.client-list::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 3px;
}
.client-list__item {
  padding: 14px 20px;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background-color: #FFFFFF;
}
.client-list__item:last-child {
  border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
  .client-list__item:hover {
    background-color: #E8F6F0;
  }
}
.client-list__item.is-selected {
  background-color: #E8F6F0;
  border-color: #26AC7B;
}
.client-list__item:focus {
  outline: 2px solid #26AC7B;
  outline-offset: -2px;
}
.client-list__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 4px;
  line-height: 1.4;
}
.client-list__code {
  font-size: 1.3rem;
  color: #666666;
  margin: 0;
}/*# sourceMappingURL=style.css.map */