/* member-1 */
.tab-con-1 ul {
    row-gap: 2.4em;
}
.tab-con-1 ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tab-con-1 ul li span {
    width: 36px;
    height: 36px;
    background-color: #263893;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #fff;
}
.tab-con-1 ul li p {
    width: calc(100% - 50px);
    line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}