@charset "UTF-8";


/* ++++++++++++++　　　about.css　　　++++++++++++++++++*/




/*=============== ===============*/

/*===============  ===============*/



.aboutSF{
    margin-top: 30px;
}


/*****　800px以上　表示　*****/
.aboutSF-R{
    float: right;
    width: 39%;
    text-align: center;
    margin-top: 100px;
}

.logo-img{  
    width: 100%;
    max-width: 300px;
    
}

.aboutSF-L{
    float: left;
    width: calc(59% - 15px);
    padding-left: 15px;
}



.about-text{
    font-size: 16px;
    line-height: 200%;
}


.chief-block{
    width: 140px;
    padding-top: 30px;
    padding-left: 110px;
    height: 100px;
    background: url("../images/sf020_1_img.jpg") no-repeat 0 20px;
    background-size:96px 96px; 
}


.chief-text1{
    font-size:14px;
    line-height: 140%;
    margin-bottom: 4px;
}


.chief-text2{
    font-size:18px;
    line-height: 100%;
}



/*****　800px未満　*****/
@media (max-width: 799px){
    .aboutSF-R{
    float: none;
    width: 90%;
    text-align: center;
    margin: 10px auto 20px auto;
}

    .logo-img{  
    width: 100%;
    max-width: 300px;
    
}

    .aboutSF-L{
    float: none;
    width: calc(59% - 15px);
    width: 90%;
    padding-left: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    }
    
    .chief-block{
    margin-left: auto;
    margin-right: auto;
    }
  

}
/***************/



