.title_area {
    width: 100%;
    height: 200px;
    line-height: 200px;
    color: 	#000000;
    font-size: 2em;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    word-break: normal;
    display: block;
}

.content_area {
    margin: 0 auto;
    width: 70vw;
}

.siteArea {
    font-weight: 800;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}

.hd_SiteLink{
    color: var(--primary);
    margin: 5px 10px;
}

@media (max-width: 768px) {
    .siteArea {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
