@charset "UTF-8";
/*------------------------------------------------------------------------------------------
*
*
    attention_sp.css
    -> SP
*
*
------------------------------------------------------------------------------------------ */

@media screen and (max-width : 640px){ 
/*------------------------------------------------------------------------------------------
*
*
    max-width : 640px
        for SP
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    background-image:url(../images/parts_bg.png);
}

#contents_area{
    padding: 15px 0 0 0;
}

#main_visual img{
    width: 100%;
    height: auto;
}

#contents_area .section_inner{
    padding: 0 15px;
}

#section_attention{
    position: relative;
}

#sp_sub_navigation li{
    width: 50%;
}

#section_attention .copy{
    margin: 0 15px 35px 15px;
    padding: 20px 5px;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px dashed #7f8082;
    line-height: 2em;
}

#section_attention{
    text-align: center;
}

#section_attention li{
    margin: 0 0 40px 0;
    text-align: left;
}

#section_attention h2{
    height: 35px;
    padding: 0 20px;
    margin: 0 0 30px 0;
    background-color: #808080;
    border-radius: 18px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}
#section_attention .otameshi{
    height: 54px;
    padding: 6px 12px 0;
    margin: 0 0 30px 0;
    background-color: #808080;
    border-radius: 18px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}
#section_attention h3{
    margin: 0 0 20px 0;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.625em;
    letter-spacing: .1em;
    border-bottom: 1px solid #8f8e8e;
}

#section_attention h3 br{
    display: block !important;
    line-height: 0;
}

#section_attention li{
    margin: 0 0 40px 0;
    text-align: left;
}

#section_attention .desc{
    font-size: 14px;
    line-height: 2em;
}

#section_attention .recommend{
    margin: 30px 0 45px 0;
    text-align: left;
    padding: 20px 20px 15px 20px;
    display: inline-block;
    background-color: #909497;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: .05em;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section_attention .recommend:after{
    width: 60px;
    height: 88px;
    content: '';
    display: block;
    background-image:url(../images/parts_ico_recommend.png);
    background-repeat: no-repeat;
    background-size: 60px;
    position: absolute;
    top: -55px;
    left: 5px;
}

#section_attention .caution{
    margin: 25px 0 -5px 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 1.769em;
    letter-spacing: .05em;
}

#section_attention dl{
    margin: 20px 0 10px 0;
    font-size: 13px;
    line-height: 1.769em;
}

#section_attention dd{
    margin: 0 0 25px 0;
}


}