@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;
}

section h2,
article h2{
    margin: 0 0 35px 0;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    font-size: 22px;
    letter-spacing: .05em;
}


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

#sec_title:before{
    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;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    article
*
-------------------------------------------------- */
article{
    clear: both;
    margin: 0 0 5px 0;
    padding: 0 20px;
    overflow: hidden;
}

article.btm{
    margin: 0 0 25px 0;
    padding-bottom: 26px !important;
}

article h3{
    white-space: nowrap;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-family: 'ヒラギノUD角ゴ W6 JIS2004' !important;
    letter-spacing: .025em;
    line-height: 1.6em;
} 

article section{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 20px 35px 20px;
    box-sizing: border-box;
    background-image:url(../images/parts_voice_top.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    position: relative;
}

article section:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image:url(../images/parts_voice_btm.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

article.bg section{ background-image:url(../images/parts_voice_top_bg.png);}
article.bg section:after{ background-image:url(../images/parts_voice_btm_bg.png);}

article section.pic{
    background: none;
    padding: 0;
}

article section.pic img{
    width: 100%;
}

article section.pic:after{ display: none;}

article section p{
    font-size: 14px;
    line-height: 1.8666em;
    letter-spacing: .025em;
    position: relative;
    z-index: 2;
}



/* --------------------------------------------------
*
    #sec_info
*
-------------------------------------------------- */
#sec_info{
    margin: 0 0 20px 0;
    padding: 0 20px 30px 20px;
    text-align: center;
}

#sec_info h3 img{
    width: 100%;
    max-width: 625px;
}

#sec_info li{
    margin: 0 0 20px 0;
    display: block;
    text-align: left;
}

#sec_info li p{
    font-size: 14px;
    line-height: 1.8666em;
    letter-spacing: .025em;
}

#sec_info li p.caution{
    text-indent: -1em;
    padding-left: 1em;
}

#sec_info li p.notes{
    font-size: 12px;
    color: #666;
    text-indent: -1em;
    padding-left: 1em;
}

#sec_info li p.btn{
    text-align: center;
}

#sec_info li p.btn a{
    width: 100%;
    max-width: 330px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #ea5a20;
    color: #fff;
    border-radius: 10px;
    letter-spacing: .025em;
    transition: opacity .1s ease .0s;
}

.is_pc #sec_info li p.btn a:hover,
.is_sp #sec_info li p.btn a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}



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