.c-inner-p p, .c-inner-p h3{
    margin-bottom: 1em;
}
.c-inner-p p:last-child {
    margin-bottom: 0;
}
.c-inner-p strong{
    color: #527F32;
}
.c-inner-p h3 {
    color: #527F32;
    font-size: 2rem;
    margin-top: 2em;
}

.c-inner-p dl{
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 2em;
    background: #fff;
}
.c-inner-p dt{
   color: #527F32; 
}
.c-inner-p dt::before{
    content: "■";
    color: #527F32;
    margin-right: 5px;
}

.c-inner-p dd{
    padding: 5px 10px 1em 10px;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ccc;
}
.c-inner-p dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
