#top{
    overflow: hidden;
    margin: 0 0 10px;
}
#header {
    padding-top: 10px !important;
}
#head_logo{
    float:left;
    padding: 10px 0 0 0;
}
#head_tel{
    float: right;

}
#head_tel i{
    font-size: 2rem;
}
#tel_number{
    font-weight: bold;
    font-size: 2.8rem;
    color: #00B200;
}
#tel_attention{
    font-size: 1.0rem;
    color:#666;
    text-align: center;
}
#header .title {
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    #head_logo{
        width: 39%;
    }
        #head_logo img{
            width: 100%;
        }
    #head_tel{
        width: 58%;
        text-align: right;
    }
    #tel_number{
        font-size: 1.4rem;
    }
    #head_tel i {
    font-size: 1.0rem;

}
    #tel_attention {
    font-size: 0.7rem;
        text-align: right;
}
}