/* 中古コメント pc*/

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

.used-comment .used-comment-warpper{
  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 0 0;
}

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


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

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

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

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

.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;
}

.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;
  cursor: pointer;
}

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

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

.used-comment .comment-more-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 14px;
  background: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.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: #999999;
}

.comment-num{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    color: #666666;
    text-decoration: underline;
}

.comment-form-title{
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
}

.comment-form-txtarea{
  width: 100%;
  min-height: 100px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 12px;
  line-height: 1.35;
  font-family: sans-serif;
  font-size: 1.4rem;
  margin: 12px 0 0 0;
}

.comment-form-txtarea::placeholder{
  color: #999999;
}

.comment-form-txtarea:focus {
  border: 2px solid #cccccc;
  outline: none;
}

.comment-form-notes{
  font-size: 1.3rem;
  padding: 18px 0;
  line-height: 1.4;
}

.comment-form-submit{
  background: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
  outline: none;
  padding: 0;
  color: #000000;
  appearance: none;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
}


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

.used-product-detail .popup-content {
  padding: 18px 0 15px;
  min-height: auto;
}

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

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

.used-product-detail .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;
  cursor: pointer;
}

.used-product-detail .popup-content ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
