/* ライタープロフィール表示用 */
.writer {
  border-top : 1px solid #ccc;
  border-bottom : 1px solid #ccc;
  padding: 30px 0;
  margin-top: 20px;
}
.writer_cap {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.writer section:not(:first-child) .writer_cap {
  margin-top: 25px;
}
.writer_cap span {
  display: inline-block;
  border-bottom: 1px solid #ffca00;
  margin-bottom: 0 !important;
}
.writer_profile {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap : wrap;
  align-items: flex-start;
}
.writer_profile_pic {
  width: 100px;
  margin-right: 15px;
}
.writer_profile dl {
  font-size: .8rem;
  width: calc(100% - 115px);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap : wrap;
  align-items: center;
}
.writer_profile_name {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}
.writer_profile_link {
  font-size: 0;
  line-height: 1;
  padding-right: 4px;
}
.writer_profile_link a {
  display: inline-block;
  color: #000;
}
.writer_profile_link i {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-size: 1.1rem;
  margin-left: 15px;
}
.writer_profile_desc {
  width: 100%;
  margin-top: 8px;
}
.writer .blog-card {
  margin: 5px 5px;
}
.writer details[open] summary{
  display: none;
}
.writer_more {
  font-size: .9rem;
  font-weight: 500;
  width: 100%;
}
.writer_more summary, .writer_more_tag {
  margin-right: 5px;
  font-weight: 600;
  display: block;
  text-align: right;
}
.writer_more summary:hover, .writer_more_tag:hover {
  color: #dd3154;
}
.writer_more summary::after, .writer_more_tag::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f0a9";
  font-size: 1rem;
  margin-left: 5px;
}
.writer_more summary::after {
  transform: rotate(90deg);
}

/* tag */
.writer_tag {
  display: none;
}
.writer_tag_img {
  margin: 0 auto 20px;
}
.writer_tag .writer_profile_link {
  text-align: center;
  margin-bottom: 15px;
}
.writer_tag .writer_profile_link a {
  margin: 0 8px;
}
.writer_tag .writer_profile_link i {
  display: block;
  font-size: 1.2rem;
  margin: 0;
}

.hov_color {
  cursor: pointer;
  transition: color .4s ease;
  color: #3255af;
}
.hov_color:hover {
  color: #dd3154;

}
