@media (hover: hover) {
  .postList-picture:hover, .quotePost-picture:hover, .postList-user > a:hover, .quotePost-user > a:hover {
    opacity: 0.8;
  }
}
.postList-reply, .postList-like, .postList-quoteReply {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  line-height: 1;
  z-index: 100;
  padding: 0;
}
.postList-reply:before, .postList-like:before, .postList-quoteReply:before, .postList-reply:after, .postList-like:after, .postList-quoteReply:after {
  vertical-align: middle;
}
.comment-wrap {
  width: 100%;
  max-width: 812px;
  margin: 0 auto;
  padding: 0 0 24px;
  position: relative;
}
.comment-wrap h3 {
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 700;
}
@media screen and (max-width: 821px) {
  .comment-wrap h3 {
    padding-top: 20px;
    padding-left: 20px;
    background: #fafafa;
  }
}

.postList {
  background: #fff;
}
.postList-item {
  background: white;
  border-radius: 3px;
  padding: 20px 20px 20px 68px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.postList .user-thum {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 50;
  background: #e8e8e8;
}
.postList .user-thum img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.postList-head, .quotePost-head {
  position: relative;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.postList-user, .quotePost-user {
  font-size: 1.3rem;
  font-weight: 700;
  width: 100%;
  padding-right: 8px;
  overflow: hidden;
}
.postList-user > a, .quotePost-user > a {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: 100%;
  z-index: 50;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.postList .postList-option-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.2rem;
  color: #8a98ba;
}
.postList-time {
  margin-right: 8px;
}
.postList-option {
  width: 16px;
  height: 16px;
}
.postList-option span {
  display: block;
  width: 100%;
  height: 100%;
  background: #8a98ba;
  background: url(../img/ico-notice-menu.png) no-repeat center/contain;
}
.postList-fixed {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 50;
  font-size: 1.2rem;
  background: #b3b3b3;
  color: white;
  padding: 1px 8px 0 8px;
  border-radius: 20px;
  font-weight: 700;
}
.postList-fixed:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f08d";
  margin-right: 4px;
  vertical-align: baseline;
}
.postList-text, .quotePost-text {
  margin: 10px 0px;
  word-break: break-all;
  font-size: 1.5rem;
  position: relative;
  z-index: 50;
}
.postList-picture, .quotePost-picture {
  margin-bottom: 8px;
  border-radius: 10px;
  z-index: 50;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.postList-picture img, .quotePost-picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.postList-action {
  color: #b6bed4;
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.postList-reply, .postList-like, .postList-quoteReply {
  font-size: 1.2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  .postList-reply span, .postList-like span, .postList-quoteReply span {
    display: none;
  }
}
.postList-reply:before, .postList-like:before, .postList-quoteReply:before {
  margin-right: 4px;
  font-size: 1.5rem;
  vertical-align: baseline;
}
.postList-reply {
  margin-right: 30px;
}
.postList-reply:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico-balloon.svg) no-repeat center top/19px 19px;
  padding-left: 20px;
}
.postList-like {
  margin-right: 30px;
}
.postList-like:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../img/ico-favo.svg) no-repeat center top/19px 19px;
  padding-left: 20px;
}
.postList-like.is-active:before {
  background: url(../img/ico-favo-on.svg) no-repeat center top/19px 19px;
}
.postList-quoteReply:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico-reference.svg) no-repeat center top/16px 16px;
  padding-left: 20px;
}
.postList-linkDetail {
  width: 100%;
  display: block;
  margin-top: 14px;
  color: #1592e6;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 21;
}
.postList-bodyLink, .quotePost-bodyLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postList-bodyLink.is-hover, .is-hover.quotePost-bodyLink {
  background-color: rgba(0, 0, 0, 0.05);
}

.is-reply {
  border-bottom: none;
  padding-left: 120px;
}
@media screen and (max-width: 400px) {
  .is-reply {
    padding-left: 103px;
  }
}
.is-reply:before {
  width: 2px;
  height: 100%;
  background: #e8e8e8;
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
}
.is-reply:after {
  all: initial;
}
.is-reply .user-thum {
  left: 60px;
}
@media screen and (max-width: 400px) {
  .is-reply .user-thum {
    left: 50px;
  }
}
.is-reply .replyPost:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8e8e8;
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 11;
}
.is-reply .replyPost:last-of-type:before {
  width: 10px;
  height: 50%;
  display: block;
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 10;
}

.quotePost {
  background: #fff;
  padding: 17px 14px 9px;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  position: relative;
  margin-bottom: 8px;
}
.quotePost-head {
  padding-left: 29px;
  position: relative;
}
.quotePost .user-thum {
  width: 20px;
  height: 20px;
  left: 16px;
}
.quotePost-picture {
  margin-bottom: 0;
}
.quotePost-bodyLink {
  z-index: 30;
}

.posting-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 12px;
  background: #fff;
}
.posting-area .btn-img-edit {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 13px;
  margin-right: 13px;
}
.posting-area .btn-img-edit img {
  width: 100%;
}
.posting-area textarea {
  width: calc(100% - 16px);
  max-height: 16em;
  min-height: 43px;
  padding: 15px 16px 11px;
  resize: none;
  background: #fafafa;
  border: solid 1px #ebebeb;
  border-radius: 25px 25px;
  line-height: 1.5;
}
.posting-area textarea::-webkit-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.posting-area textarea::-moz-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.posting-area textarea:-ms-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.posting-area textarea::-ms-input-placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.posting-area textarea::placeholder {
  color: rgba(110, 127, 170, 0.8);
}
.posting-area .send {
  width: 24px;
  height: 24px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 13px;
  margin-left: 8px;
}
.posting-area .send img {
  width: 100%;
}
/*# sourceMappingURL=comment.css.map */