@charset "utf-8";
/*-------------------------------------

-------------------------------------*/
.mq_1280 {
    display: none;
}
.floatSearch {
  width: 300px;
  margin: 0 20px 0 40px;
  padding: 36px 0 0;
  height: auto;
}
.detailsContents {
  width: calc(100% - 602px);
  padding: 20px 20px 20px 20px;
}
.detailsContents.type-m {
  width: calc(100% - 300px);
  padding: 20px 10px 20px 40px;
}


.fSearchWrap {
  position: sticky;
  top: 130px;
  margin: 0 0 80px 0;
}
.fSearchTitle {
  background: #f4f4f4;
  padding: 10px;
  border: 1px solid #cccccc;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: 600;
  font-size: 15px;
}
.fSearchContent {
  padding: 20px;
  border: 1px solid #cccccc;
  margin-top: -1px;
}
.resrtBtn p {
  background: #333333;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 6px;
  font-size: 15px;
}
.arrowLi {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-top: -1px;
  padding: 20px 0;
}
.arrowLi a {
  display: block;
  color: inherit;
  
}
.arrowLiContent {
  display: flex;
  justify-content: space-between;
    position: relative;
}
.arrowLiContent .left {
  width: 12%;
  
}
.editUrl {

}

.arrowLiContent .right {
  width: 86%;
  display: flex;
  flex-direction: column;
}
.arrowLiContent .right .cTitleL {
  font-size: 16px;
    font-weight: bold;
}
.arrowLiContent .right .catchcopy {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.arrowLiContent .right .message {
  font-size: 14px;
  margin: 5px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 60px;
}
.arrowLi a {
  text-decoration: none !important;
}
.arrowLi a img {
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  aspect-ratio: 68 / 95;
}
.catBtn {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 8px 20px;
  border-radius: 6px;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.cartBtn {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 8px 20px;
  border-radius: 6px;
  margin: 10px 0 0 0;
  font-size: 15px;
}
.catalogBtnWrap {
  margin-top: auto;
  display: flex;
}
/******************
リスト変更用
******************/
.listBtnImg {
  width: 100%;
  border: 1px solid #cccccc;
}
.hideCheckBox {
  display: none;
}
.catalog_Click {
  background: #cc0000;
  border-radius: 4px;
  color: #ffffff !important;
  text-decoration: none !important;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  width: 180px !important;
  padding: 8px 10px;
  margin: 0 10px 0 0;
  text-align: center;
}
.shiryo-click {
  border: 1px solid #333333 !important;
  border-radius: 4px;
  color: #333333 !important;
  text-decoration: none !important;
  webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  width: 180px;
}

.added .seikyu, .added .seikyu:hover {
  background: #cccccc !important;
  border: 1px solid #cccccc !important;
  color: #666666 !important;
}

@media screen and (max-width: 1280px) {
  .floatSearch {
    display: none;
  }
  .detailsContents {
    width: calc(100% - 280px);
    padding: 20px 10px 20px 40px;
  }
    .mq_1280 {
        display: block;
    }
}
@media screen and (max-width: 768px) {
  .detailsContents {
    width: 100%;
    padding: 0;
  }
  .detailsContents.type-m {
    width: 100%;
    padding: 0;
  }    
    
  .arrowLiContent .left {
    width: 30%;
  }
  .arrowLiContent .right {
    width: 67%;
  }
  .catalogBtnWrap {
    display: block;
  }
  .catalog_Click {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
  .shiryo-click {
    width: 100% !important;
  }
}