@charset "utf-8";

/*
 * smenu_flow.css 
*/



/* FLOW */
#flow {
    width: 1000px;
    margin: 0 auto;
}
#flow .step {
    border: 1px solid #4D4D4D;
    padding: 20px;
    position: relative;
    padding: 2em;
    margin-bottom: 70px;
}
#flow .step:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #8C6239 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
#flow .step h3 {
    font-family:"游明朝体", YuMincho, "游明朝体 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #99887E;
}
#flow .step .col-md-9 {
    padding-left: 20px;
}
#flow .step .col-md-3 {
    text-align: center;
}
#flow .step .comment {
    font-size: 16px;
    color: #4D4D4D;
    min-height: 90px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#flow .step .flow-border img {
    margin-top: -2px;
    padding-right: 0.5em;
}
#flow .step:last-child:after {
    border: none;
}

