@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    notice_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#contents_area{
    overflow: hidden;
}

article{
    position: relative;
}

article#sec_banner{
    padding: 20px 0 0 0 !important;
    margin: 0 0 60px 0 !important;
}

article#sec_banner h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 8px 0;
    font-size: 15px;
    display: inline-block;
    letter-spacing: .15em;
    color: #666;
    position: relative;
}

article#sec_banner h3:after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.line:after,
article.line:after{
    content: '';
    width: 100%;
    height: 16px;
    display: block;
    background-image:url(../images/parts_line_stripe_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #sec_title
*
-------------------------------------------------- */
#sec_title{
    width: 900px;
    margin: -20px 0 45px 0;
    padding: 0 0 75px 0;
    position: relative;
    overflow: hidden;
}

#sec_title .pic{
    margin: 0 0 50px 0;
}

#sec_title h2{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 28px;
    letter-spacing: .05em;
    line-height: 1.5714em;
}

#sec_title .col_left{
    width: 470px;
    float: left;
}

#sec_title .col_right{
    width: 430px;
    float: left;
}

#sec_title .col_right p{
    font-size: 15px;
    line-height: 1.8666em;
    letter-spacing: .05em;
}


/* --------------------------------------------------
*
    #sec_notice
*
-------------------------------------------------- */
#sec_notice{
    clear: both;
    width: 940px;
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
    overflow: hidden;
}

#sec_notice:after{
    background-position: left;
}

#sec_notice li{
    width: 430px;
    margin: 0 40px 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
}

#sec_notice li.b_none{ border: none;}

#sec_notice h3{
    margin: 0 0 20px 0;
    font-size: 20px;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    color: #009ddb;
    letter-spacing: .025em;
    line-height: 1.6em;
} 

#sec_notice p{
    font-size: 15px;
    line-height: 1.8666em;
    letter-spacing: .025em;
}

#sec_notice .recommend h4{
    margin: 25px 0 10px 0;
    padding: 5px 10px 6px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    background-color: #91b4e6;
    border-radius: 3px;
}

#sec_notice .recommend p{
    color: #d65a24;
}

#sec_notice p.caution{
    margin: 20px 0 0 0;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    letter-spacing: .025em;
    line-height: 1.6923em;
    color: #666;
    position: relative;
    bottom: -10px;
}

#sec_notice .notes{
    margin: 25px 0 0 0;
}

#sec_notice .notes p{
    margin: 0 0 20px 0;
    font-size: 13px;
    letter-spacing: .025em;
    line-height: 1.6923em;
    color: #666;
}

#sec_notice .notes p:last-child{
    margin: 0;
}


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