@charset "UTF-8";

@media screen and (min-width:768px) {
.pc_none{display:none;}
}
@media screen and (max-width:767px) {
.pc_none{display:inherit;}
span.pc_none {display: inline;}
.sph_none{display:none;}
}

#wrap{letter-spacing:0.05em;box-sizing:border-box;}
#wrap img{vertical-align:top;}
#wrap .gothic{font-family:'游ゴシック Medium','Yu Gothic Medium','游ゴシック体', YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;}

.footer{background-color:#FFF;}
.footer .inner{padding:60px 0 70px;}
.footer .footer_logo{width:165px;margin:auto;}
.footer .footer_logo img{width:100%;height:auto;}
.footer .inner p{font-size:12px;margin:35px 0 0;}
@media screen and (min-width:768px) {
.footer .footer_logo a img{-moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s;}
.footer .footer_logo a:hover img{opacity:0.7;}
}
@media screen and (max-width:767px) {
  .footer .inner{padding:40px 0 60px;}
  .footer .footer_logo{width:100px;}
}
