.flex-wrap {
    flex-wrap: wrap;
}

.flex {
    display: flex;
}
.Line {
    background-color: #3FBA51;
}
.FB {
    background-color: #395692;
}
.IG{
    background-image:linear-gradient(to bottom left,#8B1CBD 35%,#D43393 60%,#F7C023 100%);
}

.Community {
    box-sizing: border-box;
    width: calc(100%/3);
    padding: 1rem;
}
.Community dt {
    font-size: 1.3rem;
}
.Community dt a {
    color: white;
}
.Community dd {
    color: #FFED00;
}
.FB_LINE_event{width: 100%;}
@media (max-width: 767px) { 
    .Community {
        text-align: center;
        width: calc(100%/1);
    } 
}