@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    voice_sp.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
/*------------------------------------------------------------------------------------------
*
*
    max-width: 640px;
*
*
------------------------------------------------------------------------------------------ */
article{
    position: relative;
}

article#sec_banner{
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

article#sec_banner h3{
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    padding: 0 0 5px 0;
    font-size: 12px;
    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: 10px;
    display: block;
    background-image:url(../images/parts_line_stripe_sp.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* --------------------------------------------------
*
    #sec_title
*
-------------------------------------------------- */
#sec_title{
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}

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

#sec_title .pic img{
    width: 100%;
}

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

#sec_title .col_left,
#sec_title .col_right{
    padding: 0 20px;
}

#sec_title .col_right p{
    font-size: 14px;
    line-height: 1.8666em;
}


/* --------------------------------------------------
*
    #sec_notice
*
-------------------------------------------------- */
#sec_notice{
    clear: both;
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    overflow: hidden;
}

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

#sec_notice ul{
    padding: 0 20px !important;
}

#sec_notice li{
    width: inherit !important;
    display: block !important;
    float: none !important;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
}

#sec_notice li:last-child{
    border: none;
}

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

#sec_notice p{
    font-size: 13px;
    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: 13px;
    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: 12px;
    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 ----- */
