@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700");

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

.l-footer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

ul ,p, li {
  margin: 0;
  padding: 0;
}

.l-footer {
  background: #e4eced;
  margin-top: 80px;
  
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
  letter-spacing: .05em;
  line-height: 1.62;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

.l-footer__top {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}

.l-footer__copy {
  background: #345fc0;
  color: #fff;
}

.l-footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 960px;
}

.l-footer__lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1em;
  width: 50%;
}

.l-footer__copyright {
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
}

.l-fnav__list {
  width: 60%;
}
.l-fnav__item {
  border-right: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 20px;
}
.l-fnav__item a {
  transition: all .3s;
}
.l-fnav__item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.l-fnav__item::before {
  content: '> ';
}
.l-fnav__item:last-child {
  border-right: none;
}
.l-fnav__sns {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-fnav__sns__item {
  width: 20px;
  margin-right: 5px;
}
.l-fnav__sns__item a {
  display: block;
  transition: all .3s;
}
.l-fnav__sns__item a:hover {
  opacity: .8;
}
.l-fnav__sns__item:last-child {
  margin-right: 0;
}
.c-flexbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap : wrap;
  -webkit-flex-wrap : wrap;
  flex-wrap: wrap;
}


@media screen and (max-width: 768px){
  body{
    font-size: 1.2rem;
    line-height: 1.38;
  }
  html{
    font-size: 1.333vw;
  }
  
  .l-footer{
    margin-top: 13.33vw;
  }
  .l-footer__top {
    width: 100%;
  }
  .l-footer__inner{
    display: block;
    height: auto;
    padding: 3vw;
    width: 100%;
  }
  .l-footer__lead{
    font-size: 3rem;
    letter-spacing: normal;
    margin-bottom: 5px;
    width: 100%;
  }
  .l-footer__copyright{
    font-size: 2rem;
    font-weight: 300;
    width: 100%;
  }
  
  .l-fnav__list{
    width: 100%;
  }
  .l-fnav__item{
    font-size: 2rem;
    border-top: 1px solid #ccc;
    display: block;
  }
  .l-fnav__sns {
    padding: 10px 20px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
  }
  .l-fnav__sns__item {
    width: 30px;
    margin-right: 10px;
  }
  .l-fnav__sns__item:last-child {
    margin-right: 0;
  }
  
  
  
}

