/*
=====================================================
  iPad
=====================================================
*/
@media screen and (max-width:768px){

/*住所*/
.footerContainer address {
  margin: 0 90px 0 90px;
}

/*注釈見出し*/
.footerContainer h6 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;


  font-size: 0.7rem;
  margin: 0 100px 0 100px;
}

/*注釈本文*/
.annotation {
  margin: 0 100px 0 100px;
}
}

/*
=====================================================
  スマホ
=====================================================
*/
@media screen and (max-width:420px){
  
/*住所*/
.footerContainer address {
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding-bottom: 1rem;
  letter-spacing: 0.05rem;
  margin: 0 66px 0 20px;/*スペースの分左へ*/
}

/*デジタルデザイン*/
.boldSmall {
  padding-right: 0.5rem;
}

/*フレンドリー*/
 .footerContainer h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;


  font-size:1.2rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
  
/*注釈見出し*/
.footerContainer h6 {
  font-size: 0.6rem;
  margin: 0 58px 0 20px;
}

/*注釈本文*/
.annotation {
  font-size: 0.5rem;
  line-height: 0.7rem;
  margin: 0 58px 0 20px;
}

/*コピーライト*/
.footerWrap p{
  margin: 0 58px 0 20px;
}


/*コピーライトをセンターに*/
.footerWrap {
  padding-right: 40px;
}
}



/* =====================================================
  フッター改行調整
===================================================== */

/*住所*/
.addBr{display: none;}
@media screen and (max-width:516px){
  .addBr{display: block;}
}

/*fax*/
.faxBr{display: none;}
@media screen and (max-width:910px){
  .faxBr{display: block;}
}


/*copyright*/
.footerBr{display: none;}
@media screen and (max-width:620px){
  .footerBr{display: block;}
}

.footerBr2{display: none;}
@media screen and (max-width:460px){
  .footerBr2{display: block;}
}