

.flex-block{
  background: #fff;
  margin-top: 30px;
  padding: 36px 40px;
  border-radius: 10px;
}

.flex-block .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.flex-block .flex figure{
  width: 38.2%;
}

.flex-block .flex figure img{
  width: 100%;
}

.flex-block .flex .word{
  width: 56%;
}

.flex-block .flex .word h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  /* margin-top: 28px; */
  letter-spacing: 2.5px;
}

.flex-block .flex .word p {
  font-size: 14px;
  border-bottom: 1px dashed #707070;
  padding: 2px 5px 10px 16px;
  letter-spacing: 0.6px;
}

.flex-block .flex .word h5 {
  font-size: 14px;
  padding: 15px 5px 0 14px;
  letter-spacing: 1.5px;
}

.flex-block .flex .word h5 span {
  font-size: 18px;
  color: #E64588;
  font-weight: bold;
}

.flex-block2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-block2 figure{
  width: 39%;
}

.flex-block2 figure img{
  width: 100%;
}

.flex-block2 .word{
  width: 55%;
}

.flex-block2 .word h3{
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  color: #E64588;
  margin-bottom: 10px;
}

.flex-block2 .word p{
  font-size: 13px;
  line-height: 140%;
}

.flex-block2 .word p b{
  font-weight: bold;
}

.flex-block3{
  background: #fff;
  margin-top: 30px;
  padding: 44px 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.flex-block3 .box1{
  width: 47%;
}

.flex-block3 figure img{
  width: 100%;
}

.flex-block3 .word{
  width: 100%;
}

.flex-block3 .word h4 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 28px;
  letter-spacing: 2.5px;
}

.flex-block3 .word p {
  font-size: 12px;
  border-bottom: 1px dashed #707070;
  padding: 2px 5px 10px 16px;
  letter-spacing: 0.6px;
}

.flex-block3 .word h5 {
  font-size: 14px;
  padding: 15px 5px 0 14px;
  letter-spacing: 1.5px;
}

.flex-block3 .word h5 span {
  font-size: 18px;
  color: #E64588;
  font-weight: bold;
}

.tit-s3 h3{
  text-align: center;
  font-weight: bold;
  padding-top: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
}

.tit-s3 h4{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #E64588;
  padding: 10px;
  color: #E64588;
  line-height: 140%;
}

.tit-s3 p{
  text-align: center;
  font-size: 14px;
  line-height: 200%;
}