
footer {
    background: #323030;
}
.footer_top {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
}
.footer_top_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.footer_top_box_block {
    display: block;
    width: 45%;
	min-width: 250px;
    margin: 0 auto;
}
.footer_top_box_block a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer_top_box_block a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.footer_bottom {
	max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 100px;
}
.footer-menu-container, .footer-guide-container {
  display: flex;
  flex-wrap: wrap;
  color: #f4f4f4;
}
.footer-guide-container > div {
  padding: 14px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #323030;
  flex: 0 0 24%;
  max-width: 24%;
}
.footer-menu {
  margin-right: 90px;
}
.footer-menu:nth-child(3) {
  margin-right: 0;
}
.footer-menu-list-title {
  color: #f4f4f4;
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}
.footer-menu-list-item {
  margin: 10px 0;
	line-height: 145%;
}
.footer-item-list {
  display: flex;
  flex-direction: column;
  height: 700px;
	margin-top: 15px!important;
  flex-wrap: wrap;
  justify-content: left;
  align-content: baseline;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.0em;
}
.footer-item-list li {
  margin-right: 45px;
}
.mail-icon {
  vertical-align: middle;
}
.sns-link-list {
  display: flex;
  align-items: center;
}
.sns-link {
  margin-right: 12px;
}
.footer-bottom {
  background: #ffffff;
}
.footer-bottom-inner {
  padding: 20px 0;
  text-align: center;
  color: #000;
}
hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
copy {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 3px 0;
    font-size: 13px;
    text-align:center;
    background: #fff;
}
@media screen and  (max-width:1079px) {
	
.footer_bottom {
	width: 90%;
}
}