@charset "utf-8";





.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 100%;
  margin-left: 3%;
}

.pict02 {
  width: 50%;
  margin-left: 3%;
}

.pict03 {
  width: 81%;
  margin-left: 3%;
}


.pict04 {
  width: 57%;
  margin-left: 3%;
}


.pict img {
  width: 100%;
  height:auto;
}

/*
.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}
*/
