.guide-li ul li {
    list-style: none;
}


/* sp */

@media screen and (max-width: 520px) {
    .guide {
        background: #fff;
        line-height: 1.7;
    }

    .guide-midashi-h1 {
        background: #fffced;
        margin: 10px -20px 0 -20px;
        padding: 13px 20px 13px 20px;
        line-height: 1.7;
    }

    .guide-midashi-h2 {
        background: #fffced;
        border-left: 10px solid #e4ffc1;
        padding: 10px 0 10px 11px;
    }

    .guide-midashi-h3 {
        border-left: 8px solid #e4ffc1;
        border-bottom: 2px dotted #e4ffc1;
        padding: 5px 0 5px 10px;
        font-size: 14px;
        margin: 40px 0 20px 0;
    }

    .guide-list ul li {
        padding-left: 24px;
        background: url(/img/reten-orange.png) left 0px top 6px no-repeat;
        background-size: 14px auto;
        font-weight: bold;
        list-style: none;
        line-height: 2.0em;
        list-style: none;
    }

    .guide-li li {
        padding: 10px 0 10px 10px;
        border-bottom: dotted 1px #FFB2AE;
        font-size: 13px;
        list-style: none;
        margin: 0 10px;
    }







}





/* pc */

@media screen and (min-width: 521px) {
    .guide {
        background: #fff;
        line-height: 1.8;
    }

    .guide-midashi-h1 {
        background: #fffced;
        margin: 0 -40px 0 -40px;
        padding: 20px 40px 22px 40px;
        line-height: 1.7;
    }

    .guide-midashi-h2 {
        background: #fffced;
        border-left: 12px solid #e4ffc1;
        padding: 13px 0 13px 14px;
    }

    .guide-midashi-h3 {
        border-left: 10px solid #e4ffc1;
        border-bottom: 2px dotted #e4ffc1;
        padding: 6px 0 8px 12px;
        font-size: 18px;
        margin: 60px 0 25px 0;
    }

    .guide-list ul li {
        padding-left: 27px;
        background: url(/img/reten-orange.png) left 0px top 9px no-repeat;
        background-size: 16px auto;
        font-weight: bold;
        list-style: none;
        line-height: 2.3em;
        list-style: none;
    }

    .guide-li li {
        padding: 10px 0 10px 10px;
        border-bottom: dotted 1px #FFB2AE;
        font-size: 16px;
        list-style: none;
        margin: 0 10px;
    }
}