.b-line-green-link {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
    background-color: white;
}
.b-line-green-link a {
    text-decoration: none;
}

.b-line-green-link a:hover {
    transition: .3s;
    opacity: .8;
}


.b-line-green-link-imgarea {
    padding: 20px;
    color: white;
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    @media screen and (max-width: 767px) {/* SP */
        height: 130px;
    }

}
@media screen and (max-width: 767px) {/* SP */
    .b-line-green-link-imgarea {
        font-size: 20px;
    }
}
/* .b-line-green-link-textarea {
    background-color: white;
    padding: 1em;
} */
.b-line-green-link-textarea {
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #01a000;
    border-bottom: 4px solid #01a000;
}
.b-line-green-link-textarea::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 1px #01a000;
    border-right: solid 1px #01a000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -6px;
}