@charset "utf-8";
/* CSS Document */

/*===========================================
	20210910 zv-e10 index.css
=============================================*/

#contents {
    margin-bottom: 2em;
}

#contents li {
    margin-bottom: 0.5em;
    margin-left: 0;
}

#contents ul.disc.mic{
    margin-top: 1.5em;
    margin-bottom: 3em;
}

#contents ul.notice_fnc{
    margin: 1em 0;
}   
   
#contents ul.notice_fnc > li:before {
    content: "-";
    display: inline-block;
    background: none;
    margin-right: 5px;
}

#contents .imgList{
    border:1px solid #000;
    margin: 2em;
    width: 86%;
}

#contents .imgList > ul{
    margin: 0;
    align-items: baseline;
}

#contents ul.btnlist{
    margin-bottom: 2em;
    overflow: hidden;
}

#contents ul.fnc_btn li{
    margin-bottom: 1em;
}

#contents ul.fnc_btn li p.indent{
    padding-left: 2.6em;
    margin-top: 5px;
}

#contents span.circle{
    color: #fff;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    height: 26px;
    width: 26px;
    margin-right: 10px;
    font-weight: 700;
    background-color: #000;
    border-radius: 50%;
    font-size: 1.4em;
    vertical-align: middle;
}

#contents .end_border{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dotted #999;
}

#contents figure.pct{
    width: 50%;
}

#contents figure.pct img{
    width: 360px;
}

#contents section > section > .notice_gray_b {
    margin-left: 0;
    margin-top: 3em;
}

#contents ul.disc.custom > li {
    margin-bottom: 5px;
}

#contents ul.disc.custom > li p{
    margin: 0;
}


@media (min-width: 641px){
    #contents ul.disc.mic > li figure{
       padding-left: 3em; 
    }
    #contents ul.disc.custom{
        margin-left: 9em;
    }
}


@media (max-width: 640px){
    
    #contents .notice_gray_b > figure {
        max-width: 100% ;
        margin: 0 !important;
    }
    
    #contents figure.pct {
        width: 100%;
        max-width: 360px;
        height: auto;
    }
    #contents figure img.h150{
        height: 150px;
        width: auto;
    }
    
    #contents .imgList > ul {
        align-items: center;
    }
}