/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./common-ui/src/components/PageComponent/BasePageContainer/index.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 600px) {
   .BasePageContainer_PageContainer__PAmYR {
    margin-left: 0;
    margin-right: 0;
   } 
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./common-ui/src/components/PageComponent/BasePageWrapper/index.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.BasePageWrapper_ContentWrapper__RiB_J {
  width: 100%;
  margin: 0 0 32px;
  box-sizing: border-box;
}

.BasePageWrapper_Section__GMNmW {
  margin-bottom: 16px;
}

.BasePageWrapper_Title__t_3Tm {
  font-size: 24px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

@media (max-width:600px) {
  .BasePageWrapper_Title__t_3Tm {
    font-size: 16px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/notification/components/NotificationList/index.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.MuiChip-root.NotificationList_CategoryChip__JDcdQ {
  width: 100%;
  border: 2px solid #666;
  color: #666;
  border: none;
  color: #fff;
}

.MuiChip-root.NotificationList_CategoryChipOther___vnFf {
  border: 2px solid var(--color-base);
  color: var(--color-base);
}

.NotificationList_CategoryChipBox__0IY_n {
  max-width: 120px;
  min-width: 120px;
}

ul.NotificationList_ListWrapper__T0sxk {
  list-style: none;
  margin: 0;
  padding: 0;
}

li.NotificationList_DataRow__RwA4g {
  display: flex;
  align-items: stretch;
  gap: 12px;

  border-bottom: 1px solid #e5e7eb;
}

.NotificationList_LeftInfo__51yEW {
  display: flex;
  align-items: center;
  gap: 1em;
  flex: 0 0 auto;
  min-width: 0;
  padding: 12px 0;
}

.NotificationList_DateText__cel8R {
  margin: 0;
  white-space: nowrap;
}

/* 追加：右（タイトル〜アイコンまで）を余白含めてクリック可能にする */
.NotificationList_RightClickable__TG8fc {
  flex: 1 1 auto;   /* 残り領域全部 */
  min-width: 0;     /* 省略表示に必須 */

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
}

.NotificationList_RightClickable__TG8fc:hover {
  cursor: pointer;
}

.NotificationList_Cell__8luzy {
  white-space: nowrap;
}

.NotificationList_TitleCell__PP0uS {
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;

  display: block;

  -webkit-box-orient: unset;
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

@media (max-width: 1024px) {
  .NotificationList_CategoryChipBox__0IY_n {
    max-width: 110px;
    min-width: 110px;
  }
}

@media (max-width: 600px) {
  li.NotificationList_DataRow__RwA4g {
    display: block;
    padding: 0 0 6px;
  }
  .NotificationList_PublishYearCategoryCell__9LNYM {
    margin: 0 0 0.5em;
  }

  .NotificationList_TitleCell__PP0uS {
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    line-clamp: unset;
  }
}

.NotificationList_TransitionIconCell__H_u3m {
  margin-left: auto;
}

.NotificationList_RightIcon__3yO7W {
  margin-left: auto;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/notification/components/SearchForm/CategoryChip/index.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
.CategoryChip_CategoryChipBox__4GGUN {
  max-width: 120px;
  min-width: 120px;
}

.MuiChip-root.CategoryChip_CategoryChipSelectItem__HXglS {
  width: 100%;
  border: 2px solid #666;
  color: #666;
}

.MuiChip-root.CategoryChip_CategoryChipSelectItem--selected__Z5kxa {
  border: none;
  color: #fff;
}

.MuiChip-root.CategoryChip_CategoryChipSelectItemOther--selected__w6A_Z {
  border: 2px solid var(--color-base);
  color: var(--color-base);
}

@media (max-width: 1024px) {
  .CategoryChip_CategoryChipBox__4GGUN {
    max-width: 110px;
    min-width: 110px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/notification/components/SearchForm/SearchFormSelectChipRow/index.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SearchFormSelectChipRow_SearchFormSelectChipRow__PhIVR{
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 6px;
}

.SearchFormSelectChipRow_SearchFormSelectChipRowLabel__FxFUr {
  flex: 0 0 auto;
  width: 8ch;
  margin: 0;
  white-space: nowrap;
}

.MuiFormControlLabel-root.SearchFormSelectChipRow_FormControlLabel__Go8XT {
  margin-left: 0;
  margin-right: 0;
}

.SearchFormSelectChipRow_ChipGrid__ctIuu {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-auto-rows: minmax(0, auto);
    grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1023px) {
  .SearchFormSelectChipRow_ChipGrid__ctIuu {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 600px) {
  .SearchFormSelectChipRow_ChipGrid__ctIuu {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/notification/components/SearchForm/index.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.SearchForm_PCOnly__rIh8y { display: block; }
.SearchForm_SPOnly__TVq9X { display: none; }

@media (max-width: 600px) {
  .SearchForm_PCOnly__rIh8y { display: none; }
  .SearchForm_SPOnly__TVq9X { display: block; }
}

