@charset "utf-8";

#main h2#page_ttl{
background:#24A883;
}

.step_Box {
margin-bottom: 25px;
position: relative;
border: 2px solid #9c7b40;
padding: 20px;
margin-top: 50px;
border-radius: 5px;
margin-left: 20px;
}

.step_Box .step{
background:#9c7b40;
color: #FFF;
font-weight: bold;
position: absolute;
border-radius: 100%;
height: 55px;
width: 70px;
text-align: center;
line-height: 1.5em;
font-size: 0.9em;
padding: 15px 0 0 0;
top: -20px;
left: -20px;
margin-top: 0;
}

.step_Box .step em{
font-size: 1.5em;
font-style: normal;
display: block;
font-family: Century Gothic;
}

.step_Box h3{
color: #9c7b40;
margin-left: 40px;
}

.step_Box p{
margin-top: 10px;
}

.step_Box p strong{
display: block;
margin-bottom: 10px;
}

@media screen and (max-width:767px){
.step_Box p strong br{
display: none;
}
}
