@charset "UTF-8";
body.home .woocommerce-result-count,
body.home .woocommerce-ordering,
body.home .woocommerce-products-header,
body.home ul.products {
  display: none;
}

body.home .grating-quote-form-link {
  margin-top: 50px !important;
}

.pswp[aria-hidden="true"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.pswp__button--share {
  display: none !important;
}

body.single-product .woocommerce-breadcrumb {
  font-size: 13px !important;
  font-weight: bold;
  color: #999999;
}

body.single-product .woocommerce-breadcrumb i {
  color: #ccc;
}

body.single-product .woocommerce-breadcrumb a {
  color: #000 !important;
  font-size: 13px;
  font-weight: normal;
}

body.single-product .woocommerce-breadcrumb a:first-child::before {
  font-family: "Font Awesome 6 Free";
  content: "\f015";
  font-weight: 900;
  color: #d19c34;
  display: inline-block;
  margin-right: 5px;
}

body.single-product .product-top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 32px;
}

body.single-product .product-top .woocommerce-product-gallery .flex-control-nav {
  display: none !important;
}

body.single-product .product-top .grating-gallery-swiper .swiper-button-prev,
body.single-product .product-top .grating-gallery-swiper .swiper-button-next {
  color: #d19c34;
}

body.single-product .product-top .grating-gallery-swiper .swiper-pagination-bullet-active {
  background: #d19c34;
}

body.single-product .product-top div.images {
  flex: 1;
  min-width: 0;
}

body.single-product .product-top div.images .woocommerce-product-gallery__image {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

body.single-product .product-top div.images .woocommerce-product-gallery__trigger {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .product-top div.images .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

body.single-product .product-top div.images .flex-control-thumbs li {
  list-style: none;
}

body.single-product .product-top div.images .flex-control-thumbs li img {
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.2s;
}

body.single-product .product-top div.images .flex-control-thumbs li img.flex-active, body.single-product .product-top div.images .flex-control-thumbs li img:hover {
  border-color: #d19c34;
}

body.single-product .product-top .custom-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
  font-size: 14px;
  border: none !important;
  border-top: 1px solid #ccc !important;
}

body.single-product .product-top .custom-spec-table th, body.single-product .product-top .custom-spec-table td {
  padding: 5px 10px !important;
}

body.single-product .product-top .custom-spec-table th {
  width: 40%;
  background-color: #efefef;
  color: #333;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

body.single-product .product-top .custom-spec-table td {
  color: #333;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

body.single-product .product-top div.summary {
  flex: 0 0 350px;
  max-width: 350px;
  width: 350px;
  align-self: flex-start;
  /* サブカテゴリー*/
  /* 商品名 */
}

@media (max-width: 1250px) {
  body.single-product .product-top div.summary {
    flex: 0 0 300px;
    max-width: 300px;
    width: 300px;
  }
}

body.single-product .product-top div.summary .single-product-category {
  display: none;
}

body.single-product .product-top div.summary .product-sub-category {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

body.single-product .product-top div.summary .product_title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

body.single-product .product-top div.summary .woocommerce-product-details__short-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.7;
}

body.single-product .product-top div.summary .product_meta {
  display: none;
}

body.single-product .product-top div.summary .cart {
  display: none;
}

body.single-product .product-top div.summary .woocommerce-breadcrumb {
  display: none;
}

@media (max-width: 921px) {
  body.single-product .product-top {
    flex-direction: column;
  }
  body.single-product .product-top div.summary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

body.single-product .product-news {
  background-color: rgba(209, 156, 52, 0.1);
  padding: 20px 30px;
  box-sizing: border-box;
}

body.single-product .product-news h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

body.single-product .product-news h3 i {
  color: #d19c34;
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 640px) {
  body.single-product .product-news {
    padding: 15px;
  }
}

body.single-product .product-description-area {
  width: 100%;
  margin-top: 50px;
}

body.single-product .product-description-area .woocommerce-tabs {
  padding: 0;
  margin: 0;
}

body.single-product .product-description-area .woocommerce-tabs ul.tabs {
  display: none;
}

body.single-product .product-description-area .woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}

body.single-product .product-description-area .woocommerce-tabs .woocommerce-Tabs-panel--description {
  display: block !important;
}

body.single-product .product-description-area .related.products {
  display: none;
}

body.single-product .product-panel {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #ddd;
  margin-top: 100px;
}

body.single-product .product-panel:last-of-type {
  border-bottom: none;
}

body.single-product .product-panel__top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 32px;
}

@media (max-width: 921px) {
  body.single-product .product-panel__top {
    flex-direction: column;
  }
}

body.single-product .product-panel__image {
  flex: 0 0 55%;
  max-width: 55%;
}

@media (max-width: 921px) {
  body.single-product .product-panel__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body.single-product .product-panel__image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none !important;
}

body.single-product .product-panel__image .product-panel-swiper .swiper-button-prev,
body.single-product .product-panel__image .product-panel-swiper .swiper-button-next {
  color: #d19c34;
}

body.single-product .product-panel__image .product-panel-swiper .swiper-pagination-bullet-active {
  background: #d19c34;
}

body.single-product .product-panel__summary {
  flex: 1;
  min-width: 0;
}

@media (max-width: 921px) {
  body.single-product .product-panel__summary {
    width: 100%;
  }
}

body.single-product .product-panel__name {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d19c34;
}

body.single-product .product-panel__spec {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

body.single-product .product-panel__spec table {
  width: 100%;
  border-collapse: collapse;
}

body.single-product .product-panel__spec table tr {
  border-bottom: 1px solid #ddd;
}

body.single-product .product-panel__spec table tr:first-child {
  border-top: 1px solid #ddd;
}

body.single-product .product-panel__spec table th {
  width: 40%;
  padding: 12px 16px;
  background-color: #f5f7fa;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

body.single-product .product-panel__spec table td {
  padding: 12px 16px;
}

body.single-product .product-panel__description-area {
  width: 100%;
}

body.single-product .product-panel__description {
  line-height: 1.8;
  color: #333;
  margin-bottom: 32px;
}

body.single-product .product-panel__table {
  width: 100%;
}

body.single-product .product-panel__table .blocks {
  margin-top: 50px;
}

body.single-product .product-panel__table .blocks h4 {
  font-size: 18px;
  margin: 0;
}

body.single-product .product-panel__table .blocks h4 span {
  font-size: 15px;
  display: inline-table;
  margin-left: 15px;
}

body.single-product .product-panel__table .blocks .gs-table-wrap {
  margin-top: 15px !important;
}

body.single-product .product-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d19c34;
}

body.single-product .product-inquiry {
  background: #efefef;
  margin-top: 50px;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}

body.single-product .product-inquiry .custom-inquiry-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 14px 16px;
  background-color: #1a4fa0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 16px;
}

body.single-product .product-inquiry .custom-inquiry-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

.woocommerce-product-details__short-description table,
.woocommerce-Tabs-panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin-top: 16px;
}

.woocommerce-product-details__short-description table thead th,
.woocommerce-Tabs-panel table thead th {
  background-color: #1a4fa0;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #1a4fa0;
}

.woocommerce-product-details__short-description table tbody tr:nth-child(even),
.woocommerce-Tabs-panel table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.woocommerce-product-details__short-description table tbody tr:hover,
.woocommerce-Tabs-panel table tbody tr:hover {
  background-color: #eef3fb;
}

.woocommerce-product-details__short-description table tbody tr td,
.woocommerce-Tabs-panel table tbody tr td {
  padding: 7px 10px;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
}

body.archive h1.category-title,
body.page-id-150 h1.category-title {
  font-size: 40px;
  font-weight: bold;
}

body.archive .grating-index,
body.page-id-150 .grating-index {
  width: 100%;
}

body.archive .grating-index .category__search,
body.page-id-150 .grating-index .category__search {
  padding: 30px;
  background-color: rgba(209, 156, 52, 0.1);
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}

body.archive .grating-index .category__search h2,
body.page-id-150 .grating-index .category__search h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  width: 200px;
  color: #d19c34;
}

@media (max-width: 640px) {
  body.archive .grating-index .category__search h2,
  body.page-id-150 .grating-index .category__search h2 {
    width: 100%;
    text-align: center;
  }
}

body.archive .grating-index .category__search .category__search-form,
body.page-id-150 .grating-index .category__search .category__search-form {
  width: calc(100% - 200px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
  align-items: flex-start;
}

@media (max-width: 640px) {
  body.archive .grating-index .category__search .category__search-form,
  body.page-id-150 .grating-index .category__search .category__search-form {
    width: 100%;
  }
}

body.archive .grating-index .category__search .category__search-form #search-keyword-wrap,
body.page-id-150 .grating-index .category__search .category__search-form #search-keyword-wrap {
  grid-column: 1 / -1;
}

@media (max-width: 1250px) {
  body.archive .grating-index .category__search .category__search-form,
  body.page-id-150 .grating-index .category__search .category__search-form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body.archive .grating-index .category__search .category__search-form,
  body.page-id-150 .grating-index .category__search .category__search-form {
    grid-template-columns: 1fr;
  }
}

body.archive .grating-index .category__search .category__search-item,
body.page-id-150 .grating-index .category__search .category__search-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.archive .grating-index .category__search .category__search-item label,
body.page-id-150 .grating-index .category__search .category__search-item label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

body.archive .grating-index .category__search .category__search-item select,
body.archive .grating-index .category__search .category__search-item input[type="text"],
body.page-id-150 .grating-index .category__search .category__search-item select,
body.page-id-150 .grating-index .category__search .category__search-item input[type="text"] {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}

body.archive .grating-index .category__search .category__search-item select:focus,
body.archive .grating-index .category__search .category__search-item input[type="text"]:focus,
body.page-id-150 .grating-index .category__search .category__search-item select:focus,
body.page-id-150 .grating-index .category__search .category__search-item input[type="text"]:focus {
  outline: none;
  border-color: #d19c34;
}

body.archive .grating-index .category__search .category__search-item select,
body.page-id-150 .grating-index .category__search .category__search-item select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

body.archive .grating-index .category__search .category__search-btns,
body.page-id-150 .grating-index .category__search .category__search-btns {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  align-items: center;
  width: 80%;
}

@media (max-width: 640px) {
  body.archive .grating-index .category__search .category__search-btns,
  body.page-id-150 .grating-index .category__search .category__search-btns {
    width: 100%;
  }
}

body.archive .grating-index .category__search .category__search-btn, body.archive .grating-index .category__search .category__search-btn--clear,
body.page-id-150 .grating-index .category__search .category__search-btn,
body.page-id-150 .grating-index .category__search .category__search-btn--clear {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  background: #d19c34 !important;
  cursor: pointer;
  flex: 1;
}

body.archive .grating-index .category__search .category__search-btn:hover, body.archive .grating-index .category__search .category__search-btn--clear:hover,
body.page-id-150 .grating-index .category__search .category__search-btn:hover,
body.page-id-150 .grating-index .category__search .category__search-btn--clear:hover {
  background: #dab05e !important;
  transition: all 0.5s ease 0s;
}

body.archive .grating-index .category__search .category__search-btn--clear,
body.page-id-150 .grating-index .category__search .category__search-btn--clear {
  background: #666 !important;
}

body.archive .grating-index .category__search .category__search-btn--clear:hover,
body.page-id-150 .grating-index .category__search .category__search-btn--clear:hover {
  background: #999 !important;
}

body.archive .grating-index #search-results .search-result-block,
body.page-id-150 .grating-index #search-results .search-result-block {
  padding: 30px 10px 0px;
  border-bottom: 1px dotted #ccc;
}

body.archive .grating-index #search-results .search-result-block .search-results__item,
body.page-id-150 .grating-index #search-results .search-result-block .search-results__item {
  border-bottom: none !important;
}

body.archive .grating-index #search-results .search-result-block .gs-table-wrap,
body.page-id-150 .grating-index #search-results .search-result-block .gs-table-wrap {
  margin: 20px 0 30px;
}

body.archive .grating-index #search-results .search-result-block .gs-table-wrap .gs-table,
body.page-id-150 .grating-index #search-results .search-result-block .gs-table-wrap .gs-table {
  min-width: 800px;
}

body.archive .grating-index .search-results,
body.page-id-150 .grating-index .search-results {
  margin-top: 32px;
}

body.archive .grating-index .search-results__title,
body.page-id-150 .grating-index .search-results__title {
  margin-bottom: 16px;
}

body.archive .grating-index .search-results__list,
body.page-id-150 .grating-index .search-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.archive .grating-index .search-results__item,
body.page-id-150 .grating-index .search-results__item {
  border-bottom: 1px dotted #ccc;
}

body.archive .grating-index .search-results__item a,
body.page-id-150 .grating-index .search-results__item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  padding: 10px 5px;
}

body.archive .grating-index .search-results__item a:hover,
body.page-id-150 .grating-index .search-results__item a:hover {
  color: #000;
  background-color: rgba(209, 156, 52, 0.1);
}

body.archive .grating-index .search-results__item a:hover img,
body.page-id-150 .grating-index .search-results__item a:hover img {
  opacity: 1;
}

body.archive .grating-index .search-results__item .product__img,
body.page-id-150 .grating-index .search-results__item .product__img {
  width: 150px;
  margin-right: 20px;
}

body.archive .grating-index .search-results__item .product__img__inner,
body.page-id-150 .grating-index .search-results__item .product__img__inner {
  position: relative;
  padding-top: 75%;
}

body.archive .grating-index .search-results__item .product__img__inner img,
body.page-id-150 .grating-index .search-results__item .product__img__inner img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #efefef;
}

body.archive .grating-index .search-results__item .product__info,
body.page-id-150 .grating-index .search-results__item .product__info {
  width: calc(100% - 170px);
  /* カテゴリ名 */
}

body.archive .grating-index .search-results__item .product__info__category,
body.page-id-150 .grating-index .search-results__item .product__info__category {
  font-size: 14px;
  line-height: 1.0;
  padding: 5px 20px;
  border-radius: 12.5px;
  background: #d19c34;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

body.archive .grating-index .search-results__item .product__info__namebox span,
body.page-id-150 .grating-index .search-results__item .product__info__namebox span {
  display: inline-block;
}

body.archive .grating-index .search-results__item .product__info__namebox span.product__info__subcategory,
body.page-id-150 .grating-index .search-results__item .product__info__namebox span.product__info__subcategory {
  margin-right: 5px;
}

body.archive .grating-index .search-results .no-results,
body.page-id-150 .grating-index .search-results .no-results {
  color: #666;
  font-size: 14px;
  padding: 16px 0;
}

body.archive .grating-index .search-results .search-result-block,
body.page-id-150 .grating-index .search-results .search-result-block {
  margin-bottom: 40px;
}

body.archive .grating-index .search-results .search-result-empty,
body.page-id-150 .grating-index .search-results .search-result-empty {
  color: #666;
  margin-top: 16px;
}

body.archive .grating-index .grating-section,
body.page-id-150 .grating-index .grating-section {
  margin-bottom: 48px;
}

body.archive .grating-index .grating-section:first-of-type,
body.page-id-150 .grating-index .grating-section:first-of-type {
  margin-top: 50px;
}

body.archive .grating-index .grating-section p,
body.page-id-150 .grating-index .grating-section p {
  margin: 0;
}

body.archive .grating-index .grating-section__title,
body.page-id-150 .grating-index .grating-section__title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #d19c34;
}

body.archive .grating-index .grating-section__subtitle,
body.page-id-150 .grating-index .grating-section__subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}

body.archive .grating-index .grating-section__lead,
body.page-id-150 .grating-index .grating-section__lead {
  line-height: 1.8;
  color: #333;
  margin-bottom: 32px;
}

body.archive .grating-index .grating-section__image,
body.page-id-150 .grating-index .grating-section__image {
  margin-bottom: 32px;
  text-align: center;
  margin-top: 30px;
}

body.archive .grating-index .grating-section__image img,
body.page-id-150 .grating-index .grating-section__image img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 640px) {
  body.archive .grating-index .grating-section__image img,
  body.page-id-150 .grating-index .grating-section__image img {
    width: 100%;
  }
}

body.archive .grating-index .grating-section .grating-product-group,
body.page-id-150 .grating-index .grating-section .grating-product-group {
  margin-bottom: 48px;
}

body.archive .grating-index .grating-section .grating-product-group__title,
body.page-id-150 .grating-index .grating-section .grating-product-group__title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 2px solid #d19c34;
  margin-bottom: 16px;
}

body.archive .grating-index .grating-section .grating-product-list,
body.page-id-150 .grating-index .grating-section .grating-product-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 1250px) {
  body.archive .grating-index .grating-section .grating-product-list,
  body.page-id-150 .grating-index .grating-section .grating-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1250px) {
  body.archive .grating-index .grating-section .grating-product-list,
  body.page-id-150 .grating-index .grating-section .grating-product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}

body.archive .grating-index .grating-section .grating-product-list__item a,
body.page-id-150 .grating-index .grating-section .grating-product-list__item a {
  display: block;
  text-decoration: none;
  color: #333;
}

body.archive .grating-index .grating-section .grating-product-list__item a:hover,
body.page-id-150 .grating-index .grating-section .grating-product-list__item a:hover {
  color: #d19c34;
  text-decoration: none;
}

body.archive .grating-index .grating-section .grating-product-list__name,
body.page-id-150 .grating-index .grating-section .grating-product-list__name {
  font-size: 15px;
  font-weight: 500;
  display: block;
  text-align: left;
  position: relative;
}

body.archive .grating-index .grating-section .grating-product-list__name::before,
body.page-id-150 .grating-index .grating-section .grating-product-list__name::before {
  content: '●';
  display: inline-block;
  color: #666;
  margin-right: 5px;
  font-size: 13px;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table {
  width: 1000px;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 700px;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table th, body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table td,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table th,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table td {
  line-height: 1.3;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table thead th,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table thead th {
  background-color: #01913a;
  color: #fff;
  padding: 8px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #333;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody tr,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody tr {
  border-bottom: 1px solid #333;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td {
  padding: 12px;
  text-align: center;
  border: 1px solid #333;
  vertical-align: middle;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td img,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td img {
  width: 150px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td img.mr,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table tbody td img.mr {
  margin-right: 15%;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table__row-header,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap .grating-parts-table__row-header {
  background-color: #01913a;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 8px 8px;
  white-space: nowrap;
  border: 1px solid #333;
  writing-mode: vertical-rl;
  width: 40px;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table thead tr th:first-child,
body.archive .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table tbody tr th,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table thead tr th:first-child,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table tbody tr th {
  position: relative;
}

body.archive .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table thead tr th:first-child:after,
body.archive .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table tbody tr th:after,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table thead tr th:first-child:after,
body.page-id-150 .grating-index .grating-section .grating-parts-table-wrap.is-scrolled .grating-parts-table tbody tr th:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
}

body.archive .grating-index .grating-section .grating-table-note,
body.page-id-150 .grating-index .grating-section .grating-table-note {
  font-size: 16px;
  font-weight: 500;
}

body.archive .grating-index .grating-section .grating-table-note--mt,
body.page-id-150 .grating-index .grating-section .grating-table-note--mt {
  margin-top: 30px;
}

body.archive .grating-index .grating-section .grating-size-table-wrap,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
  margin-top: 15px;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table {
  border-collapse: collapse;
  font-size: 12px;
  white-space: nowrap;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table th, body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table td,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table th,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table td {
  line-height: 1.3;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr:nth-child(even),
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr:nth-child(even) {
  background-color: #d4ecea;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr td,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr td {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  font-weight: bold;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr td:first-child,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table tbody tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  background-color: #01913a;
  color: #fff;
  padding: 6px 12px;
  position: sticky;
  left: 0;
  z-index: 1;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table__header-row td:first-child,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table__header-row td:first-child {
  background-color: #01913a;
  color: #fff;
}

body.archive .grating-index .grating-section .grating-size-table-wrap .grating-size-table__unit,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap .grating-size-table__unit {
  background-color: #efefef !important;
  font-weight: bold;
}

body.archive .grating-index .grating-section .grating-size-table-wrap.is-scrolled .grating-size-table tbody tr td:first-child,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap.is-scrolled .grating-size-table tbody tr td:first-child {
  position: relative;
}

body.archive .grating-index .grating-section .grating-size-table-wrap.is-scrolled .grating-size-table tbody tr td:first-child:after,
body.page-id-150 .grating-index .grating-section .grating-size-table-wrap.is-scrolled .grating-size-table tbody tr td:first-child:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
}

body.archive .grating-index .kajyu,
body.page-id-150 .grating-index .kajyu {
  margin-top: 80px;
}

body.archive .grating-index .kajyu img,
body.page-id-150 .grating-index .kajyu img {
  max-width: 800px;
}

body.archive .grating-quote-form-link,
body.page-id-150 .grating-quote-form-link {
  margin: 100px auto 50px;
  max-width: 800px;
}

@media (max-width: 640px) {
  body.archive .grating-quote-form-link,
  body.page-id-150 .grating-quote-form-link {
    margin: 50px auto 0;
  }
}

body.archive .grating-quote-form-link a,
body.page-id-150 .grating-quote-form-link a {
  display: block;
  background: #d19c34;
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px;
}

body.archive .grating-quote-form-link a span,
body.page-id-150 .grating-quote-form-link a span {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}

body.archive .grating-quote-form-link a span i,
body.page-id-150 .grating-quote-form-link a span i {
  display: inline-block;
  margin-right: 5px;
  font-size: 26px;
}

body.archive .grating-quote-form-link a:hover,
body.page-id-150 .grating-quote-form-link a:hover {
  background-color: rgba(209, 156, 52, 0.85);
}

@media (max-width: 767px) {
  body.archive .grating-quote-form-link a span,
  body.page-id-150 .grating-quote-form-link a span {
    font-size: 20px;
  }
  body.archive .grating-quote-form-link a span i,
  body.page-id-150 .grating-quote-form-link a span i {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  body.archive .grating-quote-form-link a br,
  body.page-id-150 .grating-quote-form-link a br {
    display: inline-block !important;
  }
}
