@charset "UTF-8";
/* CSS Document */

#whatkibou {
margin-top: 20px;
}
#whatkibou h3{
font-size: 1.3em;
min-height: 40px;
padding-left: 150px;
}
.step1{
background: url("/sp/img/what-s1.png") no-repeat top left;
}
.step2{
background: url("/sp/img/what-s2.png") no-repeat top left;
}
.step3{
background: url("/sp/img/what-s3.png") no-repeat top left;
}
hr{
background-color: #fff;
border-top: 2px dashed #C9C9C9;
margin: 30px 0;
}
#whatkibou .what-link{
text-align: center;
margin-top: 40px;
}
#whatkibou a{
display: inline-block;
margin: 0 auto;
text-align: center;
background-color: #6FA775;
padding: 15px 20px;
color: #fff;
font-weight: 700;
font-size: 1.4em;
border-radius: 20px;
}
#whatkibou i{
color: #fff;
}
