@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/
/*
===== 1: BASE LAYOUT =====================================
*/
#wrapper {
  width: 100%;
  overflow: hidden;
}
footer {
  background: #003f88;
  position: relative;
  z-index: 10;
  padding: 20px;
}
footer .sns {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 30px 0;
}
footer .sns li {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  border-radius: 3px;
  overflow: hidden;
}
footer address {
  font-style: normal;
}
footer address p {
  color: #fff;
  text-align: center;
}
footer address .corpName {
  margin-bottom: 20px;
}
footer address .corpName img {
  height: 14px;
  width: auto;
  display: block;
  margin: 0 auto;
}
footer address .corpName img:first-of-type {
  height: 34px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
footer address .add {
  font-weight: normal;
}
footer address .tel a {
  font-size: 28px;
}
footer address .tel a:before {
  content: "";
  background: url("../img/ico_tel.svg")center center no-repeat;
  width: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 5px;
}
footer address .tel span {
  display: block;
  font-size: 14px;
}
footer p.copy {
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 30px 0 0 0;
  font-style: normal;
}
@media screen and (min-width: 769px) {
	nav.fixed{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}
  footer {
    padding: 20px 0;
  }
  footer #footIn {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 110px;
  }
  footer .sns {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    width: 70px;
    padding: 0;
  }
  footer .sns li {
    width: 45%;
    height: auto;
    margin: 0;
  }
  footer .sns li:first-of-type {
    margin-right: 10%;
  }
  footer address {
    position: absolute;
    left: 0;
    top: 0;
  }
  footer address p {
    text-align: left;
  }
  footer address .corpName {
    margin-bottom: 10px;
  }
  footer address .corpName img {
    height: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
  }
  footer address .corpName img:first-of-type {
    height: 34px;
    margin-bottom: 0;
    margin-left: 0;
  }
  footer address .add {
    font-size: 14px;
  }
  footer address .tel a {
    font-size: 28px;
  }
  footer address .tel a:before {
    width: 18px;
    height: 28px;
    margin-top: -4px;
  }
  footer address .tel span {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: -4px;
  }
  footer .copy {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0;
  }
}