@charset "utf-8";

/* step */

#step01,
#step02,
#step03,
#step04 {
  padding-bottom: 50px;
  background: url(/opt/information/flow/imgs/bg_step.webp) center bottom no-repeat;
  margin-bottom: 20px;
}

.flowBox{
  border:solid 1px #E6E6E6;
  padding:20px 50px;
}

#step05 {
  margin-bottom: 0;
}

.account_area{
  display:flex;
}

.account_area p:last-child{
  margin-left:10px;
}

.contentsLinkList p{
  margin-top:20px;
}

.contentsImgText .img{
  text-align: left;
}

.pageNoticeList{
  font-size:12px;
}

.hd_wrap .statusWrap .num{
  font-size:35px;
}

@media screen and (max-width: 767px){
  .flowBox{
    padding:20px;
  }
}