.voice_in {
    margin-bottom: 80px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in {
      margin-bottom: 11.71875vw;
    }
  }
  
  .voice_in .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 68px;
    padding: 0 30px;
    margin-bottom: 80px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col {
      gap: 11.71875vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 0;
      margin-bottom: 11.71875vw;
    }
  }
  
  .voice_in .col_item {
    width: calc(100% / 2);
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item {
      width: 100%;
    }
  }
  
  .voice_in .col_item.f_img {
    text-align: right;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item.f_img {
      text-align: center;
    }
  }
  
  .voice_in .col_item.f_img img {
    width: 92%;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item.f_img img {
      width: 90%;
    }
  }
  
  .voice_in .col_item_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item_ttl {
      margin-bottom: 5.20833vw;
    }
  }
  
  .voice_in .col_item_ttl .ttl_img {
    width: 130px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item_ttl .ttl_img {
      width: 28.64583vw;
    }
  }
  
  .voice_in .col_item_ttl .ttl_sub {
    font-size: 1.42857142rem;
    margin-left: 20px;
    line-height: 1.4;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in .col_item_ttl .ttl_sub {
      font-size: 3.90625vw;
      margin-left: 5.20833vw;
      line-height: 1.6;
    }
  }
  
  .voice_in_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list {
      gap: 5.20833vw;
    }
  }
  
  .voice_in_list .items {
    width: calc(85.6% / 2);
    padding: 30px 30px;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    background: #fff;
    color: #000;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items {
      width: 100%;
      padding: 9.11458vw 5.20833vw 5.20833vw;
      border-radius: 1.5625vw;
      color: #000;
    }
    .voice_in_list .items p {
        color: #000;
    }
  }
  
  .voice_in_list .items .ttl_v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.42857142rem;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B3B3B3;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .ttl_v {
      font-size: 3.90625vw;
      padding-bottom: 5.20833vw;
      margin-bottom: 5.46875vw;
      color: #000;
    }
  }
  
  .voice_in_list .items .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .detail {
      margin-bottom: 5.72917vw;
    }
  }
  
  .voice_in_list .items .detail_img {
    width: 96px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .detail_img {
      width: 20.83333vw;
    }
  }
  
  .voice_in_list .items .detail_list {
    margin-left: 16px;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .detail_list {
      margin-left: 2.60417vw;
    }
  }
  
  .voice_in_list .items .detail_list li {
    margin: 12px 0 0 0;
    position: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    color: #000;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .detail_list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 2.60417vw;
      font-size: 3.38542vw;
    }
  }
  
  .voice_in_list .items .detail_list li span {
    display: inline-block;
    width: 96px;
    color: #fff;
    padding: 2px 0 0;
    margin: 0 10px 0 0;
    background: #0075C2;
    text-align: center;
    border-radius: 50vh;
    position: unset;
    border: unset;
    height: unset;
    line-height: unset;
    font-size: 14px !important;
  }
  
  @media screen and (max-width: 768px) {
    .voice_in_list .items .detail_list li span {
      width: 20.83333vw;
      padding: 0.26042vw 0 0;
      margin: 0 2.60417vw 0 0;
      font-size: 3.125vw;
    }
  }
  
  .voice_in_list .items p span {
    color: #0075C2;
    font-weight: bold;
  }