@charset "utf-8";

.pddglt {padding-left:100px;}
.pddgrt {padding-right:100px;}
.homecheck2 .layout {max-width:1000px; margin:0 auto;}
.homecheck2 .halfWrap {display:flex; flex-wrap:wrap; justify-content:space-between; align-items: center;}
.homecheck2 .halfWrap .order1 {order:1;}
.homecheck2 .halfWrap .order2 {order:2;}
.homecheck2 .halfWrap .half.halftxt {width:55%;  }
.homecheck2 .halfWrap .half.halftxt .point_txt {display:inline-block; padding:.3em 1em; border-radius:10px; background-color:#006760; letter-spacing:.1em; color:#fff; font-weight:500; }
.homecheck2 .halfWrap .half.halfimg {width:45%; }
.homecheck2 .halfWrap .imgWrap {position:relative; width:100%; height:0; padding-bottom:80%; overflow:hidden; border-radius:30px; }
.homecheck2 .halfWrap .imgWrap .imgpst { position:absolute; width:100%; height:100%; top:0; left:0; }
.homecheck2 .halfWrap .imgWrap .imgpst img {width:100%; height:100%; object-fit: cover; }

.homecheck2 .imgBlock,
.homecheck2 .imgBlock img {width:100%;}

@media screen and (max-width:1024px){
  .pddglt {padding-left:50px;}
  .pddgrt {padding-right:50px;}
  .homecheck2 .halfWrap .imgWrap {border-radius:20px;}
}
@media screen and (max-width:768px){
  .pddglt {padding-left:0;}
  .pddgrt {padding-right:0;}
  .homecheck2 .imgWrap {padding-bottom:60%;}

  .homecheck2 .halfWrap .half.halftxt,
  .homecheck2 .halfWrap .half.halfimg {width:100%; }
  .homecheck2 .halfWrap .half.halftxt {padding-bottom:30px; text-align:center;}
  .homecheck2 .halfWrap .halftxt.order1,
  .homecheck2 .halfWrap .halftxt.order2 {order:1;}
  .homecheck2 .halfWrap .halfimg.order1,
  .homecheck2 .halfWrap .halfimg.order2 {order:2;}
}
@media screen and (max-width:560px){
  .setpIcon ul.stepUl li .topIcon {width:100px; height:100px; line-height: 102px;}
}