@charset "utf-8";
/* CSS Document */
table.app{
padding: 3%!important;
}
table.app tr td{
border: none!important;
}
table.app img{
box-shadow: none!important;
}
img.icon{
width: 75%!important;
margin-left: 15%;
}
img.icon_s{
width: 60%!important;
margin-left: 20%;
}
img.step{
width: 120%!important;
}
.step01{
background:linear-gradient(90deg,rgba(254,135,201,1),rgba(242,155,204,1));
}
.step01 p{
color: #FFFFFF;
font-weight: bold;
margin-left: 4%;
}
.step02{
background:linear-gradient(90deg,rgba(248,149,29,1),rgba(255,178,0,1));
}
.step02 p{
color: #FFFFFF;
font-weight: bold;
margin-left: 4%;
}
.step03{
background:linear-gradient(90deg,rgba(2,115,191,1),rgba(22,161,254,1));
}
.step03 p{
color: #FFFFFF;
font-weight: bold;
margin-left: 4%;
}
.step04{
background:linear-gradient(90deg,rgba(59,194,3,1),rgba(135,205,95,1));
}
.step04 p{
color: #FFFFFF;
font-weight: bold;
margin-left: 4%;
}