.contents_wrap .dd {
  margin-bottom: 5px;
}

.other_list li {
  list-style-type: disc !important;
}

.etc_lists .siteinfo_dl dd {
  margin-top: 10px;
}

dl.social_sns_links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.social_sns_links dt {
  width: 30px;
  height: 38px;
  padding-top: 5px;
}
.social_sns_links dd{
  width: calc(100% - 40px);
  height: 38px;
  margin-left: 10px;
  display:flex;
  align-items:center;
  word-break: break-all;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .social_sns_links_dt_pc {
    padding-top: 5px;
  }
}

/*
@media screen and (max-width: 767px) {
}
*/
