﻿@charset "UTF-8";
#tblLayout {
  width: 100%;
}

.static_general {
  max-width: var(--container-static);
  margin: auto;
  margin-bottom: 7rem !important;
  padding: 0 1.5rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .static_general {
    padding: 0 0 7rem;
  }
}
.static_general a {
  color: var(--color-icon06);
  text-decoration: underline;
}
.static_general h1 {
  font-size: 3.1rem !important;
}
.static_general h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: solid 1px #545454;
  text-align: center;
  margin: 6rem 0 4rem;
}
.static_general h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: solid 1px #cacaca;
  text-align: center;
  margin: 5rem 0 3rem;
}
.static_general h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  text-align: center;
  margin: 4rem 0 2rem;
}
.static_general .left {
  text-align: left;
  float: none;
}
.static_general .center {
  text-align: center;
}
.static_general .ununderline {
  border-bottom: none;
  padding-bottom: 0;
}
.static_general .with-icon {
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
  padding-left: calc(1.6em + 8px);
}
.static_general .with-icon .top-icon {
  width: 1.6em;
  height: 1.6em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.static_general .with-icon .top-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.static_general .fill-gray {
  background-color: #f8f8f8;
  border-bottom: none;
  padding: 0.85em 1.25em;
}
.static_general h2.updown-solid {
  border-top: solid 1px #545454;
  border-bottom: solid 1px #545454;
  padding: 0.85em 1.25em;
}
.static_general h2.updown-dashed {
  border-top: dashed 1px #545454;
  border-bottom: dashed 1px #545454;
  padding: 0.85em 1.25em;
}
.static_general h3.updown-solid,
.static_general h4.updown-solid {
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  padding: 0.85em 1.25em;
}
.static_general h3.updown-dashed,
.static_general h4.updown-dashed {
  border-top: dashed 1px #cacaca;
  border-bottom: dashed 1px #cacaca;
  padding: 0.85em 1.25em;
}
.static_general p {
  margin: 1.5rem 0;
  line-height: 2.5rem;
}
.static_general .href-nodeco a {
  text-decoration: none;
  color: var(--color-main);
}
.static_general .href-nodeco a:hover {
  color: var(--color-icon06);
  text-decoration: underline;
}
.static_general .ui-ul {
  margin: 1.5rem 0.5rem;
  padding: 0;
}
.static_general .ui-ul li {
  margin: 0.5rem 0;
  line-height: 2.2rem;
  padding-left: 2rem;
  position: relative;
}
.static_general .ui-ul li::before {
  position: absolute;
  content: "";
  background-color: #545454;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
  left: 0;
  top: 0.8rem;
}
.static_general .ui-ul li ul {
  margin: 1rem 0.5rem;
  padding: 0;
}
.static_general .ui-ul li ul li::before {
  background-color: transparent;
  border: 1px solid #545454;
}
.static_general .ui-ul li ul li ul li::before {
  border: none;
  background-color: #545454;
  height: 1px;
  border-radius: 0;
  top: 0.9rem;
}
.static_general .ui-ol {
  margin: 1.5rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-ol li {
  margin: 0.5rem 0;
  line-height: 2.2rem;
  padding-left: 2rem;
  position: relative;
}
.static_general .ui-ol li::before {
  counter-increment: number 1;
  position: absolute;
  content: counter(number) ".";
  left: 0;
}
.static_general .ui-ol li ol {
  margin: 1rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-ol li ol li {
  padding-left: 3.8rem;
}
.static_general .ui-ol li ol li::before {
  content: "（" counter(number) "）";
}
.static_general .ui-ol li ol li ul li::before {
  border: none;
  background-color: #545454;
  height: 1px;
  border-radius: 0;
  top: 0.9rem;
}
.static_general .ui-note {
  margin: 4rem 0;
  border-top: solid 1px #cacaca;
  font-size: 1.2rem;
}
.static_general .ui-note ol {
  margin: 1.5rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-note ol li {
  margin: 0.5rem 0;
  line-height: 1.8rem;
  padding-left: 3rem;
  position: relative;
}
.static_general .ui-note ol li::before {
  counter-increment: number 1;
  position: absolute;
  content: "※" counter(number) ".";
  left: 0;
}
.static_general .ui-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.static_general .ui-youtube iframe {
  width: 100%;
  height: 100%;
}
.static_general code {
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .static_general .ui-pdf .pdf-info {
    display: none;
  }
}
.static_general .ui-pdf iframe {
  display: none;
}
@media only screen and (min-width: 768px) {
  .static_general .ui-pdf iframe {
    display: block;
    border: none;
  }
}
.static_general table.ui-table {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}
.static_general table.ui-table th, .static_general table.ui-table td {
  padding: 1.2em;
}
.static_general table.ui-table thead * {
  font-weight: bold;
  background-color: #eeeeee;
}
.static_general table.ui-table tbody * {
  border-bottom: 1px solid #dddddd;
}
.static_general table.ui-table tbody th {
  font-weight: bold;
}
.static_general .ui-pic {
  margin: 0;
  width: 100%;
}
.static_general .ui-pic source {
  width: 100%;
  height: auto;
}
.static_general .ui-pic img {
  width: 100%;
  height: auto;
}
.static_general .pic-set__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.65rem;
  margin: 1rem 0;
}
.static_general .pic-set__caption {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.65rem;
  margin: 1rem 0;
}
.figure {
  margin: 0;
  padding: 0;
}
.figure__figcaption, .figure__figcaption--b, .figure__figcaption--a {
  font-size: 1.4rem;
  line-height: 1.65rem;
}
.figure__figcaption p, .figure__figcaption--b p, .figure__figcaption--a p {
  margin: 1rem 0;
}
.figure__figcaption .title, .figure__figcaption--b .title, .figure__figcaption--a .title {
  font-weight: bold;
}
.figure__figcaption .caption, .figure__figcaption--b .caption, .figure__figcaption--a .caption {
  color: #999;
}
.figure__figcaption--b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.figure__figcaption--b::before {
  content: "";
  background-color: #545454;
  width: 100%;
  height: 1px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -0.5rem 0;
}
.figure__figcaption--b p {
  margin: 1rem 0;
}
.figure__figcaption--b p:not(:first-child) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.static_general .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0;
}
.static_general .container.col2 .col {
  width: calc((100% - 2rem) / 2);
}
.static_general .container.col3 .col {
  width: calc((100% - 4rem) / 3);
}
.static_general .container .col h3:first-child,
.static_general .container .col h4:first-child {
  margin-top: 0;
}
.static_general .ui-btn, .static_general .ui-btn--outline, .static_general .ui-btn--negative {
  background: #545454;
  color: var(--color-white);
  padding: 1.3rem 4rem;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
}
.static_general .ui-btn--negative {
  background: #afafaf;
}
.static_general .ui-btn--outline {
  color: var(--color-main);
  border: var(--color-main) 1px solid;
  background-color: transparent;
}
.static_general .ui-btn.color-red, .static_general .color-red.ui-btn--negative, .static_general .color-red.ui-btn--outline {
  background: var(--color-red);
}
.static_general .ui-btn.color-blue, .static_general .color-blue.ui-btn--negative, .static_general .color-blue.ui-btn--outline {
  background: var(--color-blue);
}
.static_general .ui-btn.color-green, .static_general .color-green.ui-btn--negative, .static_general .color-green.ui-btn--outline {
  background: var(--color-green);
}
.static_general .ui-btn.color-orange, .static_general .color-orange.ui-btn--negative, .static_general .color-orange.ui-btn--outline {
  background: var(--color-orange);
}
.static_general .ui-btn.color-yellow, .static_general .color-yellow.ui-btn--negative, .static_general .color-yellow.ui-btn--outline {
  background: var(--color-yellow);
}
.static_general .ui-btn.color-free, .static_general .color-free.ui-btn--negative, .static_general .color-free.ui-btn--outline {
  background-color: currentColor;
}
.static_general .ui-btn.color-free span, .static_general .color-free.ui-btn--negative span, .static_general .color-free.ui-btn--outline span {
  -webkit-filter: invert(100%) grayscale(100%) contrast(100);
          filter: invert(100%) grayscale(100%) contrast(100);
}
.static_general .pic-post {
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post .col {
    width: calc((100% - 2rem) / 2);
  }
}
.static_general .pic-post .col h3, .static_general .pic-post .col h4 {
  text-align: left;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post .col h3, .static_general .pic-post .col h4 {
    margin: 2rem 0;
  }
}
.static_general .ui-quote {
  margin: 4rem 0;
  padding: 4rem;
  background-color: #f9f9f9;
  position: relative;
  border-left: 8px solid #dddddd;
}
.static_general .ui-quote blockquote {
  margin: 0;
}
.static_general .ui-quote blockquote *:first-child {
  margin-top: 0;
}
.static_general .ui-quote figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.static_general .ui-quote figcaption::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1px;
  background-color: currentColor;
  margin-right: 0.5rem;
}
.static_general .ui-box {
  margin: 4rem 0;
  padding: 4rem !important;
}
.static_general .ui-box.fill-gray {
  background-color: #f8f8f8;
}
.static_general .ui-box *:first-child {
  margin-top: 0;
}
.static_general .ui-box *:last-child {
  margin-bottom: 0;
}
.static_general .ui-box.fieldset {
  background-color: #f8f8f8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.static_general .ui-box.fieldset::before {
  content: "";
  position: absolute;
  border: 1px solid #cacaca;
  border-top: none;
  inset: 0;
  pointer-events: none;
}
.static_general .ui-box.fieldset .field-title {
  margin: 0;
  position: absolute;
  top: -1.25rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .static_general .ui-box.fieldset .field-title {
    gap: 16px;
  }
}
.static_general .ui-box.fieldset .field-title:before, .static_general .ui-box.fieldset .field-title:after {
  border-top: 1px solid #cacaca;
  content: "";
  display: inline; /* for IE */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.static_general .ui-box.fieldset .field-title + * {
  margin-top: 0;
}
.static_general .ui-box.fill-gray .ui-ul, .static_general .ui-box.fieldset .ui-ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .static_general .l-sm {
    width: 65%;
    margin: 4rem auto;
  }
}
.static_general ins {
  text-decoration: none;
}
.static_general strong {
  font-weight: bolder;
}
.static_general em {
  font-style: italic !important;
}
.static_general .c-red {
  color: #d91a35 !important;
}
.static_general .slider-section {
  background-color: #f8f8f8;
  margin: 4rem 0;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .static_general .slider-section {
    margin: 4rem 0;
    padding: 8rem;
  }
}
.static_general .slider-section .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static_general .slider-section .swiper .prev-btn, .static_general .slider-section .swiper .next-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .static_general .slider-section .swiper .prev-btn, .static_general .slider-section .swiper .next-btn {
    padding: 24px;
  }
}
.static_general .slider-section .swiper .prev-btn::before, .static_general .slider-section .swiper .next-btn::before {
  content: "";
  display: block;
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  border-right: 6px solid rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .static_general .slider-section .swiper .prev-btn::before, .static_general .slider-section .swiper .next-btn::before {
    width: 24px;
    height: 24px;
  }
}
.static_general .slider-section .swiper .prev-btn.swiper-button-disabled::before, .static_general .slider-section .swiper .next-btn.swiper-button-disabled::before {
  border-top: 6px solid rgba(0, 0, 0, 0.4);
  border-right: 6px solid rgba(0, 0, 0, 0.4);
}
.static_general .slider-section .swiper .prev-btn {
  left: 0;
}
.static_general .slider-section .swiper .prev-btn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.static_general .slider-section .swiper .next-btn {
  right: 0;
}
.static_general .slider-section .swiper .next-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.static_general .slider-section .slider-thumbnails {
  margin-top: 8px;
}
.static_general .slider-section .slider-thumbnails .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 8px;
}
.static_general .slider-section .slider-thumbnails .swiper-wrapper .swiper-slide {
  width: calc((100% - 32px) / 5);
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .static_general .slider-section .slider-thumbnails .swiper-wrapper .swiper-slide {
    width: calc((100% - 72px) / 10);
  }
}
.static_general .slider-section .slider-thumbnails .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.static_general .slider-section .slider-thumbnails .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  content: "";
  inset: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.static_general #sui-map {
  width: 100%;
  height: 500px;
}
.static_general .form-section {
  position: relative;
  width: 0;
  overflow: hidden;
  padding-top: 0;
}
.static_general .form-section iframe[src^="https://docs.google.com/forms/d/e"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: #cacaca solid 1px;
}
.static_general .category-section {
  background: #f8f8f8;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .static_general .category-section {
    padding: 1.5rem;
  }
}
.static_general .category-section .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .static_general .category-section .category-list {
    gap: 1.5rem;
  }
}
.static_general .category-section .category-list__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .static_general .category-section .category-list__item {
    width: calc((100% - 3rem) / 3);
  }
}
.static_general .category-section .category-list__item a {
  color: inherit;
  text-decoration: none;
}
.static_general .category-section .category-list__item a .category-item {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.2rem;
  gap: 1.2rem;
}
.static_general .category-section .category-list__item a .category-item:hover {
  opacity: 0.7;
}
.static_general .category-section .category-list__item a .category-item__thumbnail {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0;
}
.static_general .category-section .category-list__item a .category-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static_general .category-section .category-list__item a .category-item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.static_general .category-section .category-list__item a .category-item::after {
  content: "";
  background-image: url("/Contents/ImagesPkg/common/icn_arw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
}
.static_general .product-section .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .static_general .product-section .product-list {
    gap: 2rem;
  }
}
.static_general .product-section .product-list__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .static_general .product-section .product-list__item {
    width: calc((100% - 2rem) / 2);
  }
}
.static_general .product-section .product-list__item a {
  color: inherit;
  text-decoration: none;
}
.static_general .product-section .product-list__item a .product-item {
  border: 1px solid #cacaca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  gap: 2rem;
}
.static_general .product-section .product-list__item a .product-item:hover {
  opacity: 0.7;
}
.static_general .product-section .product-list__item a .product-item__thumbnail {
  width: 7rem;
  height: 7rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .static_general .product-section .product-list__item a .product-item__thumbnail {
    width: 9rem;
    height: 9rem;
  }
}
.static_general .product-section .product-list__item a .product-item__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.static_general .product-section .product-list__item a .product-item__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.static_general .product-section .product-list__item a .product-item__detail p {
  margin: 0;
}
.static_general .product-section .product-list__item a .product-item__detail .product-item-price {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: var(--font-weight-semibold) 1.6rem/1.625 var(--font-opensans);
}
.static_general .product-section .product-list__item a .product-item__detail .product-item-price--sale {
  color: var(--color-attention);
  margin-left: 1rem;
}
.static_general .product-section .product-list__item a .product-item__detail .product-item-price .tax {
  font-family: var(--font-notosans);
  font-size: 1.2rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.03em;
  text-decoration: none;
}
.static_general .product-section .product-list__item a .product-item__detail .product-item-price .price-normal + .price-sale {
  margin-left: 1rem;
}