.symptom-link-area {
    display: flex;
    margin: 2rem 0;
}
@media screen and (max-width:1000px) {
    .symptom-link-area {
        display: block;
        margin: 2rem;
    }
}
.symptom-link-area-earlier {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 2rem 0 0;
}
@media screen and (max-width:1000px) {
    .symptom-link-area-earlier {
        margin: 0 0 2rem 0;
    }
}
.symptom-link-area-earlier a:first-of-type {
    margin-right: 2rem;
}
.symptom-link-area-rear {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.symptom-link-area-rear {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.symptom-link-area-rear a:first-of-type {
    margin-right: 2rem;
}
.symptom-link {
    display: block;
    background-color: white;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);;
    transition: .3s;
    text-decoration: none;
    width: 100%;
}
.symptom-link:hover {
    opacity: .7;
    transition: .3s;
}
.symptom-link-inner .symptom-link-inner-image {
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width:1000px) {
    .symptom-link-inner .symptom-link-inner-image {
        width: 100px;
        height: 100px;
    }
}
.symptom-link-inner .symptom-link-inner-image img {
    position: absolute;
    vertical-align: top;
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.symptom-link-inner .symptom-link-inner-text-area {
    text-align: center;
    background-color: var(--color_theme_main);
    color: white;
    padding: 0.5rem;
}
.symptom-link-inner .symptom-link-inner-text-area {
    text-align: center;
    background-color: var(--color_theme_main);
    color: white;
    padding: 1rem;
}
.symptom-link-inner .symptom-link-inner-text-area .symptom-link-inner-text-area-text {
    font-size: 1.4rem;
}
@media screen and (max-width:350px) {
    .symptom-link-inner .symptom-link-inner-text-area .symptom-link-inner-text-area-text {
        font-size: 1.1rem;
    }
}
.symptom-link-inner .symptom-link-inner-text-area .symptom-link-inner-text-area-title {
    font-size: 2.5rem;
}
@media screen and (max-width:1000px) {
    .symptom-link-inner .symptom-link-inner-text-area .symptom-link-inner-text-area-title {
        font-size: 2rem;
    }
}