@charset "utf-8";

.list-select-support {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list-select-support li {
    width: 48%;
    border-bottom: 1px solid #d1d1d1;
}
.list-select-support li a {
    padding: 20px 0;
}

.list-select-support .link-text,
.list-select-support .link-text:active,
.list-select-support .link-text:focus,
.list-select-support .link-text:visited {
    color: #777777;
}

@media screen and (max-width:767px) {
    .list-select-support li { width: 100%; }
}

.list-sns-btn {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list-sns-btn li { 
    width: 48%;
    margin-top: 4%;
}

.list-sns-btn li img {
  width: 100%;
}
