@charset "utf-8";
#itemPage{
  overflow-x: hidden;
}
#siteContent{
  padding-bottom: 150px;
}
.hide{
  display: none !important;
}
thead th {
	background-color: #5B5B5B;
  color: #fff;
	text-align: center;
  font-size: 14px;
  line-height: 1.3;
  padding: .8em 1em 1em;
}
thead th::after{
  font-size: 10px;
}
tbody td,
#search-result__list td{
	text-align: center;
  padding: .8em 1em;
  font-size: 12px;
}
tbody tr:nth-child(2n),
#search-result__list tr:nth-child(2n-1){
  background: #F2F2F2;
}
.pageHeader__navi{
  display: block;
}
.serchBox{
  padding-bottom: 20px;
}
.search-result__hit-num{
  font-size: 10px;
  line-height: 1;
  margin-bottom: 1em;
  height: 10px;
}



/* content  
---------------------------------*/
.content .e-listTtl,
.content .e-mds,
.content .e-lead{
  text-align: center;
  padding: 0 20px;
}
.content .e-listTtl img,
.content .e-mds img{
  display: block;
  margin: auto;
}
.content .e-lead{
  line-height: 1.94;
}
.content .e-lead em{
  font-style: normal;
  font-weight: normal;
  color: var(--red);
}
.list-wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: auto;
  background: #fff;
}
.serchBox{
  margin: auto;
}
.serchBox label{
  display: flex;
  justify-content: center;
}
.serchBox label::before{
  content: "";
  display: block;
  aspect-ratio: 1;
  background: url(list/images/search.svg) center center / contain no-repeat;
  margin-right: 3px;
}
.serchBox input{
  width: 100%;
  padding: 0 .8em;
  border-radius: 0;
  border: 1px solid;
}
.serchBox input:focus{
  border-radius: 0;
}
.serchBox input::placeholder{
  font-size: 12px;
  color: #BABABA;
}
.b-listCaution {
  width: calc(100% - 40px);
  border: 1px solid var(--red);
  color: var(--red);
  margin: auto;
  font-size: 14px;
  padding: .95em 1.3em;
  margin-top: 1.5em;
  line-height: 1.42;
}
@media screen and (max-width: 768px){
  .content .e-listTtl{
    padding: 10px;
  }
  .content .e-listTtl img{
    width: 288px;
  }
  .content .e-mds{
    margin: 50px auto 25px;
  }
  .content .e-mds img{
    width: 188px;
  }
  .list-wrap {
    margin-top: 30px;
    padding: 40px 10px;
  }
  .content .e-lead{
    font-size: min(3.7vw,14px);
  }
  .serchBox{
    width: 95%;
  }
  .serchBox label::before{
    width: 24px;
    min-width: 24px;
  }
  .search-result__wrap,
  #default-area .list{
    overflow-x: scroll;
  }
  #search-result__list,
  .CSVTable{
    width: 900px;
  }
}
@media screen and (min-width: 769px){
  .content .e-listTtl{
    padding: 10px;
  }
  .content .e-listTtl img{
    width: auto;
    height: 24px;
  }
  .content .e-mds{
    margin: 50px auto 25px;
  }
  .content .e-mds img{
    width: 302px;
  }
  .list-wrap {
    margin-top: 50px;
    padding: 45px 50px;
  }
  .content .e-lead{
    font-size: 16px;
  }
  .serchBox{
    width: 435px;
  }
  .serchBox label::before{
    width: 35px;
    min-width: 35px;
  }
  
  .b-listCaution {
    width: 900px;
    text-align: center;
    font-size: 16px;
  }
}


/* pagenation 
---------------------------------*/

.pagination{
  display: flex;
  width: 100%;
  padding-top: 45px;
}

.pagination button,
.pagination a{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  line-height: 1;
  margin: 0 7px;
  border-radius: 3px;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.pagination button{
  cursor: pointer;
  border: 0 none;
}
.pagination .current a{
  color: #fff !important;
  cursor: default;
  pointer-events: none;
}
.prev-page,
.next-page{
  display: flex;
  align-items: center;
}
.prev-page button,
.next-page button{
  
  padding: 0;
}
.next-page button{
  transform: rotate(180deg);
}
@media screen and (max-width: 768px){
  .pagination{
    justify-content: space-between;
  }
  .pagination button,
  .pagination a{
    width: 27px;
    min-width: 27px;
    font-size: 15px;
  }
  .prev-page button,
  .next-page button{
    width: 13px;
    min-width: 13px;
  }
}
@media screen and (min-width: 769px){
  .pagination{
    justify-content: center;
  }
  .pagination button,
  .pagination a{
    width: 36px;
    min-width: 36px;
    font-size: 22px;
  }
  .prev-page button,
  .next-page button{
    width: 15px;
    min-width: 15px;
  }
}

/* kyuto / kitchen   （リンナイスタイルクーポン額）
---------------------------------*/
/* kyuto */
.content.m-kyuto .e-listTtl{
  background: var(--kyutou);
}
.content.m-kyuto {
  background: var(--kyutou-bg);
}
.content.m-kyuto thead th:last-child::after {
  content: "（リンナイスタイルクーポン額）";
  display: block;
}
.content.m-kyuto thead th span{
  display: block;
}
.content.m-kyuto .pagination button,
.content.m-kyuto .pagination a,
.content.m-kyuto .pagination .ellipsis span{
  color: var(--kyutou);
}
.content.m-kyuto .pagination .current a{
  background: var(--kyutou);
}
/* kitchen */
.content.m-kitchen .e-listTtl{
  background: #808080;
  color: #fff;
}
.content.m-kitchen {
  background: var(--bg);
}
.content.m-kitchen .pagination button,
.content.m-kitchen .pagination a,
.content.m-kitchen .pagination .ellipsis span{
  color: #808080;
}
.content.m-kitchen .pagination .current a{
  background: #808080;
}

.content.m-kitchen .e-listTtl{
  font-weight: 700;
}
.content.m-kitchen .tokuten{
  margin: auto;
}
@media screen and (max-width: 768px){
  .content.m-kitchen .tokuten{
    width: 85.33%;
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px){
  .content.m-kitchen .e-listTtl{
    font-size: 25px;
  }
  .content.m-kitchen .tokuten{
    width: 827px;
    margin-top: 30px;
  }
}