/* 検索ボタン */
#fs_p_openSearchButton {
  text-align: center;
}
#fs_p_openSearchButton .fs-c-button--primary {
    background: var(--GRAY_6);
    border-color: var(--GRAY_6);
    color: #fff;
}

#fs-m-modal-ctrlSearchBox:checked + .fs-p-productSearchBox {
  transform: translateX(0);
}

@media screen and (min-width:768px) {
  .fs-l-pageMain {
    display: -ms-grid;
    display: grid;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto auto;
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    align-items: start;
    column-gap: 1%;
  }

  .fs-p-productSearchBox {
    -ms-grid-row: 1/3;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
    padding-top: 86px;
    transform: inherit;
    position: relative;
    box-shadow: none;
  }

  .fs-p-searchBox__close {
    display: none;
  }

  .fs-p-productSearchBox_h2 {
    font-weight: inherit;
  }

  .fs-c-heading--page {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    margin-bottom: inherit;
  }

  .fs-c-productList {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .fs-p-productSearch__field {
    display: block;
  }

  .fs-p-productSearchBox .fs-c-inputTable>tbody>tr {
    flex-direction: column;
  }

  .fs-c-inputTable__dataCell {
    width: 100%;
  }
}

/* フッター */
/* ページトップボタン場所調整 */
/* .fs-p-footerPageTop {
  bottom: 120px;
} */

@media screen and (min-width: 768px) {

  #fs_p_openSearchButton {
    display: none;
  }

  .fs-c-radioGroup .fs-c-radio:not(:last-child),
  .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
    margin-right: 10px;
  }
}
