a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

.content-main {
  background-image: url("/images/main.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 2744px;
  width: 750px;
  margin: auto; }

.main-form {
  height: 100%;
  width: 100%; }

.content-main-under {
  background-image: url("/images/main-under.png");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 1178px;
  width: 750px;
  margin: auto; }

#map {
  height: 450px;
  width: 450px;
  margin: auto;
  margin-bottom: 40px; }

footer {
  margin: auto;
  padding: 16px;
  width: 750px;
  background: #1c1f24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }
  footer .logo-twitter {
    width: 48px;
    height: 48px;
    margin: 45px auto; }
    footer .logo-twitter * > img, footer .logo-twitter img {
      width: 100%;
      height: 100%; }
  footer .footer-link ul {
    padding: 10px;
    margin: 0 auto;
    text-align: center; }
  footer .footer-link li {
    margin-bottom: 30px;
    line-height: 1em;
    height: 1em;
    border: 0;
    border-right: 1px solid #fff;
    padding: 0 10px;
    display: inline;
    margin: auto; }
  footer .footer-link li:last-child {
    border: none; }
  footer .footer-link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px; }
  footer .copyright {
    font-size: 14px;
    line-height: 1rem;
    padding: 20px;
    display: flex;
    justify-content: center; }
    footer .copyright-mark {
      padding-right: 6px;
      font-size: 14px; }

@media (max-width: 640px) {
  .content-main {
    background-image: url("/images/main.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 370%;
    height: 0; }
  .main-form {
    height: 100%;
    width: 100%; }
  .content-main-under {
    background-image: url("/images/main-under.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 170%;
    height: 0; }
  #map {
    height: 300px;
    width: 90%;
    margin: auto;
    margin-bottom: 40px; }
  footer {
    width: 100%; } }
