@charset "utf-8";


/* フッタ
------------------------------------------------ */

#footer {
  padding: 40px 20px 60px;
  border-top: 2px solid #9EBAD8;
  background: #333;
  color: #fff;
  width: 100%;
}

#footer a:link,
#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a:active {
  color: #d7f2fd;
  text-decoration: none;
}

#footer_wrap {
  margin: 0 auto;
  max-width: 1200px;

}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.footer_links {
	display: flex;
  justify-content: space-between;
	width: 726px;
	margin: 35px 0 60px;
}

.footer_links > div {
	width: 190px;
}

.footer_links > div > h3 {
	padding-bottom: 4px;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
  color: #fff;
}

div#copyright {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding-top: 10px;
}

#fnavi {
  padding: 5px 0;
  overflow: hidden; /* hide list marks */
}

ul#fnavi {
  overflow: hidden;
}

ul#fnavi li {
	font-size: 13px;
	line-height: 1.5;
	padding-top: 10px;
}

#fnavi li.separator_none {
  background: none;
}

#fnavi li:first-child {
  margin-top: 2px;
}

#logo_footer {
  background-image: url("../../../images/view/common/footer-logo.svg");
  background-repeat: no-repeat;
  margin-top: 5px;
}

a#logo_footer {
  text-indent: -9999px;
  display: block;
  width: 210px;
  height: 40px;
}

.footer-60thsite-banner {
  margin: 35px 0 20px;
}

@media(max-width: 768px) {
  #footer {
    padding: 30px 2.7%;
  }
  .footer_links {
    display: none;
  }
.footer-60thsite-banner {
  margin-top: 20px;
}
  div#copyright {
    clear: both;
    font-size: 10px;
  }
}
