@charset "utf-8";

.link-item {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 120px;
    margin: 15px;
    border-bottom: solid 5px #778899;
    box-shadow: 0 6px 10px rgba(0, 0, 0 , 0.3);
    border-radius: 40px;
}

.link-item:hover {
    background: hsla(90, 100%, 80%, 1);
}

.link-item:active {
    box-shadow: none;
    border-bottom:none;
    top:7px;
}

.link-item .link-img {
    position: absolute;
    height: 90px;
    top: 15px;
    left: 20px;
}

.link-item .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    text-decoration: none;
}

.link-item .link-text {
    position: absolute;
    right: 25px;
    bottom: 5px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.h2-name {
    margin-left: 20px;
}

.name-area {
    margin-top: 15px;
    color: #000000;
}
