#center_contents {
  padding-bottom: 90px;
}

.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;
}

.avatar_customer {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 8px;
}

.age_text {
  font-size: 12px;
  color: #4a4a4a;
}

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

.message_row {
  margin-bottom: 50px;
  margin-left: 132px;
  width: 80%;
}

.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.13;
  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: 120px;
  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 {
  line-height: 4px;
  display: inline-block;
}

.show_more_item_image img {
  width: 10px;
  height: 5px;
  -o-object-fit: contain;
     object-fit: contain;
  -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 li:nth-child(2) ::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  height: 6px;
  width: 20px;
  -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;
}

.g_footer .other_info {
  background: #fef2f5;
}

.icon_sex {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
}

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

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

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