@charset "utf-8";
.p-entry__body h3.h3_text{
    margin-bottom: 120px !important;
}
.block{
    margin: 0 auto 120px;
    width:min(100%,960px);
}

.p-entry__body .block h4{
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-weight: 500;
}
.block h4::before{
    content: "";
    width: 96px;
    height: 3px;
    background: #7EC34F;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}
.p-entry__body .block > p{
    font-size: 14px;
    margin-bottom: 12px;
}
.p-entry__body .block > p span{
    display: inline-block;
}
.p-entry__body .block .items{
    background: #F1F1F1;
    padding: 24px 32px;
    border-radius: 12px;
}
.p-entry__body .block .items ul{
    list-style: none;
    margin: 0;
}
.p-entry__body .block .items ul li{
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-left: 1em;
    margin-bottom: 16px;
}
.p-entry__body .block .items ul li:last-of-type{
    margin:0;
}
.p-entry__body .block .items ul li::before{
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background: #444;
    border-radius: 50%;
    left: 2px;
    top: 12px;
}

@media screen and (max-width: 1025px){
    .p-entry__body h3.h3_text{
        margin-bottom: 80px !important;
    }
    .p-entry__body .block h4{
        font-size: 18px;
    }
    .block h4::before{
        width: 64px;
        height: 2px;
    }
    .block{
        margin-bottom: 96px;
    }
}

@media screen and (max-width:768px){
    .p-entry__body .block > p{
        font-size: 13px;
    }
    .p-entry__body .block .items ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .p-entry__body .block .items{
        padding: 16px 24px;
    }
    .block {
        margin-bottom: 64px;
    }
    .p-entry__body .block .items ul li::before{
        width: 4px;
        height: 4px;
        left: 2px;
        top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .p-entry__body .block .items {
        padding: 12px 16px;
    }
    .p-entry__body .block h4 {
        font-size: 16px;
    }
}