.entry-content h3 {
    width: 100%;
    background-color: #F1FBF1;
    color: #262626;
    font-size: 2rem;
    line-height: 2rem;
    padding: 20px 40px;
    border-radius: 4px;
    box-sizing: border-box;
    background-image: url(/img/style/ict/point_linktop.png);
    background-size: 22px 40px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 60px;
}

.entry-content .contentbox > h3:first-child {
    margin-top: 0;
}

.entry-content li {
    padding-bottom: 13px;
    border-bottom: 1px dashed #017024;
    padding-top: 13px;
}
.entry-content ul li:last-child {
    border-bottom: none;
}

.entry-content li a{
    color:#000;
}
@media (max-width:599px){
.entry-content h3 {
        line-height: 1.1em;
        padding: 15px 20px;
        background-size: 11px 20px;
        margin-top: 30px;
}
}