/* ===================================================================
	common.css
=================================================================== */
/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
  width: 100%;
}
footer .footer-menu_area {
  width: 1000px;
  margin: 65px auto 0;
}
footer .footer-menu_area h2 {
  width: 354px;
  margin-bottom: 40px;
}
footer .footer-menu_area h2 img {
  width: 100%;
}
footer .footer-menu_area .inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 2px 0;
}
footer .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-menu .part_menu {
  width: calc(100% / 3);
}
footer .footer-menu .part_menu li + li {
  margin-top: 20px;
}
footer .footer-menu .part_menu li a {
  text-decoration: none;
}
footer .footer-menu .part_menu li a:hover {
  text-decoration: underline;
}
footer .footer-menu.menu {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 60px;
  padding-right: 60px;
}
footer .footer-menu.area {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #e0e0e0;
  text-align: center;
}
footer .footer-menu.area .part_menu {
  width: 100%;
}
footer .contact_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}
footer .contact_area .contact-item {
  width: calc( 100% / 2 - 10px);
  text-align: center;
  border-radius: 3px;
  border: 1px solid #c50e1a;
  padding: 15px;
  box-sizing: border-box;
}
footer .contact_area .contact-item h3 {
  padding-bottom: 10px;
}
footer .contact_area .contact-item h3 span {
  border-bottom: 2px solid #c50e1a;
}
footer .contact_area .contact-item em {
  font-size: 1.2rem;
  padding-left: 5px;
}
footer .contact_area .contact-item a {
  text-decoration: none;
  color: #c50e1a;
}
footer .contact_area .contact-tel {
  display: inline-block;
  background: url(../../common/images/icn_freedial.svg) left center no-repeat;
  background-size: 20% auto;
  padding-left: 50px;
  font-weight: 600;
  font-size: 2.6rem;
  color: #c50e1a;
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 50px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #contact .pgtop {
    width: 100%;
    position: static;
    background: #f7f7f4;
  }
  #contact .pgtop a {
    padding: 1.5em 0;
  }
  #contact .pgtop i {
    font-size: 2.2rem;
  }

  footer .footer-menu_area {
    width: 100%;
    margin: 2em 0;
    padding: 0 1em;
    box-sizing: border-box;
    text-align: center;
  }
  footer .footer-menu_area h2 {
    width: 100%;
    margin-bottom: 1.5em;
  }
  footer .footer-menu_area h2 img {
    width: 80%;
    margin: 0 auto;
  }
  footer .footer-menu_area .inr {
    display: none;
  }
  footer .contact_area {
    display: block;
    margin-top: 0;
  }
  footer .contact_area .contact-item {
    width: 100%;
  }
  footer .contact_area .contact-item + .contact-item {
    margin-top: 1em;
  }
  footer .contact_area .contact-item em {
    display: block;
  }
  footer .contact_area .contact-item a {
    color: #c50e1a;
    text-decoration: none;
  }
  footer .copyright {
    margin-top: 1.5em;
  }
}
