<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #aa4142;
    font-size: 1.9rem;
    font-weight: bold;
}

.fs-c-productSelection__name {
    background: #f5efe4;
    font-size: 1.5rem;
    padding: 4px;
}

.fs-c-productOption__name {
    background: #f5efe4;
    font-size: 1.5rem;
}

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 600px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #f4f4f4;
  padding: 1em;
}
.table_design01 th {
  background-color: #c0c0c0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}


.table_design02 {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
}
.table_design02 tr {
  background-color: #f3f3f3;
}
.table_design02 tr:nth-child(odd) {
  background-color: #fff;
}
.table_design02 th, .table_design02 td {
  padding: 1em;
}
.table_design02 th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 5em;
}


h5 {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  padding: 1em;
  background: #ffe5bd;
}

h5:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe5bd;
  width: 0;
  height: 0;
}

.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #d99214;
  color: #ffffff;
}

.fs-c-breadcrumb__list {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  font-size: large;
}


.fs-p-logo__lead {
  font-size: 1.5rem;
  margin: 4px 0 0;
}


.fs-c-estimatedDeliveryDate {
  background-color: #ffeac4;
  font-size: 1.5rem;
  padding: 10px;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2.5rem;
}


.fs-p-banner--lineIdLink {
  background: #95e1ff;
  border-color: #0090c9;
}


.fs-p-sideMenu a:hover {
  background: #D99214;
  color: #ffffff;
}


 .fs-l-checkout{
display: block!important;
}

.fs-l-checkout__mainColumn{
max-width: 100%!important;
width: 100%!important;
padding-right:0px;
}

.fs-c-button--standard {
    background: #fffd95;
    border: 1.5px solid #666666;
    border-radius: 0px;
    font-weight: bold;
    color: #3a3939;
    cursor: pointer;
    display: inline-block;
    font-size: 1.9rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
  border-radius:10px;
}


.fs-c-checkout-preview__title {
    border: 1px solid #c88913;
    font-size: 2rem;
    line-height: 1;
    background: #dfcba6;
    margin: 2px;
    padding: 8px;
    text-align: center;}

.fs-c-checkout-preview {
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 16px;
    background: #ffffff;
    color: #333333;
}

.fs-c-pairList {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: baseline;
    margin: 0;
    font-size: 2rem;
    color: #ff5050;
    font-weight:bold;
  padding: 10px;
}


.fs-c-checkout-paymentMethod__title {
  background: #fff0f0;
  color: #333333;
  font-size: 1.8rem;
}


.fs-c-checkout-heading {
  background-color: #c88913;
  color: #ffffff;
  font-size: 2rem;
  padding: 10px;
  text-align: center;
  margin: 0;
}

input, textarea, select {
    background-color: #fffcf5;
    color: #333333;
    height: 35px;
overflow-x: scroll;
}

.fs-c-button--primary {
  background: #aa4142;
  border: 1px solid #371828;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.5rem;
}


.fs-c-panel--info {
  color: #006db8;
  border-color: #006db8;
  font-size: x-large;
}


.fs-c-listedOptionPrice {
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: minmax(1em, max-content) minmax(1em, max-content);
  grid-template-rows: minmax(1em, -webkit-min-content);
  grid-template-rows: minmax(1em, min-content);
  grid-auto-rows: minmax(1em, -webkit-min-content);
  grid-auto-rows: minmax(1em, min-content);
  grid-row-gap: 8px;
  grid-column-gap: 4px;
  line-height: 1.2;
  margin: 8px 0;
}

.fs-c-checkout-shippingDetail__deliveryDetail {
  background: #fff0f0;
  padding: 8px;
  display: grid;
  gap: 8px;
}

.fs-c-requiredMark::before {
    content: "*";
    display: block;
    font-size: 1.3em;
    text-indent: 0;
    color: red;
}



.seo-kochouran {
  background-color: #f4f4f2;
  padding: 24px;
  border-left: 4px solid #6a6d7c;
  line-height: 1.8;
  color: #333;
  margin: 20px;
}
.seo-kochouran h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #4a4f5c;
}
.seo-kochouran .keyword {
  color: #55606e;
  font-weight: bold;
}
.seo-kochouran strong {
  color: #2e2e2e;
  font-weight: 600;
}



.seo-box {

  margin: 24px;
  padding: 24px;
  border: 2px solid #ddd;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.seo-section {
  margin-bottom: 30px;
}

.seo-section h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.seo-section a {
  color: #2a5db0;
  text-decoration: none;
}

.seo-section a:hover {
  text-decoration: underline;
}

.seo-section p {
  font-size: 1em;
  color: #444;
  line-height: 1.6;
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–å¯¾å¿œ */
@media (max-width: 768px) {
  .seo-box {
    padding: 15px;
  }

  .seo-section h2 {
    font-size: 1.2em;
  }

  .seo-section p {
    font-size: 0.95em;
  }
}
</pre></body></html>