#center_contents {
  padding-bottom: 40px;
}

.tab {
  height: 40px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 48px;
  margin-bottom: 50px;
}

.tab_item {
  width: 153px;
  height: 40px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #f6f4f4;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}

.tab_item--on {
  background-color: #f884a3 !important;
}

.tab_text {
  height: 12px;
  font-size: 12px;
  text-align: center;
  color: #4a4a4a;
}

.tab_text--on {
  color: #ffffff;
}

.tab_center {
  text-align: center;
  margin: 0px -22px 50px -26px;
}

.avatar_customer {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
  background-color: #e2b6c3;
  -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
       background-size: 40px 40px;
}

.age_text {
  font-size: 12px;
  color: #4a4a4a;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
}

.message_content {
  font-size: 12px;
  line-height: 1.42;
  color: #4a4a4a;
  margin-bottom: 16px;
  word-break: break-all;
}

.message_row {
  width: 100%;
  padding: 0 12px 50px 13px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.message_left {
  text-align: center;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
}

.message_right {
  width: 70%;
  display: inline-block;
}

.message_header {
  font-size: 16px;
  line-height: 1.57;
  color: #f884a3;
  margin-bottom: 10px;
  margin-top: 7px;
  word-break: break-all;
}

.show_more_item {
  text-align: center;
}

.show_more_item_button {
  display: block;
  width: 92%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  background-color: #f884a3;
  border-style: none;
}

.show_more_item_text {
  width: 60px;
  height: 12px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin-right: 7px;
}

.show_more_item_image img {
  width: 7px;
  height: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sex_icon_girl > font {
  color: #ffbbba;
}

.sex_icon_man > font {
  color: #a0c8d8;
}

.underline_nav {
  width: 100%;
  height: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
  margin-top: -3px;
}

.g_navi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.g_navi__list > li {
  width: 33.3%;
  text-align: center;
}

.g_navi__list > li > a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 50px;
}

.g_navi_selected {
  width: 33.3%;
  text-align: center;
}

.g_navi_selected > a {
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 50px;
}

.g_navi_selected > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  height: 4px;
  width: 14px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #f884a3;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.icon_sex {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.icon_sex--male {
  background: #b6e4e4 url("/img/renewal/icon_male@3x.png") center/24px no-repeat;
}

.icon_sex--female {
  background: #fcbbba url("/img/renewal/icon_female@3x.png") center/24px no-repeat;
}

/*# sourceMappingURL=renewal_voice_sp.css.map */
