/*khb共通コピーライト
-------------------------------*/

.site-footer-copy__inner {
  background-color: #42B25E;
}
/*#2d0f55*/

.site-footer-copy__inner__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 15px 0px!important;
  max-width: 1240px;
}

p.site-footer-copy {
  width: calc(100% - 100px);
  text-align: center;
  color: #fff;
}

p.site-footer-copy small {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
 font-family: sans-serif!important;
  letter-spacing: .06em;
}

p.site-footer-copy small:first-child {
  margin-bottom: .5em;
}

@media screen and (max-width:700px) {
  .site-footer-copy__inner {

    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .site-footer-copy__inner__list {
            
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  p.site-footer-copy {
    width: calc(100% - 90px);
    text-align: left;
  }
  p.site-footer-copy small{
    text-align: left;
  } 
  p.site-footer-copy small:first-child {
    margin-bottom: 1em;
      line-height: 1.6em;
  }
}