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

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

#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{
    margin-bottom: 2em;
    font-size: 18px;
    line-height: 2em;
    letter-spacing: .025em;
}

#about_body .row p:last-child{ margin-bottom: 0;}

#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: 241px; background-position: 50px center !important;}
#about_body .il02{ background-image:url(../images/about/img_il_02.png); background-size: 212px; background-position: 60px center !important;}
#about_body .il03{ background-image:url(../images/about/img_il_03.png); background-size: 134px; background-position: 100px center !important;}

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