﻿@charset "UTF-8";

/* GN::2512　内部施策 */
/* 施策23 */
.sort-product {
   overflow-x: auto;
  max-width: 100%;
}
.comparison.contents-box-title {
  margin-top: 30px;
}
.sort-product .table-basic {
  margin: 10px 0 30px;
  border-left: none;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1200px;
}
.sort-product .table-basic th,
.sort-product .table-basic td{
  min-width: 200px;
  padding: 15px;
}
.sort-product .comparison-table_wrapper {
  box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.sort-product .table-basic th:first-child,
.sort-product .table-basic td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  border-left: #CCC 1px solid;
  z-index: 2;
  min-width: 125px;
}
.sort-product .table-basic .product_info {
    color: #3173a4;
    text-align: left;
}
.product_button {
  margin-top: auto;
}
.sort-product .table-basic .product_button_font {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  border: 2px solid #ffa23f;
  background: #fff;
  color: #ffa23f;
  margin: auto auto 0;
  font-size: 15px;
  font-weight: 500;
}
.sort-product .table-basic .product_button_font:hover {
  background: #ffa23f;
  color: #fff;
}

/* 施策30 CTAの追加 */
.l-grid04>.l-grid__item {
  width: calc((100% - (20px * 3)) / 3);
  margin: 0 10px 20px!important;
}
.woocommerce-LoopProduct-link {
  padding-bottom: 0 ;
  display: flex;
  flex-direction: column;
}
.woocommerce-LoopProduct-link:after {
  content: none;
}
.woocommerce-LoopProduct-link:hover {
  color: #333;
}
.woocommerce-LoopProduct-link:hover:after {
  content: none;
}
.products .product_info {
  margin: 0 10px;
  padding-bottom: 20px;
  height: 100%;
    display: flex;
    flex-direction: column;
}
.products .product-title {
  margin: 10px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.products .product-summary {
  margin: 5px 0;
}
.products .product-summary__label {
  width: auto;
}
.products .product-feature {
  font-size: 13px;
}
.products .product-link-btn {
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  border: 2px solid #ffa23f;
  background: #fff;
  color: #ffa23f;
  margin: 0 auto 15px;
  font-size: 15px;
  font-weight: 500;
}
.products .product-link-btn:hover {
  background: #ffa23f;
  color: #fff;
}
.products .product-link {
  margin-top: auto;
}
.products .product-link .cart {
  text-align: center;
}
.products .product-link .single_add_to_cart_button {
  max-width: 90%;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product-link button.single_add_to_cart_button span {
  position: relative;
}
.products .product-link button.single_add_to_cart_button.button.alt {
  padding: 10px!important;
}
.products .product-link button.single_add_to_cart_button:before {
    content: none;
}
.products .product-link button.single_add_to_cart_button span:before {
    content: '\f07a';
    position: absolute;
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .products .product {
        width: calc((100% - 10px) / 1) !important;
        margin: 0 0 20px!important;
    }
    .sort-product .table-basic th:first-child,
  .sort-product .table-basic td:first-child {
    min-width: 90px;
  }
  }

/* 施策32,33 */
/* archive */
.order__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-bottom: 50px;
}
.order__nav-item a{
  text-decoration: none;
  padding: 5px 25px 5px 10px;
  background: #f5f9fe;
  display: flex;
  align-items: center;
  position: relative;
}
.order__nav-item a:after {
  display: block;
    content: '';
    width: 12px;
    height: 8px;
    background: url(../img/arrow02_orange.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
}
.order-box {
  margin-bottom: 60px;
}
.contents-box__list {
  background: #eaeaea;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
      gap: 15px 30px;
}

/* single */
.maker-products__item {
  margin-bottom: 60px;
}
#product-maker .contents-box-title {
  font-size: 24px;
} 
.maker-products__title {
  width: 100%;
  background: #164a96;
  color: #fff;
  padding: 10px 30px;
  margin: 0 0 30px;
  font-size: 22px;
}
.maker-products__itemFlex {
  display: flex;
}
.maker-products__img {
  text-align: center;
  max-width: 360px;
  width: 100%;
}
.maker-products__info {
  max-width: 540px;
  margin-left: 30px;
}
.maker-products__link {
  max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #ffa23f;
    background: #fff;
    color: #ffa23f;
    margin: 20px auto 15px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.maker-products__link:hover {
  background: #ffa23f;
    color: #fff;
}
.maker-products__link.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .maker-products__link.sp {
  display: block;
  }
  .maker-products__link.pc {
    display: none;
  }
  .maker-products__itemFlex {
    flex-direction: column;
  }
  .maker-products__img {
  max-width: unset;
}
.maker-products__info {
  max-width: unset;
  margin-left: 0;
  margin-top: 20px;
}
  }

/* 施策34 */
.purpose-list__item {
  margin-bottom: 60px;
}
.purpose-list__title {
  display: flex;
  margin-bottom: 20px;
}
.purpose-list__titleText{
  flex: 1.5;
  box-sizing: border-box;
  width: auto;
  background: #164a96;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 0;
}
.purpose-list__titleThumb{
  flex: 1;
  box-sizing: border-box;
}
.purpose-list__titleThumb img{
  height: 100%;
}
.purpose-list__item .contents-box-title {
  padding: 3px 0 3px 10px;
  border-left: #ffa23f solid 4px;
  font-weight: bold;
}
.purpose-list__relatedBox {
  padding-top: 30px;
}
.purpose-list__relatedList {
  display: flex;
  gap: 15px
}
.purpose-list__relatedItem {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
.purpose-list__relatedTitle {
  font-size: 16px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.purpose-list__relatedProduct {
  border: 1px solid #ccc;
}
.purpose-list__relatedProduct a {
  position: relative;
}
.purpose-list__relatedProduct a:hover {
  color: #ffa23f;
}
.purpose-list__relatedProduct a:hover::after {
  content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    right: 0;
    bottom: 0;
    /* transform: translateX(25px); */
    border-width: 0 0 25px 25px;
    border-color: transparent transparent #ff7900 transparent;
    transition: all 50ms ease-in-out 0s;
    -webkit-transition: all 50ms ease-in-out 0s;
}
.purpose-list__relatedProduct__info {
  padding: 10px 15px;
}
.purpose-list__relatedProduct__info .product-title {
  font-size: 14px;
}
.purpose-list__relatedProduct__info .product-summary {
  display: flex;
  font-size: 14px;
}
.purpose-list__relatedProduct__info  .product-summary__content {
  margin: 0;
}
.purpose-list__relatedLinkBox {
  margin-top: auto;
}
.purpose-list__relatedLink {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #ffa23f;
    background: #fff;
    color: #ffa23f;
    margin: 20px auto 15px;
    font-size: 15px;
    font-weight: 500;
}
.purpose-list__relatedLink:hover {
  background: #ffa23f;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .purpose-list__relatedList {
      flex-wrap: wrap;
    }
    .purpose-list__relatedItem {
      width: calc(100% / 2 - 8px);
    }
    .purpose-list__relatedProduct {
      max-width: 300px;
      margin: 0 auto;
    }
}
@media screen and (max-width: 576px) {
  .purpose-list__relatedItem {
      width: 100%;
    }
}

/* 導線設定 */
.gnavi-main__item.comparison  .gnavi-sub-wrapper {
  padding-top: 30px;
}

.pickup-product {
  width: 550px !important;
}
.l-grid04>.l-grid__item.search-rental {
  background: #f8f8f8;
  width: calc((100% - (50px * 5 )) / 2) ;
}
.search-rental__item {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.search-rental__item.porpose {
  color: #164a96;
    border: 2px solid #164a96;
}
.search-rental__item.maker {
  color: #ff9320;
    border: 2px solid #ff9320;
}
.search-rental__item.porpose:hover {
  color: #fff;
    background: #164a96;
}
.search-rental__item.maker:hover {
 color: #fff;
    background: #ff9320;
}
.search-rental__list li {
  margin-bottom: 20px;
}
.search-rental__list li:last-child {
  margin-bottom: 0;
}