@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    about_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #about_body
*
-------------------------------------------------- */
#about_body{
    margin: -40px 0 0 0;
}

#about_body .row.r{
    background-color: #eee8de;
}

#about_body .row .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 20px;
    box-sizing: border-box;
    display: table;
}

#about_body .row p{
    font-size: 18px;
    line-height: 2em;
    letter-spacing: .025em;
}

#about_body .row p.pic{
    margin: .5em 0 0 0;
}

#about_body .row p.pic img{
    width: 100%;
}

#about_body .row .inner .l{
    width: 43.75%;
    display: table-cell;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

#about_body .row .inner .r{
    width: 100%;
    min-width: 540px;
    display: table-cell;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
}

/* .r */
#about_body .row.r .inner .r{
    width: 43.75%;
    min-width: auto;
    padding: 0;
    display: table-cell;
    vertical-align: top;
}

#about_body .row.r .inner .l{
    display: table-cell;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    vertical-align: top;
    white-space: nowrap;
}

#about_body .il01{ background-image:url(../images/about/img_il_01.png); background-size: 210px;}
#about_body .il02{ background-image:url(../images/about/img_il_02.png); background-size: 166px;}
#about_body .il03{ background-image:url(../images/about/img_il_03.png); background-size: 171px; background-position: 50px center !important;}

} /* ----- min-width : 641px ----- */