.contentsText {
  font-size: 14px;
  background: #F5ECEC;
  padding: 0 20px 10px;
  border-radius: 0 0 5px 5px; }
  @media screen and (max-width: 640px) {
    .contentsText {
      font-size: 12px; } }

.voiceBox {
  margin-top: 40px; }
  .voiceBox ul .flex_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .voiceBox ul .flex_box {
        flex-direction: column;
        margin-bottom: 40px;
        align-items: flex-start; } }
    .voiceBox ul .flex_box a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 5;
      left: 0;
      top: 0; }
    .voiceBox ul .flex_box p {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-left: 30px; }
      @media screen and (max-width: 640px) {
        .voiceBox ul .flex_box p {
          font-size: 14px;
          margin-bottom: 10px;
          padding-left: 35px; } }
      .voiceBox ul .flex_box p::before {
        content: "";
        background: url(/voice/img/voice_pic_icon.jpg) no-repeat;
        background-size: contain;
        width: 23px;
        height: 21px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .voiceBox ul .flex_box .voice_link_btn {
      width: 145px;
      height: 40px;
      background: #df6b71;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 1;
      position: relative;
      padding-right: 25px;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        .voiceBox ul .flex_box .voice_link_btn {
          font-size: 14px;
          height: 35px;
          padding-right: 15px;
          margin-left: auto; } }
      .voiceBox ul .flex_box .voice_link_btn::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        right: 18px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 640px) {
          .voiceBox ul .flex_box .voice_link_btn::before {
            width: 15px;
            height: 15px; } }
      .voiceBox ul .flex_box .voice_link_btn::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        border: 5px solid transparent;
        border-left: 8px solid #df6b71; }
        @media screen and (max-width: 640px) {
          .voiceBox ul .flex_box .voice_link_btn::after {
            border: 4px solid transparent;
            border-left: 6px solid #df6b71; } }

#voice_content .voiceComment {
  background: #f5eceb;
  padding: 0px;
  border: 1px solid #df6b71;
  margin-bottom: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    #voice_content .voiceComment {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      margin-bottom: 20px; } }
  #voice_content .voiceComment .voiceComment_1 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 640px) {
      #voice_content .voiceComment .voiceComment_1 {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 20px; }
        #voice_content .voiceComment .voiceComment_1 img {
          max-width: 76px;
          width: 15%;
          margin-right: 10px; } }
  #voice_content .voiceComment .voiceComment_2 {
    width: 80%;
    padding-right: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #voice_content .voiceComment .voiceComment_2 {
        width: 100%;
        padding: 0; } }
#voice_content .voiceKoubo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    #voice_content .voiceKoubo {
      flex-direction: column;
      align-items: flex-start; } }
  #voice_content .voiceKoubo .kamikoubo_1 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 640px) {
      #voice_content .voiceKoubo .kamikoubo_1 {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 10px; }
        #voice_content .voiceKoubo .kamikoubo_1 img {
          max-width: 88px;
          width: 100%; } }
  #voice_content .voiceKoubo .kamikoubo_2 {
    width: 80%;
    padding-right: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #voice_content .voiceKoubo .kamikoubo_2 {
        width: 100%;
        padding: 0; } }
#voice_content .voiceAnswer {
  background: #f5eceb;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-bottom: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    #voice_content .voiceAnswer {
      align-items: flex-end;
      padding: 20px; } }
  #voice_content .voiceAnswer .voice_answer1 {
    width: 75%;
    padding-left: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      #voice_content .voiceAnswer .voice_answer1 {
        width: 80%;
        padding: 0; } }
  @media screen and (max-width: 640px) {
    #voice_content .voiceAnswer .voice_answer2 {
      width: 18%; }
      #voice_content .voiceAnswer .voice_answer2 img {
        max-width: 76px;
        width: 100%; } }
#voice_content .voice_txt_red {
  color: red; }
#voice_content .voice_txt_blue {
  color: blue; }
#voice_content .voice_txt_green {
  color: #00b350; }

/*# sourceMappingURL=voice.css.map */
