.column .social_share {
  padding: 0 1rem;
  margin: 1rem auto 0;
}
.column .social_share dl {
  margin-top: 1rem;
}
.column .social_share dl dt {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.column .social_share dl dt::before, .column .social_share dl dt::after {
  width: 0.15rem;
  height: 1rem;
  content: "";
  background: #000;
}
.column .social_share dl dt::before {
  transform: rotate(-25deg);
}
.column .social_share dl dt::after {
  transform: rotate(25deg);
}
.column .social_share dl dd {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}
.column .social_share dl dd a img {
  width: 2rem;
}
.column .document_writer {
  padding: 1.5rem 1rem;
  margin: 2rem auto 0;
  background: #f0f6f6;
}
.column .document_writer figure img {
  height: 5.33rem;
  border: solid 1px #707070;
}
.column .document_writer figure figcaption {
  font-weight: 500;
}
.column .document_writer > p {
  padding: 1rem;
  color: #9a9a9a;
  border-top: solid 1px #9a9a9a;
  border-bottom: solid 1px #9a9a9a;
}

.comments {
  padding: 0 1rem;
  margin: 2.5rem auto 5rem;
}
.comments .cmt_toolbar {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0 0.5rem;
  border-bottom: dotted 1px #208d9c;
}
.comments .cmt_toolbar p {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  font-weight: 500;
}
.comments .cmt_toolbar p::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/commnet_chat.webp") no-repeat center/contain;
}
.comments .cmt_toolbar nav label {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: #208d9c;
}
.comments .cmt_toolbar nav label + label {
  border-left: solid 1px #000;
}
.comments .cmt_toolbar nav label input {
  display: none;
}
.comments .cmt_toolbar nav label:has(input:checked) {
  color: #000;
}
.comments ul li {
  padding: 0.8rem 0 1.8rem;
  border-bottom: dotted 1px #208d9c;
}
.comments ul li dl dt {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.comments ul li dl dt::before {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("../img/icon/commnet_user.webp") no-repeat center/contain;
}
.comments ul li dl dt time {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  color: #868686;
}
.comments ul li dl dd {
  position: relative;
  padding: 1rem 0 0 2rem;
}
.comments ul li dl dd p {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
  line-height: 1.5;
}
.comments ul li dl dd:has(:checked) p {
  display: block;
  height: 100%;
}
.comments ul li dl dd label {
  position: relative;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto;
  font-size: 1rem;
  color: #208d9c;
}
.comments ul li dl dd label::before {
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(52% 100%, 0 0, 100% 0);
  content: "";
  background: #208d9c;
}
.comments ul li dl dd label input {
  display: none;
}
.comments ul li dl dd:has(:checked) label {
  display: none;
}
.comments ul li button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 0 auto;
  color: #208d9c;
  background: #cce1e1;
  border-radius: 2rem;
}
.comments ul li button::before {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../img/icon/commnet_hurt-blue.webp") no-repeat center/contain;
}
.comments ul li button.clicked {
  color: #fff;
  background: #208d9c;
}
.comments ul li button.clicked::before {
  background-image: url("../img/icon/commnet_hurt-pink.webp");
}
.comments aside {
  position: relative;
  padding: 0.66rem 0 1.5rem;
  background: #f0f6f6;
}
.comments aside::before, .comments aside::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 1rem;
  height: 100%;
  content: "";
  background: #f0f6f6;
}
.comments aside::before {
  left: -1rem;
}
.comments aside::after {
  right: -1rem;
}
.comments aside > span {
  font-weight: 500;
  color: #208d9c;
}
.comments aside form {
  position: relative;
  padding-left: 2.2rem;
  margin-top: 0.5rem;
}
.comments aside form::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: "";
  background: url("../img/icon/commnet_user.webp") no-repeat center/contain;
}
.comments aside form label {
  display: block;
}
.comments aside form label input,
.comments aside form label textarea {
  width: 100%;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border: solid 1px #208d9c;
  border-radius: 0.2rem;
}
.comments aside form label input::-moz-placeholder, .comments aside form label textarea::-moz-placeholder {
  color: #868686;
}
.comments aside form label input::placeholder,
.comments aside form label textarea::placeholder {
  color: #868686;
}
.comments aside form button {
  position: relative;
  width: 100%;
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #fff;
  background: #208d9c;
  border-radius: 0.5rem;
}/*# sourceMappingURL=column.css.map */