@charset "UTF-8";

.dec1_3:not(.block_images_21)>.content_wrapper { 
   border: 1px solid #73b930;
   border-radius: 5px;
   padding: 50px;
}
    

/* POINTの数字部分 */
#nbp6113154\ 6113154 .wrapper_item {
    counter-reset: number 0;
}

#nbp6113154\ 6113154 .wrapper_item h3.h::after {
    content: counter(number)"";
    counter-increment: number;
    font-size: 2em;
}

/* SP_左右余白 */
@media screen and (max-width: 600px) {
    .dec1_3:not(.block_images_21)>.content_wrapper {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    h3.center+.inner_item {
        padding: 15px 0vw 0vw !important;
    }

    #care5+div h3.center+.inner_item {
        padding: 15px 4vw 4vw !important;
    }
}

/* コンテンツを纏めたことによる調整 */
.contents_hr.block_line_4 {
    position: relative;
}

#care0 {
    padding: 0;
}

#top_left+section+section+div.contents_hr+section+div {
    padding-top: 30px;
    padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
    #top_left+section+section+div.contents_hr+section+div {
        padding-bottom: 45px;
    }
}