@charset "Shift_JIS";

@media only print, only screen and (max-width: 767px) {
.l-footer {
  width: 90%;
  margin: 5% auto;
}
.l-footer-logo {
  position: absolute;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
/*.l-footer-logo a {
  display: block;
}*/
.l-footer p {
  font-weight: 300;
}
/* Footer */
.l-footer__header{
  padding: 0 ;
}
.l-footer__header::before{
  content: "";
  border-top: 1px solid #ebebeb;
  margin: 8% 0 5% 0;
  display: block;
}
.l-footer-banner{
  text-align:left;
  padding:0;
}
.l-footer-banner__item{
  display:inline-block;
  letter-spacing:normal;
  max-width:320px;
  padding:0 5px;
  font-family: 'Avenir','Arial';
  color: #003894;
  font-style: italic;
}
.l-footer-banner__item i.fab{
  font-size: 1.0rem;
  color: #003894;
}
.l-footer-sns{
  text-align: right;
  margin: 0;
}
.l-footer-sns__item{
  display: inline-block;
  margin: 0 5px 5px !important;
  width: 18px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
}
.l-footer-sns__item a{
  color: #000000;
}
.l-footer-sns__item a:hover{
  opacity:0.5;
}
.l-footer-sns__item span{
  vertical-align:bottom;
}
.l-footer__body{
  padding:20px 30px;
  text-align:center;
}
.l-footer__logo{
  width:80px;
  height:24px;
  margin:0 auto 25px;
}
.l-footer__logo img{
  width:100%;
  height:auto;
}
.l-footer-copyright{
  font-size:0.7rem;
  font-weight:normal;
}
.l-content__footer{
  padding:0 0 40px;
  position:relative;
  background-color:#FFF;
}
}
@media only print, only screen and (min-width: 768px){
.l-footer {
  padding: 2%;
  text-align: center;
}
.l-footer-logo p {
  font-weight: 300;
}
