@charset "UTF-8";
body {
  font-size: 16px;
  color: #1d1d1d;
}

a {
  color: #2788a5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

#footer {
  padding: 30px 0;
  font-size: 12px;
  line-height: 2.5em;
  color: #707070;
  text-align: center;
  background-color: #ededed;
}
#footer .service_logo {
  width: 180px;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
}
#footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
}
#footer ul li {
  list-style: none;
  display: inline-flex;
}
#footer ul li::after {
  content: "｜";
}
#footer ul li:nth-last-child(1)::after {
  content: "";
}
#footer .copyright {
  padding-top: 30px;
  font-size: 10px;
}

/* #footer */

/*# sourceMappingURL=common.css.map */
