/* 口コミ　編集
-------------------------------------------------------------- */

#profile_header{
  display: flex;
  align-items: center;
}
#profile_header .user_thumb{
  flex: 0 0 80px;
  margin-right: 15px;
}
#profile_counter{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#profile_counter li{
  width: 33.33%;
  border-right: #cecece solid 1px;
  text-align: center;
  color: #929292;
  font-size: .8rem;
}
#profile_counter li:last-child{
  border: 0;
  width: 100%;
  margin-top: 1rem;
}
#profile_counter li .counter{
  display: block;
  font-size: 120%;
  font-weight: bold;
  color: #000;
}
#profile_counter li svg{
  width: 15px;
}

.profile_header__cat{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 10px;
  margin: 5px 0;
}
.profile_header__cat li{
  margin-right: 5px;
}
.profile_header__cat li a{
  padding: 2px 10px;
  border-radius: 50px;
  display: block;
  color: #ff6b9f;
  background: #ededed;
}

#profile_header .profile_header03__follow {
  width: 85%;
  padding: 15px;
  margin: 0 auto;
}
.btn_follow{
  border: #ff6b9f solid 1px;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  display: block;
  color: #ff6b9f;
  cursor: pointer;
  transition: .3s;
}
.btn_follow:hover{
  background: #ff6b9f;
  color: #fff;
}
.btn_follow svg{
  width: 15px;
  vertical-align: middle;
}
.btn_follow svg path{
  fill: #ff6b9f;
}
.btn_follow:hover svg path{
  fill: #fff;
}
#profile_name{
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding: 0;
}
.sns_links{
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sns_links li{
  margin-left: 5px;
}
.sns_links li a{
  width: 25px;
  height: 25px;
  background: #f4f4f4;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 20px;
}
.sns_links li a svg{
  width: 10px;
  vertical-align: middle;
}
.sns_links li a svg path{
  fill: #333;
}
#profile_cont__wrap{
  margin: 0;
  padding: 0 0 2rem;
  /* margin: 3rem 0; */
}
.profile_cont__nav{
  display: flex;
  border-top: #cecece solid 1px;
  border-bottom: #cecece solid 1px;
}
.profile_cont__nav li{
  width: 25%;
  width: 33.3%;
  font-size: 12px;
  cursor: pointer;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.profile_cont__nav li.current{
  font-weight: bold;
}
.profile_cont__nav li.current::after{
  content: '';
  width: 100%;
  height: 2px;
  background: #ff6b9f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.profile_cont__inner{
  padding: 0px 0 10px;
  display: none;
}

#profile_media {
  margin: 20px 0 0 0;
}

.cont_current{
  display: block;
}

.posted_box{
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: #cecece solid 1px;
}
.posted_box__recommended{
  padding: 1rem;
  background: #f8f8f8;
  border: 0;
}
.recommended_txt{
  margin: 1rem;
  color: #666;
}
.recommended_txt svg{
  width: 10px;
  vertical-align: middle;
  margin-right: 1rem;
}
.recommended_txt svg path{
  fill: #ff6b9f;
}
.posted_box__txt h2{
  font-weight: bold;
/*  font-size: 1.2rem; */
/*  margin-bottom: 1rem; */
  margin-bottom: 5px
}
.posted_box a:hover{
  background: #eee;
}
.posted_box a:hover .posted_box__txt h2{
  text-decoration: underline;
}
.posted_box__user{
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.posted_box__user .user_thumb{
  width: 15%;
}
.posted_box__user .review_box__user_txt{
  width: 85%;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.posted_box__user .review_box__user_txt h3{
/*  font-size: 1.1rem; */
}
.view_count_span{
  color: #999;
  font-size: 12px !important;
}
.posted_date{
  color: #666;
  font-size: 11px;
}
.posted_box__user .btn_good{
  margin: 0 0 0 auto;
}
.view_count_span figure{
  width: auto !important;
}
.posted_box__like{
  line-height: inherit;
}
.column_box__data_icon svg{
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
}
.posted_box__like .icon_heart svg{
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #profile_header .user_thumb{
    flex: 0 0 100px;
  }

  #profile_counter li{
    width: 20%;
  }
  #profile_counter li:last-child{
    width: 40%;
    margin: 0;
    padding-left: 1rem;
  }
  .review_box__user_txt h3{
/*    font-size: 1.4rem; */
  }
  /*
  #profile_name .review_post_user .nav_circle{
    width: 30px;
    height: 30px;
  }
  */
  /*
  #profile_name .review_post_user .nav_circle__icon img{
    width: 20px;
  }
  */
  .profile_header__cat{
    margin: 15px 0;
    font-size: 12px;
  }
  .profile_header__cat li a{
    padding: 5px 20px;
  }
  .sns_links li a{
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  .sns_links li a svg{
    width: 20px;
  }
  #profile_counter li svg{
    width: 20px;
  }
  .posted_box__user .user_thumb{
    width: 10%;
  }
  .posted_box__user .review_box__user_txt{
    width: 90%;
  }
  .posted_box__recommended{
    padding: 1rem 2rem;
  }
  /*
  .posted_box__txt h2{
    font-size: 1.2rem;
  }
  */
  .posted_box__like{
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .view_count_span,
  .posted_box__like{
    font-size: 12px !important;
  }
}