#container {
  background-color: #fff;
}

a:hover,
button:hover {
  opacity: 0.7;
}


/* --------------------------
レイアウト
-------------------------- */

#contents {
  margin-bottom: 48px;
}


@media (min-width: 769px) {
  #contents {
      max-width: 640px;
      margin: 0 auto 80px auto;
  }
}



/* --------------------------
ヘッダー
-------------------------- */
.pageTopContent {
  border-bottom: 1px solid #EEEEEA;
  height: 60px;

}
.headerContent {
  max-width: 100%;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  box-sizing: border-box;
}

.headerContent a {
  display: inline-block;
  line-height: 0;
}

.headerContent svg {
  width: 180px;
  height: 20px
}

@media (min-width: 769px) {
  .pageTopContent {
    height: 84px;
  }
  .headerContent {
    max-width: 640px;
    height: 84px;
    margin: 0 auto;
    padding: 22px 0;
  }
  .headerContent svg {
    width: 327px;
    height: 36px;
  }
}


/* --------------------------
タイトル
-------------------------- */
.pageTitle {
  margin: 24px 16px 32px;
  line-height: 1.5;
}

.pageTitleLink {
  color: #383838 !important; 
}
.subTitle {
  margin: 32px 16px 16px 16px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .pageTitle {
      margin: 40px 0 32px;
  }
  .subTitle {
    margin: 32px 0 16px;
  }
}

.searchTitle {
  display: flex;
  align-items: center;
  gap: 16px;
}
.searchCount {
  font-size: 14px;
  font-weight: normal;
}

h1 {
  font-size: 24px;  
}

h2 {
  font-size: 18px;
  color: #383838;
}

/* --------------------------
汎用リストセクション
-------------------------- */

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

.listSectionItem:first-child {
  border-top: 1px solid #EEEEEA;
}

.listSectionItem {
  border-bottom: 1px solid #EEEEEA;
}
.listSectionLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  padding: 16px
  
}

.listSectionLinkContent {
  display: flex;
  align-items: center;
}

/* ↓ 汎用リストセクション で使用*/

.entryInfo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.entryDate {
  color: #807B77;
  font-size: 12px;
  line-height: 1.5;
}


.categoryLabel {
  color: #807B77 !important;
  font-size: 10px;
  padding: 2px 4px;
  box-sizing: border-box;
  border: 1px solid #E0E0DC;
  border-radius: 4px;
  height: 16px;
  line-height: 1;
}

.entryTitle {
  margin-top: 8px;
  color: #383838;
  line-height: 1.5;
}
.viewAll {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 13px;
  padding: 16px 16px 0;

}

.viewAllLink {
  color: #1D90B3!important;
  line-height: 1.5;
}


@media (min-width: 769px) {
.viewAll {
    padding: 24px 16px 0;
  }
}

.listSectionLink .label {
  color: #383838;
  line-height: 1.5;
}
.listSectionLink .count {
  color: #807B77;
  font-size: 12px;
  line-height: 1.8;
}



/* --------------------------
検索
-------------------------- */

.searchBar {
  position: relative;
  max-width: 480px;
  padding: 0 16px;
}

@media (min-width: 769px) {
.searchBar {
  padding: 0;
  }
}

.stIconMd-search {
  box-shadow: none !important;
}

.modInputText01 [type=text] {
  height: 40px;
  border: 1px solid #CBC8C4;
  border-radius: 4px;
  padding: 8px 36px;
  font-size: 16px;
}

.modInputText01 [type=text]:focus,
.modInputText01 [type=text]:focus-visible  {
  outline: none;
  border: 1px solid #FF5F22;
  border-radius: 4px;
}

.modInputText01 [type=text]::placeholder {
  color: #B4B1AB;
  font-size: 16px;
}


.modInputText01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8002 15.7396L13.5617 12.5011C16.1489 9.34839 15.8074 4.72024 12.7855 1.98138C9.76353 -0.757485 5.1242 -0.643565 2.24031 2.24031C-0.643565 5.1242 -0.757485 9.76353 1.98138 12.7855C4.72024 15.8074 9.34839 16.1489 12.5011 13.5617L15.7396 16.8002C16.0328 17.0912 16.5062 17.0904 16.7983 16.7983C17.0904 16.5062 17.0912 16.0328 16.8002 15.7396ZM7.65859 13.7977C4.26822 13.7976 1.51986 11.0491 1.51991 7.65875C1.51995 4.26838 4.26838 1.51995 7.65875 1.51991C11.0491 1.51986 13.7976 4.26822 13.7977 7.65859C13.794 11.0476 11.0476 13.794 7.65859 13.7977Z" fill="%23B4B1AB"/></svg>') no-repeat center;
  background-size: contain;
  z-index: 1;
  pointer-events: none; /* ボタン操作に影響させない */
}

[type="submit"].faq-search-submit {
  background-color: #FF5F22;
  text-indent: 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  width: 55px;
  height: 40px;
  display: block;
  top: 0;
  margin: 0;
  left: auto;
  right: 0;
  text-align: center;
  line-height: 1.5; 
  border-radius: 0 4px 4px 0;
  padding: 0;
}
[type="submit"].faq-search-submit:hover {
  opacity: 0.7;
}

.deleteTextBtn {
  position: absolute;
  right: 67px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  line-height: 0;
  cursor: pointer;
  display: none;
}

.noKeywordAlert {
  position: absolute;
  bottom: -50px;
  left: 0;

  display: none;

  padding: 12px;
  font-size: 12px;
  color: #fff;
  background-color: #807B77;
  border-radius: 4px;
}

/* 吹き出しの三角 */
.noKeywordAlert::before {
  position: absolute;
  top: -6px;
  left: 20px;

  width: 12px;
  height: 12px;

  background-color: #807B77;
  transform: rotate(45deg);

  content: '';
}

/* 表示時のアニメ */
.noKeywordAlert.show {
  display: inline-block;
  animation: appear .2s ease;
}

@keyframes appear {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* --------------------------
ページ下コンテンツ
-------------------------- */

.bottomContentArea {
  margin-top: 40px;
}


/* --------------------------
検索結果
-------------------------- */

.NoSearchResultsArea {
  border-bottom: 1px solid #E0E0DC;
}

.NoSearchResultsArea .subTitle {
  margin-bottom: 20px;
}

.NoSearchResultsArea h2 {
  font-size: 16px;
}

.NoSearchResultsText {
margin: 0 16px 40px 16px;
}

@media (min-width: 769px) {
  .NoSearchResultsText {
  margin: 0 0 40px;
}
}

/* --------------------------
ページャ
-------------------------- */

/* ========== SP ページャ ========== */
.spPaging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  color: #807B77; /* $subText */
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  background-color: #FAF9F7; /* $bgLight */
  border-bottom: 1px solid #E0E0DC; /* $borderDark */
}

.spPagingIconWrap {
  width: 64px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spPagingLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  color: #807B77!important; /* $subText */
}

.spPagingLink:hover {
  opacity: 0.8;
}

.spPagingIcon {
  width: 22px;
  height: 22px;
  display: block;
  color: currentColor;
}

.spPagingText {
  flex: 1;
  text-align: center;
}

/* ========== PC ページャ ========== */
.pcPaging {
  width: 100%;
  text-align: center;
  margin-top: 24px
}

.pcPagingList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.pcPagingItem {
  min-width: 36px;
  height: 36px;
}

.pcPagingItemFirst {
  width: 60px;
  margin-right: 12px;
}

.pcPagingItemLast {
  width: 60px;
  margin-left: 12px;
}

.pcPagingLink,
.pcPagingLinkSelected,
.pcPagingLinkDisabled {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #383838 !important;
  line-height: 36px;
  text-decoration: none;
  border: 1px solid #CBC8C4;
  border-radius: 8px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.pcPagingLink:hover {
  opacity: 0.7;
}

.pcPagingLinkSelected {
  color: #FFFFFF !important;
  background-color: #807B77;
  border: 1px solid #807B77;
  cursor: default;
  pointer-events: none;
}

.pcPagingLinkDisabled {
  background-color: #F6F5F4;
  border: 1px solid #F6F5F4;
  cursor: default;
}

.pcPagingLinkDisabled svg {
  color: #B4B1AB;
}
/* ========== 表示切り替え ========== */
@media (min-width: 769px) {
  .spPaging {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcPaging {
    display: none;
  }
}


/* --------------------------
フッター
-------------------------- */

.modPagetop01 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  background-color: #F6F5F4;
  border-bottom: 1px solid #E0E0DC;
}

.modPagetop01Inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modPagetop01 a {
  color: #383838 !important; 
  font-weight: normal;
  padding: 0 0 0 4px;
}

.footerContent {
  padding: 32px 16px;
}

@media (min-width: 769px) {
  .footerContent {
      max-width: 640px;
      margin: 0 auto;
      padding: 32px 0;
  }
}

.shopArea {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EEEEEA;
}

.shopArea svg {
  margin-right: 4px;
}

.infoList {
  margin-top: 16px;
  display:flex;
  flex-flow: column;
}

.infoItem + .infoItem {
  margin-top: 13px;
}

.shopArea, 
.infoItem {
  display: flex;
  align-items: center;
}

.shopArea a, 
.infoItem a {
  color: #383838 !important; 
  font-size: 14px;
}
.infoItem svg {
  margin-right: 8px;
}

@media (min-width: 769px) {
  .infoList {
      flex-flow: row;
  }
  .infoItem + .infoItem {
      margin-top: 0;
      margin-left: 32px;
  }
}

/* --------------------------
ぱんくずリスト
-------------------------- */

.breadcrumbList {
  margin: 40px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}

@media (min-width: 769px) {
.breadcrumbList {
  margin: 40px 0 0;
}
}

.breadcrumbList li {
  display: flex;
  align-items: center;
  color: #383838;
  white-space: nowrap; 
  line-height: 1.8;
}

.breadcrumbList li::after {
  content: ">";
  margin: 0 12px;
  white-space: nowrap;
}

.breadcrumbList li:last-child::after {
  content: none;
}

.breadcrumbList a {
  color: #383838 !important;
  text-decoration: underline !important;
}


/* --------------------------
検索ページとカテゴリTOPの切り替え
-------------------------- */


/* デフォルトは全非表示 */
.searchView,
.categoryView {
  display: none;
}

/* 検索モード */
.is-searchStyle .searchView {
  display: block;
}

/* カテゴリモード */
.is-categoryStyle .categoryView {
  display: block;
}

/* ========== 表示切り替え ========== */
@media (min-width: 769px) {
  .spStyle {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcStyle {
    display: none;
  }
}

