@charset "utf-8";
/* CSS Document */

#contents figure {
    text-align: center;
    margin-bottom: 1.5em;
}



#contents figure figcaption{
    text-align: left;
    font-weight: bold;
}
#contents .stepArea > ol > li > p > span.circle{
    color: #fff;
    line-height: 22px;
    text-align: center;
    height: 20px;
    width: 20px;
    margin: 0 4px;
    font-weight: 700;
    background-color: #333;
    border-radius: 50%;
    font-size: 1.2em;
    display: inline-block;
}

#contents .notice_gray_b h3{
    font-size: 1rem;
    font-weight: bold;
}
#contents .flex.pct{
    margin-top: 1em;
}
#contents .flex figure{
    margin-bottom: 0;
}

#contents img.icon{
    vertical-align: middle;
}

@media (max-width: 640px){
    #contents figure img{
        max-width: 500px;
        width: 100%;
        height: auto;
    }
    
    #contents .pct .flex_arrow{
        transform: rotate( 90deg );
    }
    
}