@charset "utf-8";

/*----------------------
共通CSS変更
-----------------------*/

.isBold {
  font-weight: bold;
}

.myWrapper {
  padding-bottom: 80px !important;
}

input[type="text"] {
  font-size: .75rem;
}

.frameRow .frameRowItems .frameRowItem {
  margin: 0 10px 0 0;
}


/*----------------------
車輌検索部
-----------------------*/

.frameBodyWrapper .frameBody {
  position: relative;
}

.frameBody.vehicle,
.frameBody.makerMulti {
  font-size: .75rem;
}

.frameBodyWrapper .frameBody .searchFldSitei {
  width: 80px;
}

.frameBodyWrapper .frameBody .searchFldRui {
  width: 80px
}

.frameBodyWrapper .frameBody .separate {
  padding: 0 .5rem;
}

.frameBody.categoryFrame {
  padding: 20px;
}

.searchKataNamePlate {
  width: 175px;
}

.makerAreaSingle {
  margin: 10px 0;
  padding: 5px 12px;
  width: auto;
  height: 100%;
  font-size: 1rem;
  background-color: #EEEEFF;
}

.makerAreaSingleItem {
  display: flex;
  align-items: center;
}

/* #34279 車輌から探すの部品検索結果画面のレイアウト調整 ここから */
.partsSearchCondition .frameHeader{
  display: flex;
}

.sortTypeLabel{
  margin-left: auto;
}
/* #34279 車輌から探すの部品検索結果画面のレイアウト調整 ここまで */

.makerName {
  font-weight: bold;
}

.fixedWrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 0.75rem;
  background-color: rgba(250, 250, 250, 0.87);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border: none;
  z-index: 200;
}

.fixedSearchButtonWrapper {
  display: flex;
  align-items: center;
}

.fixedSearchButtonWrapper .fixedSearchButton {
  width: 200px;
  margin: 0px;
  margin-left: 2.75rem;
  border-radius: 25px;
  letter-spacing: 0.25rem;
  font-size: 0.75rem;
}

.searchButton {
  right: 20px;
  bottom: 20px;
}

.searchVehicle:focus {
  border: 2px solid #333333;
}

.searchVehicle {
  min-width: 130px;
}

.searchSaleDate {
  width: 100px;
}

.frameRow .frameRowItems .attention {
  margin: 0 0 0 94px;
}

.frameRow .frameRowItems .frameRowItem.vehicleMaker {
  margin: 0 25px 0 0;
}


/*----------------------
テーブル
----------------------*/

.kurumaList {
  max-height: 350px;
  overflow: auto;
}

.tableBlock {
  display: table;
  width: 100%;
  max-height: 500px;
  overflow: auto;
}

.compatibleTable {
  display: table-row-group;
  overflow-x: auto;
}

.compatibleTable th {
  background: #6565D9;
  padding: 15px .5rem;
  color: white;
}

.compatibleTable th:not(:last-child) {
  border-right: 1px solid white;
}

.tableHeader {
  display: table-header-group;
}

.tableRow {
  display: table-row;
}

.headerTableCell {
  display: table-cell;
  padding: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #DDDDFF;
  color: black;
  font-weight: bold;
  letter-spacing: 2px;
  background: #DDDDFF;
  z-index: 1;
}

.tableBody {
  display: table-row-group;
}

.tableTr {
  display: table-row;
}

.tableTr:nth-child(2n) {
  background: #F6F6FF;
}

.tableCell {
  padding: 10px .5rem;
  display: table-cell;
  white-space: nowrap;
  border-top: 1px solid #707070;
}

.tableCell:not(:last-child) {
  border-right: 1px solid #DADADA;
}
/*#32829 レイアウト調整 ここから*/
/*
.makerNo {
  min-width: 60px;
}

.syamei {
  width: 100%;
  min-width: 200px;
}

.kata {
  min-width: 100px;
}

.namePlate {
  min-width: 90px;
}

.engineKata {
  min-width: 60px;
}

.haiki {
  min-width: 50px;
}

.date {
  min-width: 100px;
}

.grade {
  min-width: 185px;
}
*/
/*#32829 レイアウト調整 ここまで*/


/* #34288 車輛から探すの品目検索改修 ここから */
/*----------------------
キーワードで検索
----------------------*/
.hinmokuFrame {
  padding: 5px 20px 20px;
}
.inputHinmokuRow {
  display: flex;
}
.hinmokuDescription {
  margin-right: 20px;
  padding-top: 0.75rem;
  display: flex;
  flex-shrink: 1;
  align-items: center;
}
.inputHinmokuItems {
  margin-right: 40px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
.inputHinmokuItem {
  display: flex;
  align-items: center;
}
.inputHinmokuItems .title {
  font-size: .75rem;
  margin-right: 10px;
  /* min-width: calc(3.5em + 10px);
  max-width: calc(3.5em + 10px); */
  width: calc(3.5em + 10px);
}
.inputHinmokuItem .inputHinmei {
  width: 240px;
}
.hinmokuBlock {
  margin-top: 15px;
  overflow-y: auto;
}
.searchedHinmokuBody {
  padding: 0 40px;
  max-height: 8.5rem;
}
.searchedHinmokuItem .searchedHinmokuLabel {
  margin-right: 5px;
  display: flex;
  flex: 1 1 auto;
}
.searchedHinmokuItem .searchedHinmokuLabel:hover {
  cursor: pointer;
}
.searchedHinmokuItem .searchedHinmokuCheck {
  display: none;
}
.searchedHinmokuItem .checkboxParts {
  margin-right: 5px;
}
.hinmokuFrame .attention {
  font-size: .75rem;
  color: red;
}
.hinmokuFrame .attention2 {
  font-size: .75rem;
  color: red;
  text-align: right;
}
.inputHinmokuButtons {
  margin-top: 0.75rem;
  display: flex;
  flex: 1 1 auto;
}
.inputHinmokuButtons .roundButton {
  padding: .5rem 2rem;
}
.searchedHinmokuItem {
  margin: 0 0 10px;
  width: 25%;
  display: inline-flex;
}
/* #34288 車輛から探すの品目検索改修 ここまで */

/*----------------------
カテゴリリスト
----------------------*/

.CategoryListDescriptionWrapper {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selectPartsButton {
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  padding: .5rem 1.25rem;
  border: 0px;
  border-radius: 5px;
  letter-spacing: .5rem;
  font-size: 1rem;
  font-family: メイリオ, meiryo, arial, helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(top, #D6D6EE, #8181E0);
  background: -webkit-linear-gradient(top, #D6D6EE, #8181E0);
  background: linear-gradient(to bottom, #D6D6EE, #8181E0);
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  transition: .2s;
}

.selectPartsButton:hover {
  background: -moz-linear-gradient(top, #DEDEF4, #A2A2EA);
  background: -webkit-linear-gradient(top, #DEDEF4, #A2A2EA);
  background: linear-gradient(to bottom, #DEDEF4, #A2A2EA);
  background: linear-gradient(to bottom, white, white);
  border: solid 1px #A2A2EA;
  color: #8181E0;
}

.categoryGroupHeader {
  height: 2rem;
  display: flex;
  border-bottom: 2px solid #6565D9;
  background: #F8F8F8;
  font-weight: bold;
}

.categoryGroupHeader:hover {
  cursor: pointer;
}

.categoryGroupHeader.checked {
  background: #E1FFEC;
}

.categoryGroupHeader .parentCategoryItem {
  margin: 0 15px;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
}

.categoryGroupHeader .parentCategoryItem label {
  display: flex;
  align-items: center;
}

.categoryGroupHeader .parentCategoryItem label:hover {
  cursor: pointer;
}

.sideNaviButton {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.categoryGroupHeader.isOpen .sideNaviIcon {
  transform: rotate(180deg);
}

.sideNaviIcon {
  width: 1rem;
  height: 1rem;
}

.categoryGroupHeader .childCategoryItem .parentCategoryCheck {
  margin: 0 10px 0 0;
}

.categoryGroupBody {
  padding: 0 40px;
  margin: 10px 0;
  display: none;
}

.categoryGroupBody.isActive {
  display: block;
}

.categoryGroupBody .childCategoryItem {
  margin: 0 0 10px;
  width: 25%;
  display: inline-flex;
  align-items: center;
}

.categoryGroupBody .childCategoryItem.checked {
  background: #E1FFEC;
}

.categoryGroupBody .childCategoryItem .childCategoryCheck {
  margin: 0 10px 0 0;
}

.childCategoryItem .childCategoryName {
  padding-top: 2px;
}

.childCategoryItem .childCategoryName:hover {
  cursor: pointer;
}

.partsDetailList {
  min-width: 300px;
  font-size: .75rem;
}


/*----------------------
モーダル
----------------------*/

.modalBody {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0.75rem 1.5rem;
}

.modalBodyBlock .modalRow {
  display: flex;
  flex: 0 0 auto;
}

.modalRow .modalRowItem {
  display: flex;
  flex: 1 1 auto;
}

.modalRow + .modalRow {
  margin-top: 1rem;
}

.modalRowItem + .modalRowItem {
  flex: 0 0 50%;
  margin-left: 0.75rem;
}

.modalRowItem .title {
  flex: 0 0 auto;
  text-align: left;
  min-width: 12rem;
  font-weight: bold;
}

.modalRowItem .content {
  text-align: left;
}

@media (max-width: 959px) {
  .modalBody {
    overflow-y: auto;
  }
  .modalBodyBlock .modalRow {
    display: block;
    flex-direction: column;
    flex: 0 0 auto;
  }
  .modalRowItem+.modalRowItem {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.title.fixWidth {
  width: 85px;
  display: flex;
  justify-content: flex-end;
}


/*-----------------------------
  チェックボックス
-----------------------------*/

.vehicleCheckbox {
  display: none;
}

.parentCategoryCheck,
.childCategoryCheck {
  display: none;
}

.childCategoryLabel {
  margin: 0 5px 0 10px;
  display: flex;
}

.childCategoryLabel .checkboxParts::after {
  top: 1.5px;
}

.childCategoryLabel .checkboxParts:hover::after {
  top: 1.5px;
}

.checkboxParts::before {
  top: 0px;
}

.checkboxParts:hover::after {
  top: 1.5px;
}

.vehicleCheckbox:checked+.checkboxParts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 6px;
  width: 5px;
  height: 11px;
  transform: rotate(45deg);
  border-bottom: 2px solid #3030E9;
  border-right: 2px solid #3030E9;
  cursor: pointer;
}

.parentCategoryCheck:checked+.checkboxParts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 6px;
  width: 5px;
  height: 11px;
  transform: rotate(45deg);
  border-bottom: 2px solid #3030E9;
  border-right: 2px solid #3030E9;
  cursor: pointer;
}

.childCategoryCheck:checked+.checkboxParts::after,
.searchedHinmokuCheck:checked+.checkboxParts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5px;
  left: 6px;
  width: 5px;
  height: 11px;
  transform: rotate(45deg);
  border-bottom: 2px solid #3030E9;
  border-right: 2px solid #3030E9;
  cursor: pointer;
}
/* #34288 車輛から探すの品目検索改修 ここまで */


.checkboxParts {
  margin: 0;
  display: inline-block;
  height: 17px;
  width: 17px;
  padding: 0;
}

.parentCategoryItem .categoryName {
  padding: 2px 0 0 .5rem;
}

.tableHeader .checkboxParts:focus {
  outline: none;
}

.tableHeader .checkboxParts::after {
  top: 3.5px;
}

.checkboxInput:checked+.checkboxParts::after {
  top: 1.5px;
}

.partsSearchCcondition {
  margin-top: 10px;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: .75rem;
  text-align: left;
}

/* #34280 車輌から探すに在庫有無の検索追加 ここから */
.stockCheckboxLabel {
  min-width: 22px;
  height: 18px;
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
}

.stockCheckboxLabel .stockCheckName {
  padding: 2px 0 0 .5rem;
}

.stockCheckboxLabel:hover {
  cursor: pointer;
}
/* #34280 車輌から探すに在庫有無の検索追加 ここまで */

/*----------------------------
レスポンシブ対応(タブレット)
----------------------------*/

@media (max-width: 959px) {
  /* お知らせ一覧 */
  .firstTime {
    flex-direction: column;
  }
  .frameRow .firstTime .frameRowItem .example {
    margin: 5px 0 0 95px;
  }
}