@charset "utf-8";

#wpblock p > a,#wpblock li a {
    text-decoration: underline;
    color: #4a87c4;
}
#wpblock p > a:hover {
    text-decoration: none;
}
#wpblock ul{
    
}
#wpblock li{
    margin: 0 0 5px;
    position: relative;
    padding: 0 0 0 25px;
}
#wpblock ul li:before{
    content:"";
    background: rgb(182 198 233);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    border-radius: 100px;
    bottom: 0;
    margin: auto;
}
#wpblock ol {
    list-style-type:decimal;
    margin: 0 0 0 25px;
}
#wpblock ol li {
    padding:0 0 0 5px;
}
#wpblock ol li::marker{
    margin: 0 0 0 17px;
    display: inline-block;
}

/*++++++++++++
リスト　外部リンク
+++++++++++*/
#wpblock li.target a {padding: 0 10px 0 0;@: ;}
#wpblock li.target:before {
    display: none;
}
#wpblock li.target:after{
    content:"";
    background: url(../images/common/target.svg) no-repeat center left;
    background-size: 15px;
    padding: 0 0 0 25px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

#wpblock li {
    font-size: 0.8em;
}
}