@charset "utf-8";
.page-wrap{
  background: url(../images/conts-bg.jpg) no-repeat top center / cover;
  padding: 60px 0;
}
.page-tit{
  color: #000;
}
.page-tit:before{
  background-color: #000;
}
@media screen and (max-width: 810px) {
  .page-wrap{
    padding: 30px 0;
  }
}


#flow.conts{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
}
#flow.conts li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  align-items: flex-start;
  position: relative;
  margin: 0 0 90px;
}
#flow.conts li:last-child{
  margin: 0;
  padding: 0;
}
#flow.conts li:last-child:after{
  display: none;
}
#flow.conts li .img{
  min-width: 450px;
  width: 450px;
  position: relative;
}
#flow.conts li .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}
#flow.conts li .txt-box{
  width: calc(100% - 480px);
  padding-top: 20px;
  text-align: left;
}
#flow.conts li .txt-box .step{
  color: #7a4e4f;
  font-size: clamp(16px,2.2vw,28px);
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #7a4e4f;
}
#flow.conts li .txt-box .step strong{
  font-size: clamp(20px,3vw,40px);
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
#flow.conts li .txt-box .txt1{
  color: #7a4e4f;
  font-size: clamp(20px,3vw,40px);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#flow.conts li .txt-box .txt2{
  font-size: clamp(12px,1.4vw,18px);
  line-height: 2;
  margin-top: 20px;
}
#flow.conts li .att{
  background-color: #7a4e4f;
  padding: 25px;
  margin-top: 25px;
  color: #fff;
}
#flow.conts li .att .t1{
  font-size: clamp(14px,1.6vw,18px);
  line-height: 1;
  margin-bottom: 10px;
}
#flow.conts li .att .t2{
  font-size: clamp(12px,1.4vw,14px);
  line-height: 1.6;
}
@media screen and (max-width: 810px) {
  #flow.conts{
    padding-top: 30px;
  }
  #flow.conts li{
    display: block;
    margin: 0 0 30px;
  }
  #flow.conts li .img{
    min-width: auto;
    width: 100%;
    margin: 10px auto 0;
  }
  #flow.conts li .txt-box{
    width: 100%;
    padding: 0;
  }
  #flow.conts li .txt-box .step{
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  #flow.conts li .txt-box .txt2{
    line-height: 1.8;
    margin-top: 5px;
  }
  #flow.conts li .att{
    padding: 15px;
    margin-top: 10px;
    text-align: left;
  }
  #flow.conts li .att .t1{
    margin-bottom: 5px;
  }
}
