@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    attention.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #section_attention
*
-------------------------------------------------- */
#section_attention{
    width: 840px;
    padding: 0 0 60px 0;
    margin: 0 auto 70px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
}

#section_attention .section_inner{
    padding: 75px 0 0 220px;
}

#section_attention h2{
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.666em;
    color: #789C9E;
}

#section_attention li{
    margin: 0 0 40px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    line-height: 2em;
}


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



@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #section_attention
*
-------------------------------------------------- */
#section_attention{
    padding: 0 5% 60px 5%;
    margin: 0 auto 70px auto;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
}

#section_attention .section_inner{
    padding: 45px 0 0 0;
}

#section_attention h2{
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.666em;
    color: #789C9E;
}

#section_attention ul{
    margin: 0 0 40px 0;
}

#section_attention li{
    margin: 0 0 20px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    line-height: 2em;
}


} /* ----- max-width : 640px ----- */