body{
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hidden{
  display : none;
}

.pulldown{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.pulldown:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html{
  font-size: 16px;
  scrollbar-width: auto;
  scrollbar-color: rgb(209 213 219) transparent;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

::-webkit-scrollbar:horizontal{
  height: 6px;
}

::-webkit-scrollbar-thumb:horizontal{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

/* 目次 */

.list-style{
  width: 100%;
  flex-direction: row;
  text-align: center;
}

@media (min-width: 768px){
  .list-style{
    flex-direction: column;
    text-align: left;
  }
}

.list-style li a{
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.list-style li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.list-style li a > div{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  min-height: 0;
}

.list-style ul.closed{
  max-height: 0;
  opacity: 0;
  transition: all .2s ease-in;
}

.list-style ul:not(.closed){
  transition: all .5s ease-in;
  max-height: 100dvh;
  opacity: 1;
}

.list-style.cate-l1 a{
  padding-left: 8px;
}

.list-style .cate-l2 a{
  padding-left: 16px;
}

.list-style .cate-l3 a{
  padding-left: 32px;
}

.list-style .cate-l4 a{
  padding-left: 40px;
}

.list-style .cate-l5 a{
  padding-left: 48px;
}

.icon-list-style .closed{
  display : none;
}

.icon-toggle-menu .cate-l2  a{
  padding-left: 16px;
}

.icon-toggle-menu .cate-l2  a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.icon-toggle-menu .cate-l3  a{
  padding-left: 32px;
}

.icon-toggle-menu .cate-l3  a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.icon-toggle-menu .closed{
  display : none;
}

.icon-bookinfo-index{
  margin-right: 8px;
}

.menu-button{
  display: flex;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

input[type="checkbox"] + span{
  margin-left: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.modal-sm{
  width: calc(100vw - 16px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.lists-sort-select{
  display: flex;
  width: 100%;
  flex-direction: column;
}

ul.lists-sort-select li{
  display: flex;
  height: 54px;
  width: 100%;
  border-top-width: 1px;
}

ul.lists-sort-select li label{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

ul.lists-sort-select li .menu-text{
  display: flex;
  width: 100%;
}

ul.lists-sort-select li .menu-control{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
}

ul.lists-sort-select li input[type="radio"]{
  display: flex;
}

.modal-header-sm{
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.modal-header-text-sm{
  display: flex;
  width: 100%;
  justify-content: center;
  font-weight: 700;
}

.modal-header-close-sm{
  position: relative;
  display: flex;
  height: 32px;
  width: 32px;
  justify-content: center;
}

#btn-sm_menu_close{
  display : none;
}

#btn-sm_menu.selected #btn-sm_menu_close{
  display: flex;
}

#btn-sm_menu.selected #btn-sm_menu_open{
  display : none;
}

.btn-content-toggle{
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
}

/* ブック一覧の親、スクロールするエリア */

.page{
  /* ヘッダー + フッター + ページタイトル + 表示切り替え */
  /*@apply flex h-[calc(100vh-40px-55px-70px-44px)] md:h-[calc(100vh-70px-55px-70px-44px)] w-full justify-center overflow-y-scroll bg-gray-100 px-2 py-6;*/
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .page{
    height: auto;
  }
}

/* 簡易表示 */

/* [表示数に依存] */

.page-contents{
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  /* lg:grid-cols-3 xl:grid-cols-5 */
}

/* 詳細表示 */

/* [表示数に依存] */

.page.detail .page-contents{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .page.detail .page-contents{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page.detail .page-contents{
  /* lg:grid-cols-3 xl:grid-cols-5 */
}

.page.simple .page-contents{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .page.simple .page-contents{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .page.simple .page-contents{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .page.simple .page-contents{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.page.simple .page-contents{
  /* lg:grid-cols-3 xl:grid-cols-5 */
}

/* 簡易表示 */

/* [表示数に依存] */

.content.expanded .page-contents{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  .content.expanded .page-contents{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .content.expanded .page-contents{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .content.expanded .page-contents{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

/* 詳細表示 */

/* [表示数に依存] */

.content.expanded .page.detail .page-contents{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.book-category-title{
  grid-column-start: 1;
  grid-column-end: 3;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 8px;
  font-weight: 700;
}

@media (min-width: 768px){
  .book-category-title{
    grid-column-end: 5;
  }
}

@media (min-width: 1280px){
  .book-category-title{
    grid-column-end: 6;
  }
}

@media (min-width: 1536px){
  .book-category-title{
    grid-column-end: 7;
  }
}

/* [表示数に依存] */

@media (min-width: 768px){
  .content.expanded .book-category-title{
    grid-column-end: 6;
  }
}

@media (min-width: 1280px){
  .content.expanded .book-category-title{
    grid-column-end: 7;
  }
}

@media (min-width: 1536px){
  .content.expanded .book-category-title{
    grid-column-end: 8;
  }
}

.page.detail .book-category-title{
  grid-column-start: 1;
  grid-column-end: 3;
}

/* 後で削除 */

.book-thumbnail {
  counter-increment: count 1;
}

/* 後で削除 */

.book-thumbnail-dummy{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.book-thumbnail-dummy::before{
  --tw-content: counter(count);
  content: var(--tw-content);
}

.page-bottom-navi{
  position: fixed;
  right: 16px;
  bottom: calc(55px + 8px);
  border-radius: 0.125rem;
  background-color: rgb(229 231 235 / 0.75);
}

.login-content{
  position: fixed;
  top: var(--sm-nav-height);
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: calc(32px + 8px);
  padding-bottom: calc(32px + 8px);
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px){
  .login-content{
    top: 70px;
  }
}

.login-content-title{
  display: flex;
  height: 48px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.login-content-body{
  display: flex;
  width: 440px;
  flex-direction: column;
  justify-content: center;
}

.login-form{
  display: flex;
  height: 224px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  row-gap: 32px;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.login-form > div{
  display: flex;
  width: 100%;
  justify-content: center;
}

.login-form input{
  height: 32px;
  width: 80%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.login-form input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.login-form input::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}

.login-form input::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-login{
  height: 32px;
  width: 180px;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.help-contents{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.help-item-title{
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 8px;
  font-weight: 700;
}

.help-items{
  height: 100%;
  width: 100%;
  flex-direction: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}

@media (min-width: 768px){
  .help-items{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.help-item{
  display: flex;
  height: 110px;
  flex-direction: column;
}

.help-item-header{
  display: flex;
  height: 40px;
  align-items: center;
  justify-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  padding: 8px;
  font-weight: 700;
}

.help-item-body{
  display: flex;
  height: 100%;
  width: 100%;
  justify-items: center;
  padding: 8px;
}

/* booklist.css */

/*
 画像1件分
*/

.book-thumbnail{
  display: flex;
  height: 330px;
  flex-direction: column;
  align-items: center;
}

.book-thumbnail-basebox{
  position: relative;
  display: flex;
  max-height: 250px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.book-thumbnail-imagebox{
  box-sizing: border-box;
  display: flex;
  height: 220px;
  width: 154px;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/* ブックのサムネイルオーバーメニュー */

.book-thumbnail-menubox{
  position: absolute;
  top: 24px;
  height: 220px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  background-color: rgb(209 213 219 / 0.75);
  display : none;
}

.book-thumbnail-basebox:hover .book-thumbnail-menubox{
  display: flex;
}

/* ブックのサムネイルオーバーメニューボタン */

.book-thumbnail-menu{
  display: flex;
  height: 36px;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-thumbnail-menu:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.book-thumbnail-iconbox{
  display: flex;
  height: 24px;
  width: 154px;
  align-items: center;
  justify-content: flex-end;
}

.book-thumbnail-icon{
  height: -moz-fit-content;
  height: fit-content;
  width: 36px;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-thumbnail-icon[data-type="new"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-thumbnail-icon[data-type="update"]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.book-thumbnail-image{
  width: 154px;
}

.book-thumbnail-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 48x;
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.book-thumbnail-categorybox{
  display: flex;
  height: 28px;
  width: 154px;
  align-items: center;
}

.book-thumbnail-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

/* booklist.css */

/*
 画像1件分
*/

.book-thumbnail-detail{
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px){
  .book-thumbnail-detail{
    height: 320px;
  }
}

.book-thumbnail-detail-leftbox{
  position: relative;
  display: flex;
  width: 154px;
  justify-content: center;
}

@media (min-width: 768px){
  .book-thumbnail-detail-leftbox{
    flex-direction: column;
    align-items: center;
  }
}

.book-thumbnail-detail-rightbox{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

.book-thumbnail-detail-imagebox{
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 220px;
  width: 154px;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/* ブックのサムネイルオーバーメニュー */

.book-thumbnail-detail-buttonbox{
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/* ブックのサムネイルオーバーメニュー */

.book-thumbnail-detail-menubox{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  background-color: rgb(209 213 219 / 0.75);
}

.book-thumbnail-detail-imagebox .book-thumbnail-detail-menubox{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-delay: 300ms;
}

.book-thumbnail-detail-imagebox:hover .book-thumbnail-detail-menubox{
  opacity:1;
}

/* ブックのサムネイルオーバーメニューボタン */

.book-thumbnail-detail-menu{
  display: flex;
  height: 36px;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-thumbnail-detail-menu:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* ブックのサムネイルオーバーメニューボタン */

.book-thumbnail-detail-buttonbox button{
  display: flex;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.book-thumbnail-detail-iconbox{
  display: flex;
  height: 24px;
  width: 154px;
  align-items: center;
  justify-content: flex-start;
}

.book-thumbnail-detail-icon{
  height: -moz-fit-content;
  height: fit-content;
  width: 36px;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-thumbnail-detail-icon[data-type="new"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-thumbnail-detail-icon[data-type="update"]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.book-thumbnail-detail-image{
  width: 154px;
}

.book-thumbnail-detail-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 0.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.book-thumbnail-detail-categorybox{
  display: flex;
  height: 28px;
  width: 100%;
  align-items: center;
}

.book-thumbnail-detail-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-thumbnail-detail-bookinfo{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.book-thumbnail-detail-bookinfo div{
  width: 50%;
}

.book-thumbnail-detail-bookinfo div:nth-child(2){
  display: flex;
  justify-content: flex-end;
}

.book-thumbnail-detail-description{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 120px;
  border-top-width: 1px;
}

/* pagelist.css */

/*
 ページ1件分
*/

/* //TODO::ページ番号を入力した際の背景色 */
#find-item {
  background-color: #DCDCDC;
}

.page-thumbnail{
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
}

.filing-page-thumbnail{
  display: flex;
  height: 360px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 8px;
  padding-bottom: 8px;
}

.book-page-info{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.book-page-divbox{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  row-gap: 8px;
}

@media (min-width: 768px){
  .book-page-divbox{
    flex-direction: row;
  }
}

.book-page-info-menubox{
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.pageno-info{
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.icon-help-box{
  border-radius: 50%;
  /*角丸*/
  position: relative;
  display: flex;
  height: 16px;
  width: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-page-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

.page-searchbox{
  display: flex;
  justify-content: flex-end;
}

.page-searchbox .search-form{
  width: 100%;
}

@media (min-width: 768px){
  .page-searchbox .search-form{
    width: 240px;
  }
}

.search-form-inputbox{
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.search-form-inputbox input[type="text"]{
  height: 32px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.search-form-inputbox input[type="text"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-form-inputbox button{
  height: 32px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-thumbnail-basebox{
  position: relative;
  display: flex;
  max-height: 340px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-thumbnail-imagebox{
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 220px;
  width: 154px;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

/* ブックのサムネイルオーバーメニュー */

.page-thumbnail-menubox{
  position: absolute;
  top: 0px;
  display: flex;
  height: 220px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  background-color: rgb(209 213 219 / 0.75);
}

.page-thumbnail-imagebox .page-thumbnail-menubox{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-delay: 300ms;
}

.page-thumbnail-imagebox:hover .page-thumbnail-menubox{
  opacity:1;
}

/* ブックのサムネイルオーバーメニューボタン */

.page-thumbnail-menu{
  display: flex;
  height: 36px;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-thumbnail-menu:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-thumbnail-iconbox{
  display: flex;
  height: 24px;
  width: 154px;
  align-items: center;
  justify-content: flex-end;
}

.page-thumbnail-icon[data-type="unfiling"]{
  position: relative;
  display: flex;
  height: 18px;
  width: 18px;
  cursor: pointer;
  align-items: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.page-thumbnail-icon{
  height: -moz-fit-content;
  height: fit-content;
  width: 36px;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.page-thumbnail-icon[data-type="new"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-thumbnail-icon[data-type="update"]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.page-thumbnail-icon[data-type="filing"]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-thumbnail-image{
  width: 154px;
}

.page-thumbnail-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 8px;
  margin-bottom: 8px;
  height: 48px;
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

.page-thumbnail-page{
  height: 28px;
  width: 100%;
  text-align: center;
}

.page-thumbnail-categorybox{
  display: flex;
  height: 28px;
  width: 154px;
  align-items: center;
}

.page-thumbnail-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

/* bookinfo.css */

.bookinfo-contents{
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  flex-direction: column;
  row-gap: 16px;
  padding-bottom: 0.5rem;
}

.book-info-contents-title{
  display: flex;
  height: 32px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 8px;
  font-weight: 700;
}

/*
 画像1件分
*/

.book-info{
  display: flex;
  gap: 1rem;
}

.book-info-leftbox{
  position: relative;
  display: flex;
  width: 50%;
  flex-direction: column;
}

@media (min-width: 768px){
  .book-info-leftbox{
    width: 220px;
  }
}

.book-info-rightbox{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}

.book-info-imagebox{
  position: relative;
  display: flex;
  height: 280px;
  width: 100%;
  min-width: 160px;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 768px){
  .book-info-imagebox{
    width: 220px;
    align-items: center;
  }
}

/* ブックのサムネイルオーバーメニュー */

.book-info-buttonbox{
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

/* ブックのサムネイルオーバーメニュー */

.book-info-menubox{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  background-color: rgb(209 213 219 / 0.75);
}

.book-info-imagebox .book-info-menubox{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-delay: 300ms;
}

.book-info-imagebox:hover .book-info-menubox{
  opacity:1;
}

.book-info-image{
  box-sizing: border-box;
  max-height: 280px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .book-info-image{
    width: 200px;
  }
}

/* ブックのサムネイルオーバーメニューボタン */

.book-info-menu{
  display: flex;
  height: 36px;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-info-menu:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* ブックのサムネイルオーバーメニューボタン */

.book-info-buttonbox button{
  display: flex;
  max-width: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.book-info-iconbox{
  display: flex;
  height: 24px;
  width: 154px;
  align-items: center;
  justify-content: flex-start;
}

.book-info-icon{
  height: -moz-fit-content;
  height: fit-content;
  width: 36px;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-info-icon[data-type="new"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-info-icon[data-type="update"]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.book-info-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 0.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.book-info-categorybox{
  display: flex;
  height: 28px;
  width: 100%;
  align-items: center;
}

.book-info-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-info-bookinfo{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.book-info-bookinfo div{
  width: 50%;
}

.book-info-bookinfo div:nth-child(2){
  display: flex;
  justify-content: flex-end;
}

.book-info-description{
  /* overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; */
  border-top-width: 2px;
}

.book-assets-contents{
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  overflow: hidden;
}

.book-assets-header-menubox{
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 8px;
}

.book-assets-icon{
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.book-assets-icon[data-type="image"]{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-assets-icon[data-type="movie"]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-assets-icon[data-type="audio"]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-assets-icon[data-type="file"]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-assets-icon[data-type="html"]{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.book-assets-lists{
  display: flex;
  flex-direction: column;
}

.book-assets-lists-sort{
  display: grid;
  grid-template-columns: 50px 60px 1fr 64px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.book-assets-lists-sort > div{
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 8px;
}

.book-assets-lists-row{
  display: grid;
  grid-template-columns: 50px 60px 1fr 64px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.book-assets-lists-row > div{
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 8px;
}

/* .book-assets-lists-chkbox, .book-assets-lists-icon, .book-assets-lists-pageno{
	@apply justify-center;
} */

.book-assets-lists div:nth-child(1){
  justify-content: center;
}

.book-assets-lists div:nth-child(2){
  justify-content: center;
}

.book-assets-lists div:nth-child(3){
  word-break: break-all;
}

.book-assets-lists div:nth-child(4){
  justify-content: center;
}

/* .book-assets-lists td{
	@apply p-[8px] min-h-[50px] align-middle;
}

.book-assets-lists td:nth-child(1){
	@apply w-[120px];
}
.book-assets-lists td:nth-child(2){
	@apply w-[120px];
}
.book-assets-lists td:nth-child(3){
	@apply w-auto;
}
.book-assets-lists td:nth-child(4){
	@apply w-[120px] text-center;
} */

.book-assets-pageno{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 4px;
}

.btn-sidebar{
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
}

/* sidebar */

.sidebar{
  position: fixed;
  bottom: 0px;
  height: calc(100vh - var(--sm-nav-height) - 55px);
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 10px;
  text-align: center;
  display : none;
}

@media (min-width: 768px){
  .sidebar{
    top: 70px;
    left: 0px;
    display: inline-block;
    height: calc(100vh - 70px - 55px);
  }
}

.sidebar-inner{
  position: absolute;
  width: calc(300px - 42px);
}

.sidebar:hover{
  overflow-y: scroll;
}

.sidebar::-webkit-scrollbar-track {
  display: none;
}

.sidebar.default{
  width: 300px;
}

.sidebar.expanded{
  width: 300px;
  animation: anim-sidebar 300ms;
}

@keyframes anim-sidebar {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(0px);
  }
}

.category-box{
  clear: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .category-box{
    position: relative;
    float: right;
  }
}

.banner-box{
  clear: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.75rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display : none;
}

@media (min-width: 768px){
  .banner-box{
    position: relative;
    float: right;
    display: flex;
  }
}

.banner-lists{
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.banner-item{
  display: flex;
}

/* .banner{
	@apply flex w-full items-center justify-between border-b-2 border-gray-200 no-underline hover:bg-gray-100;
} */

.banner{
  display: flex;
  width: 100%;
}

.banner-box .banner img{
  display: flex;
  max-height: 256px;
  width: 100%;
  max-width: 256px;
}

.menubox{
  clear: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 768px){
  .menubox{
    position: relative;
  }
}

@media (min-width: 1024px){
  .menubox{
    float: right;
  }
}

/* 左メニューの項目名大 */

.menubox-title{
  clear: left;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.menubox-body{
  padding: 0.25rem;
  text-align: left;
}

.menubox-form{
  width: 100%;
  max-width: 24rem;
}

.menubox-inputbox{
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menubox-inputbox input[type="text"]{
  height: 32px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.menubox-inputbox input[type="text"]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menubox-inputbox button{
  height: 32px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menubox-more{
  margin-bottom: 0.5rem;
  width: 100%;
  padding-right: 0.5rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: underline;
}

.menubox.expanded .menubox-more{
}

.keywordsearch-more{
  position: relative;
  padding-right: 16px;
}

.keywordsearch-more::after{
  position: absolute;
  top: 2px;
  right: 0px;
  display: block;
  height: 12px;
  width: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.menubox:not(.expanded) .keywordsearch-more::after{
  content: '';
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.menubox.expanded .keywordsearch-more::after{
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.menubox.expanded .keywordsearchbox-optionmenu{
  display: block;
}

.menubox:not(.expanded) .keywordsearchbox-optionmenu{
  display : none;
}

.keywordsearchbox-optionmenu-title{
  clear: left;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 700;
}

.keywordsearchbox-optionmenu-title-s{
  clear: left;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.keywordsearchbox-optionmenu-body{
  padding: 0.25rem;
  text-align: left;
}

.lbl-radio:nth-child(2){
  margin-left: 0.5rem;
}

.keywordsearchbox-optionmenu-form{
  width: 100%;
  max-width: 24rem;
}

.keywordsearchboxx-optionmenu-inputbox{
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.keywordsearchboxx-optionmenu-inputname{
  clear: left;
  display: flex;
}

.search-pulldown{
  display: block;
  height: 32px;
  width: 100%;
  border-radius: 0px;
}

.search-button-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 0.25rem;
  text-align: left;
}

.search-input{
  height: 32px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.search-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.search-button{
  height: 36px;
  width: 64px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.search-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important;
}

/**/

.link-news-list{
  width: 100%;
  padding-right: 0.5rem;
  text-align: right;
  text-decoration-line: underline;
}

.menu-title{
  clear: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

/* カテゴリーツリー */

.menubox-category-lists{
  display: flex;
  width: 100%;
  flex-direction: row;
  text-align: center;
}

@media (min-width: 768px){
  .menubox-category-lists{
    flex-direction: column;
    text-align: left;
  }
}

.menubox-category-lists  li  a{
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.menubox-category-lists  li  a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.menubox-category-lists  li  a > span{
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.menubox-category-lists ul.closed{
  max-height: 0;
  opacity: 0;
  transition: all .2s ease-in;
}

.menubox-category-lists ul:not(.closed){
  transition: all .5s ease-in;
  max-height: 100dvh;
  opacity: 1;
}

/* .menubox-category-lists  .cate-l2{
	@apply hidden;
}
.menubox-category-lists  .cate-l3{
	@apply hidden;
} */

.menubox-category-lists  .cate-l2  a{
  padding-left: 16px;
}

.menubox-category-lists  .cate-l2  a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.menubox-category-lists  .cate-l3  a{
  padding-left: 32px;
}

.menubox-category-lists  .cate-l3  a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.icon-menubox-category-lists .closed{
  display : none;
}

/* お知らせ欄 */

.newsbox{
  clear: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .newsbox{
    position: relative;
  }
}

@media (min-width: 1024px){
  .newsbox{
    float: right;
  }
}

.newsbox-info{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  text-align: right;
}

.newsbox-item{
  padding: 0.25rem;
  text-align: left;
  line-height: 1.5;
}

.menu-sm .newsbox-item:first-child{
  border-top-width: 1px;
}

.menu-sm .newsbox-item{
  border-bottom-width: 1px;
}

.news-date{
  font-weight: 700;
}

.news-items{
  display: flex;
  flex-direction: column;
}

.news-item{
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 8px;
}

.news-item-date{
  display: flex;
  font-weight: 700;
}

.news-item-title{
  display: flex;
}

.news-item-text{
  display: flex;
}

/* recommend-booklists.css */

/* おすすめ一覧 */

/* [表示数に依存] */

.recommend-books{
  position: relative;
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  height: 340px;
  width: 100%;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  overflow-y: hidden;
  overflow-x: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .recommend-books{
    grid-column-end: 5;
    height: 400px;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    overflow: hidden;
  }
}

@media (min-width: 1280px){
  .recommend-books{
    grid-column-end: 6;
  }
}

@media (min-width: 1536px){
  .recommend-books{
    grid-column-end: 7;
  }
}

/* [表示数に依存] */

@media (min-width: 768px){
  .content.expanded .recommend-books{
    grid-column-end: 6;
  }
}

@media (min-width: 1280px){
  .content.expanded .recommend-books{
    grid-column-end: 7;
  }
}

@media (min-width: 1536px){
  .content.expanded .recommend-books{
    grid-column-end: 8;
  }
}

.page.detail .recommend-books{
  grid-column-start: 1;
  grid-column-end: 3;
}

.recommend-menu{
  position: absolute;
  z-index: 1000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: calc(340px / 2);
  height: 32px;
  width: 32px;
  cursor: pointer;
  border-radius: 0.125rem;
  background-color: rgb(107 114 128 / 0.7);
}

@media (min-width: 768px){
  .recommend-menu{
    top: calc(420px / 2);
  }
}

.recommend-menu[data-type="left"]{
  left: 0%;
}

/* TODO: 横スクロール時に対応するため構成見直しが必要 */

.recommend-menu[data-type="right"]{
  right: 0%;
}

.recommend-menu svg{
  height: 100%;
  width: 100%;
  stroke: #fff;
}

/*
 画像1件分
*/

.recommend-book-thumbnail{
  display: flex;
  height: 320px;
  width: calc(100% / 2);
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){
  .recommend-book-thumbnail{
    height: 390px;
    width: auto;
  }
}

.recommend-book-thumbnail-basebox{
  position: relative;
  display: flex;
  max-height: 250px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .recommend-book-thumbnail-basebox{
    max-height: 330px;
    width: 210px;
  }
}

.recommend-book-thumbnail-imagebox{
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 220px;
  width: 154px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .recommend-book-thumbnail-imagebox{
    height: 280px;
    width: 210px;
  }
}

/* ブックのサムネイルオーバーメニュー */

.recommend-book-thumbnail-menubox{
  position: absolute;
  top: 0px;
  display: flex;
  height: 220px;
  width: 154px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 6px;
  background-color: rgb(209 213 219 / 0.75);
}

@media (min-width: 768px){
  .recommend-book-thumbnail-menubox{
    height: 280px;
    width: 210px;
  }
}

.recommend-book-thumbnail-imagebox .recommend-book-thumbnail-menubox{
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-delay: 300ms;
}

.recommend-book-thumbnail-imagebox:hover .recommend-book-thumbnail-menubox{
  opacity:1;
}

/* ブックのサムネイルオーバーメニューボタン */

.recommend-book-thumbnail-menu{
  display: flex;
  height: 36px;
  width: 83.333333%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recommend-book-thumbnail-menu:hover{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.recommend-book-thumbnail-iconbox{
  display: flex;
  height: 24px;
  width: 154px;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px){
  .recommend-book-thumbnail-iconbox{
    width: 210px;
  }
}

.recommend-book-thumbnail-icon{
  height: -moz-fit-content;
  height: fit-content;
  width: 36px;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.70rem;
  line-height: 1rem;
}

.recommend-book-thumbnail-icon[data-type="new"]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.recommend-book-thumbnail-icon[data-type="update"]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.recommend-book-thumbnail-image{
  max-height: 100%;
  max-width: 100%;
}

.recommend-book-thumbnail-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 0.25rem;
  height: 48px;
  width: 154px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  .recommend-book-thumbnail-title{
    width: 210px;
  }
}

.recommend-book-thumbnail-categorybox{
  display: flex;
  height: 28px;
  width: 154px;
  align-items: center;
}

@media (min-width: 768px){
  .recommend-book-thumbnail-categorybox{
    width: 210px;
  }
}

.recommend-book-thumbnail-category-icon{
  overflow: hidden;
  /* 改行を半角スペースに変換することで、1行にする */
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.70rem;
  line-height: 1rem;
}

.menu-sm{
  position: absolute;
  top: var(--sm-nav-height);
  z-index: 1000;
  height: calc(100dvh - var(--sm-nav-height) - 55px);
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 8px;
  display : none;
}

.btn-sm-nav-menu{
  position: relative;
}

.btn-sm-nav-menu.selected{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.menu-sm-info{
  display: flex;
  height: 60px;
  width: 100%;
  padding: 8px;
}

.menu-sm-info > *{
  display: flex;
  align-items: center;
}

.user-icon{
  width: 44px;
  justify-content: center;
}

.user-name{
}

.menu-sm-lists{
  display: flex;
  flex-direction: column;
}

.menu-sm-list-item{
  display: grid;
  height: 70px;
  grid-template-columns: 1fr 44px;
  align-items: center;
  padding: 8px;
}

.menu-sm-list-item:active{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.menu-sm-list-item > *{
  display: flex;
  height: 100%;
  align-items: center;
}

.menu-sm-list-item span{
  width: 44px;
  justify-content: center;
}

:root {
  --skin-svg: url('data:image/svg+xml;charset=utf8,');
}

.icon-thumbnail{
  background-image: url('./sprites.svg');
  /* background-image     : var(--skin-svg); */
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -34px -34px;
  float             : left;
  width             : 32px;
  height            : 32px;
}

.icon-detail{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: 0 -34px;
  float             : left;
  width             : 32px;
  height            : 32px;
}

/* ページトップに戻る */

.icon-caret-up{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* 下 */

.icon-caret-down{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -34px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* 左 */

.icon-caret-left{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -68px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* 右 */

.icon-caret-right{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -102px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* 二重左 */

.icon-shift-left{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -136px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* 二重右 */

.icon-shift-right{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -170px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* マイナス */

.icon-minus{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -204px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* プラス */

.icon-plus{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -238px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* X */

.icon-xmark{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -272px 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 0;
  left : 0;
}

/* X */

.icon-xmark-s{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -272px 0;
  transform            : scale(calc(16/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 1px;
  left : 1px;
}

/* X スマホヘッダー用 */

.icon-xmark-sm{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -272px 0;
  transform            : scale(calc(40/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 1px;
  left : 1px;
}

/* question */

.icon-question{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -68px -34px;
  transform            : scale(calc(16/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 0;
  left : 0;
}

/* bars */

.icon-bars{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -102px -34px;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* bars */

.icon-bars-sm{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -102px -34px;
  transform            : scale(calc(40/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 0;
  left : 0;
}

/* search */

.icon-search{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -136px -34px;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* search */

.icon-search-sm{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -136px -34px;
  transform            : scale(calc(40/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 0;
  left : 0;
}

/* bell */

.icon-bell{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -170px -34px;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* bell */

.icon-bell-sm{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -170px -34px;
  transform            : scale(calc(40/32));
  transform-origin     : 0 0;
  width             : 32px;
  height            : 32px;
  display: flex;
  position: absolute;
  top: 0;
  left : 0;
}

/* user */

.icon-user{
  background-image: url('./sprites.svg');
  background-size      : 304px 100px;
  background-repeat : no-repeat;
  background-position: -204px -34px;
  width             : 32px;
  height            : 32px;
  display: flex;
}

/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

:root {
  --sm-nav-height: 66px;
}

footer{
  position: fixed;
  bottom: 0px;
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*--------------------------------------------------------------------------------*/

/*

 padding-bottom = 下線の高さ
*/

nav{
  position: absolute;
  left: 0px;
  display: flex;
  height: var(--sm-nav-height);
  width: 100vw;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 5px;
}

@media (min-width: 768px){
  nav{
    height: 70px;
  }
}

.nav-contents{
  position: relative;
  float: left;
  width: calc(100% - 100px);
  justify-content: space-between;
  display : none;
}

@media (min-width: 768px){
  .nav-contents{
    display: flex;
    width: calc(100% - 300px);
  }
}

.nav-contents-sm{
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .nav-contents-sm{
    display: none;
  }
}

.nav-contents-sm span{
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
}

.nav-contents-sm span:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.nav-contents-sm span i{
  display: flex;
}

.header-logobox{
  display: flex;
  width: 200px;
  flex-shrink: 0;
  align-items: center;
}

@media (min-width: 768px){
  .header-logobox{
    width: 300px;
  }
}

.header-logo{
  margin-left: 8px;
  height: 32px;
  width: 170px;
}

@media (min-width: 768px){
  .header-logo{
    margin-left: 50px;
    height: 40px;
  }
}

.header-logo img{
  height: 32px;
}

@media (min-width: 768px){
  .header-logo img{
    height: 40px;
  }
}

.nav-contents-left{
  display: block;
  width: 50%;
}

@media (min-width: 768px){
  .nav-contents-left{
    display: flex;
    align-items: center;
  }
}

.nav-contents-right{
  position: static;
  right: 0px;
  width: 50%;
}

@media (min-width: 768px){
  .nav-contents-right{
    display: flex;
  }
}

.nav-contents-right-menu{
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .nav-contents-right-menu{
    align-items: center;
  }
}

.nav-fooer-border{
  position: absolute;
  bottom: 0px;
  box-sizing: content-box;
  height: 3px;
  width: 100%;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  display : none;
}

nav::after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-sizing: content-box;
  height: 3px;
  width: 100%;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.pulldown-language{
  margin-right: 0.25rem;
  display: block;
  width: 8rem;
}

.main{
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media (min-width: 768px){
  .main{
    flex-direction: row-reverse;
  }
}

.content{
  position: fixed;
  left: 0px;
  top: var(--sm-nav-height);
  height: calc(100dvh - var(--sm-nav-height) - 55px);
  width: 100%;
  flex-direction: column;
  overflow-y: scroll;
  padding: 8px;
}

@media (min-width: 768px){
  .content{
    left: 300px;
    top: 70px;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 70px - 55px);
    width: calc(100vw - 300px);
  }
}

.content.expanded{
  left: 0px;
  width: 100%;
  animation: anim-content-expand 300ms;
}

.content.closed{
  width: calc(100vw - 300px);
  /*animation: anim-content-closed 300ms; */
}

@keyframes anim-content-expand {
  0% {
    transform: translateX(300px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes anim-content-closed {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* スマホ用バナーエリア */

.content-bannerbox{
  position: relative;
  display: flex;
  height: 74px;
  width: 100%;
  gap: 0.5rem;
  overflow: hidden;
  overflow-x: scroll;
  padding: 8px;
}

@media (min-width: 768px){
  .content-bannerbox{
    display: none;
  }
}

.content-bannerbox-menu{
  position: absolute;
  z-index: 1000;
  transform: translateY(-50%);
  top: calc(82px / 2);
  height: 32px;
  width: 32px;
  cursor: pointer;
  border-radius: 0.125rem;
  background-color: rgb(107 114 128 / 0.7);
}

@media (min-width: 768px){
  .content-bannerbox-menu{
    display: none;
  }
}

.content-bannerbox-menu[data-type="left"]{
  left: 0%;
}

.content-bannerbox-menu[data-type="right"]{
  right: 0%;
}

.content-bannerbox-menu i{
  height: 100%;
  width: 100%;
  stroke: #fff;
}

.content-bannerbox .banner-item{
  height: 60px;
}

.content-bannerbox .banner{
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.content-bannerbox .banner:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.content-bannerbox .banner img{
  max-height: 60px;
  max-width: 256px;
}

.content-header{
  margin-top: 4px;
  display: flex;
  height: 74px;
  width: 100%;
  flex-direction: column;
}

.content-nav{
  display: flex;
  height: 32px;
  width: 100%;
}

.page-title-box{
  margin-left: 0.5rem;
  display: flex;
  height: 36px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.page-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.menu-change_display{
  display: flex;
  height: 90px;
  width: 100%;
  flex-direction: column;
  row-gap: 8px;
}

@media (min-width: 768px){
  .menu-change_display{
    display: grid;
    height: 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: space-between;
  }
}

.menu-change_display-left{
  justify-content: flex-start;
  display : none;
}

@media (min-width: 768px){
  .menu-change_display-left{
    display: flex;
  }
}

.menu-change_display-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-change_display-sm{
  display: flex;
  width: 100%;
}

@media (min-width: 768px){
  .menu-change_display-sm{
    display: none;
  }
}

.menu-change_display-sm .pulldown-sm{
  width: 100%;
}

.btn-change_display_mode{
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.pulldown-sort{
  display: block;
  width: 120px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.login-user-btn{
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 0.25rem;
}

.login-user-btn:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.error-message{
  color: #ff0000;
}