/* 中古コメント sp*/

.used-comment{
  background: #f5f5f5;
  padding: 24px 0;
}

.used-comment .used-comment-warpper{
  padding: 0 15px;
  margin: 0 auto;
}

.used-comment .used-comments-item{
  position: relative;
  width: 100%;
  padding:0 0 0 56px;
  box-sizing: border-box;
}

.used-comment .used-comments-item:first-of-type{
  margin: 24px 0 16px 0!important;
}

.used-comment .used-comments-item:last-of-type{
  margin: 0 0 24px 0;
}


.used-comment .used-comments-item:not(:last-child){
  margin: 0 0 16px 0;
}

.used-comment .used-comments-title{
  margin: 0 0 16px 0;
  font-size: 1.6rem;
}

.used-comment .textcontainer{
  position: relative;
  padding: 10px 8px;
  margin: 4px 0 0 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
}

.used-comment .textcontainer:before{
  content: "";
  position: absolute;
  top: 24px;
  left: -15px;
  margin-top: -15px;
  border: 6px solid transparent;
  border-right: 10px solid #ffffff;
}

.used-comment .user_profile-icon{
  position: absolute;
  left: -3px;
  top: 9px;
  width: 46px;
  height: 46px;
}

.used-comment .user_profile-icon a{
  display: block;
}

.used-comment .user_profile-icon img{
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 50%;
}

.used-comment .user_profile-name a{
  font-size: 1.3rem;
  font-weight: bold;
  color: #666666;
}

.used-comment .textcontainer-inner{
    font-size: 1.3rem;
    color: #000;
    line-height: 1.35;
}

.used-comment .comment-date{
  display: flex;
  align-items: center;
  margin: 6px 0 0 0;
}

.used-comment .comment-date-icon{
  display: block;
  width: 13px;
  height: 13px;
}

.used-comment .comment-date-text{
  display: block;
  color: #cccccc;
  font-size: 1.1rem;
  padding: 3px 0 0 0;
}

.used-comment .comment-difficult{
  display: flex;
  justify-content: right;
  align-items: baseline;
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.used-comment .comment-icon-trash{
  width: 13px;
  height: 14px;
}

.used-comment .comment-icon-report{
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px;
}

.used-comment .comment-icon-report img{
  width: 100%;
}

.used-comment .comment-more-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 280px;
  margin: 24px auto 0;
  padding: 14px;
  background: #cdcdcd;
  border-radius: 4px;
}

.used-comment .comment-more-icon{
  display: block;
  width: 18px;
  height: 18px;
}

.used-comment .comment-more-txt{
  margin: 0 0 0 6px;
  font-size: 15px;
  color: #666666;
}

.comment-label{
  display: inline-block;
  margin: 12px 0 0 0;
}

.comment-label a{
  display: block;
  position: relative;
}

.comment-label-txt{
  position: relative;
  display: inline-block;
  padding: 10px 12px 7px 30px;
  vertical-align: middle;
  background: #cccccc;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  color: #ffffff;
}

.comment-label-txt:before{
  content: " ";
  background-image: url(../../../img/post/sp-icon-posts-comment.png);
  background-size: 100%;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  left: 14px;
}

.comment-num{
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    color: #000000;
}

/* コメント一覧ページ */
.comment-page{
  display: flex;
  flex-direction: column;
}

.comment-page .used-comment{
  background: #f5f5f5;
  padding:0;
  order: 1;
}

.comment-page .comment-notes{
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #333333;
  background: #ffffff;
  z-index: 9;
  box-sizing: border-box;
  letter-spacing: -0.6px;
  order: 2;
}

.comment-page .comment-input-area{
  width: 100%;
  padding: 10px 15px;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  order: 3;
}

.comment-page .comment-input-area form{
  display: flex;
  align-items: flex-end;
}

.comment-page #comment-input-text{
  width: calc(100% - 66px);
  max-height: 120px;
  min-height: 50px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 7px;
  line-height: 1.35;
  font-family: sans-serif;
  font-size: 1.3rem;
  background: #fff;
  margin: 0 8px 0 0;
}

.comment-page #comment-input-text::placeholder{
  font-size: 1.4rem;
  color: #cccccc;
}

.comment-page .comment-input-area .button-collor-black{
  width: 58px;
}

.comment-page.sold-out #comment-input-text{
  font-size: 1.6rem;
  line-height: 1;
  color: #cccccc;
  pointer-events: none;
}

.comment-page.sold-out #comment-input-text::placeholder{
  line-height: 35px;
  color: #666666;
  padding: 0 0 0 8px;
}


.comment-page.sold-out .button-collor-black.submit{
  background:#cccccc;
  pointer-events: none;
}

.used-comment.no-comment{
  background: #ffffff;
  padding: 8px 0 24px;
}

.used-comment.no-comment .comment-more-btn{
  margin: 0 auto;
}

/* ----- 通報 ----- */

.comment-page .popup-content {
  padding: 18px 0 15px;
  min-height: auto;
}

.comment-page .popup-content .title {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 10px 0;
}

.comment-page .popup-content .detail-text {
  text-align: center;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.4;
}

.comment-page .popup-content ul li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.3rem;
  color: #000;
  padding: 15px 15px 13px;
  line-height: 1.3;
}

.comment-page .popup-content ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
