@charset "UTF-8";

#top{
    background-color: #fff;
}
#wrapper{
    width: 100%;
}
#wrapper .text{
    padding: 200px 0;
    background-color: #d4eefe;
}
#wrapper .text p{
    width: 675px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6em;
    color: #3f8abc;
}