@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////

フォロワー

/////////////////////////////////////////////////////////////////// */
#data_list.followers {
    grid-template-columns: repeat(4, 1fr);
}
#data_list.followers.user {
    grid-template-columns: repeat(2, 1fr);
}

.name::before {
	content: "";
	display: inline-block;
	background: url(https://img.undernavi.com/front/pc/mypage/mypage_user.png) center top no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.follow_on {
	font-size: 10px;
	color: #fff;
}
.add_follow.active {
	padding: 2px 15px;
	color: #fff;
	background: #20B3D8;
	border-radius: 10px;
}
.follow_off {
	font-size: 10px;
	border-radius: 10px;
}
.add_follow {
	padding: 2px 20px;
	color: #20B3D8;
	background: #fff;
	border: 1px solid #20B3D8;
	border-radius: 10px;
}
.followers_item_buttons .add_follow.active.pink {
	background: #ff7ea0;
	border-color: #ff7ea0;
}

.followers_item .lady_name {
	display: block;
	margin: 5px 0 0;
}

#data_list .followers_item .box_btn,
#data_list .followers_item .btn_blocked {
  width: 100%;
  margin-top: 5px;
}
#data_list .followers_item .box_btn p {
  margin-bottom: 10px;
  position: relative;
}
#data_list .followers_item .box_btn a,
#data_list .followers_item .btn_blocked a {
  display: block;
  width: 100%;
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}
#data_list .followers_item .btn_blocked a {color: #000;}
#data_list .followers_item .box_btn .btn_prof a {
  background-color: #d9d9d9;
  color: #000;
}
#data_list .followers_item .box_btn .btn_talk a {
  background-color: #fff;
  color: #1b1b1b;
}
#data_list .followers_item .box_btn .btn_talk.new::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: #c80037;
  border-radius: 50%;
}
.point_disa {
	text-align: right;
	font-size: 0.725rem;
	margin-bottom: 20px;
	width: 92%;
}

.point_flex {
	display: table;
	width: 85%;
	margin: 0 auto;
}
.point_flex > p:last-child {
	width: 35%;
	text-align: right;
}
.point_flex > p {
	display: table-cell;
	font-size: 0.725rem;
}
.point_flex:last-of-type {
	margin-bottom: 4px;
	padding-bottom: 3px;
	margin: 0 auto 0px;
}