@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* .l-container
================================================ */
#friend_introduction .l-container {
  padding-top: 0;
}

/* 共通
================================================ */
/* .friend_introduction-mainimg
================================================ */
.friend_introduction-mainimg {
  background: #ffc9c7;
}

/* .friend_introduction__head
================================================ */
.friend_introduction__head {
  color: #fff;
  background-color: #db8183;
  padding: 0.5em 0;
}
.friend_introduction__head .c-head02__sub {
  font-size: 1.6rem;
}
@media all and (min-width: 768px) {
  .friend_introduction__head .c-head02__sub {
    font-size: 1.8rem;
  }
}

/* .friend_introduction-popular
================================================ */
.friend_introduction-popular__table tr:not(:last-child) th,
.friend_introduction-popular__table tr:not(:last-child) td {
  border: none;
}
.friend_introduction-popular__table tr:first-child th,
.friend_introduction-popular__table tr:first-child td {
  padding-bottom: 0;
}
.friend_introduction-popular__table tr:last-child th,
.friend_introduction-popular__table tr:last-child td {
  padding-top: 0;
}
.friend_introduction-popular__note {
  font-size: 0.75em;
  margin-right: 0.2em;
}
.friend_introduction-popular__note::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(/friend_introduction/img/ico_coin01.png) left top/contain no-repeat;
  display: inline-block;
  position: relative;
  top: 0.2em;
  margin-right: 0.2em;
}