@charset "UTF-8";
/*about-page貴について css*/
/* --main-- */
.about-section{
    margin-bottom: 50px;
}
.about-section:last-child{
    margin-bottom: 100px;
}
.about-section p{
    line-height: 1.8;
}
.about-1 figure{
    display: inline-block;
    float: right;
    width: 250px;
    height: 200px;
    margin: 0 0 10px 10px;
}
.about-1 p{
    overflow: hidden;
}
.about-img{
    width: 100%;
    height: auto;
}
.lead{
    font-size: 2rem; 
}
.lead{
    border-left: 5px solid #ECB038;
    height: 35px;
    padding-left: 10px;
    line-height: 1.8;
    margin: 30px 0 20px;
}
/*　ｓｐスタイル　*/
/*960以下*/
@media screen and (min-width:769px) and (max-width:960px){
     .about-section{
        margin: 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .about-section{
        margin: 0 20px;
    }
    .about-1 figure{
        display: block;
        float: none;
        margin: 0 auto 10px;
        max-width: 300px;
        width: 100%;
        height: auto;
    }
    .about-img {
        width: 100%;
        height: auto;
    } 
    
}