@charset "UTF-8";

/* 1列 */

.text-list-1-row-box {
  width: 100%;
  background-color: #fff;
}

.text-list-1-row-box li .list-title {
  font-size: 1.3rem;
  padding: 18px 15px 8px;
  background: #f5f5f5;
  color: #999;
  border-bottom: 1px solid #e5e5e5;

}

.text-list-1-row-box li a {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 15px 13px;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
}


.text-list-1-row-box li a.icon-text {
  padding: 0 15px;
}

.text-list-1-row-box li a.icon-text .icon-authentic {
  background-image: url(../../../img/common/icon-authentic.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: left center;
  padding: 14px 0 13px 42px;
}

.text-list-1-row-box li a.icon-text .icon-guarantee {
  background-image: url(../../../img/common/icon-guarantee.png);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: left center;
  padding: 14px 0 13px 42px;
}

.text-list-1-row-box li a.icon-text .icon-item-status {
  background-image: url(../../../img/common/select-button-icon-2.png);
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: left center;
  padding: 14px 0 13px 42px;
}

.text-list-1-row-box li a.icon-text .icon-flow {
  background-image: url(../../../img/common/icon-flow.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  padding: 14px 0 13px 42px;
}

.text-list-1-row-box li a span.right-text {
  float: right;
  margin: 0 25px 0 0;
  font-size: 1.1rem;
  background: #fff;
  color: #999;
  font-weight: bold;
  padding: 4px 8px 2px;
}

.text-list-1-row-box li a span.right-text.green {
  background: #00AAA4;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px 2px;
  border-radius: 100px;
}

/* 2列 */

.text-list-2-row-box {
  width: 100%;
  background: #f5f5f5;
}

.text-list-2-row-box li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.text-list-2-row-box li:nth-child(odd){
  border-right: 1px solid #e5e5e5;
}

.text-list-2-row-box li a {
  padding: 13px 25px 13px 15px;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.4;
  display: block;
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 15px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* マージンなし用 */

.brand-block-nomargin .apparel-brands-list-box {
  margin: 0;
  border-top: 0;
}

/* マージンなし用 */

.brand-block-nomargin .content-title {
  margin: 16px 15px 8px 15px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}

.brand-block-nomargin .apparel-categorys-list-box {
  margin: 0 !important;
}



.corporate-listing{
  background: #f5f5f5;
  padding: 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.corporate-listing-btn{
  position: relative;
  display: flex !important;
  align-items: center;
  width: 94%;
  background: #40bdb9;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 auto;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.corporate-listing-textbox{
  margin: 0 0 0 12px;
}

.corporate-listing-icon{
  width: 50px;
}

.corporate-listing-icon img{
  width: 100%;
}

.corporate-listing-text{
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
}

.corporate-listing-label{
  padding: 6px 14px 4px;
  margin: 2px 0 0 0;
  display: inline-block;
  background: #fff;
  color: #40bdb9;
  font-size: 1.2rem;
  border-radius: 50px;
}

.corporate-listing-btn:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  background: url(../../../img/common/sp-icon-arrow-right-white.png) center/contain no-repeat;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.corporate-listing + div>.wrapper-margin{
  display: none;
}

#app .used-content-wrapper + .corporate-listing{
  margin: 0 0 36px 0;
}

.content.used-item-detail + .wrapper-margin{
  margin-top: 14px;
}
