article .content .title1 {
  width: 15.14285714vw;
}
article .content .txt {
  padding: 0.57142857vw 1.04761905vw;
  margin-top: 0.57142857vw;
  margin-bottom: 0.71428571vw;
  background-color: #fff;
  box-sizing: border-box;
}
article .content .txt p {
  color: #000000;
  font-size: 0.76190476vw;
  line-height: 1.71428571vw;
}
article .content .title2 {
  width: 16.38095238vw;
}
article .content .title3 {
  width: 15vw;
}
article .content .txts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.57142857vw 1.52380952vw;
  margin-top: 0.57142857vw;
  margin-bottom: 1.19047619vw;
  background-color: #fff;
  box-sizing: border-box;
}
article .content .txts .flow {
  width: 22.76190476vw;
}
article .content .txts div {
  width: 19.04761905vw;
}
article .content .txts div p {
  color: #000000;
  font-size: 0.76190476vw;
  line-height: 1.52380952vw;
}
