@charset "utf-8";
/*===============================================
●SP 画面の横幅が640pxまで
===============================================*/
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
img { max-width: 100%; }
.cp_end{
text-align:center; 
margin:0px; padding:10px; 
background-color:#000;
}
.cp_end h3{
font-size:18px; 
color:#FFF; 
line-height:1.3;
}
}
/*===============================================
●PC 画面の横幅が640px
===============================================*/
 @media only screen and (min-width: 768px) {
.pc { display: block !important; }
.sp { display: none !important; }
.cp_end{
text-align:center; 
margin:0px; padding:20px; 
background-color:#000;
}
.cp_end h3{
font-size:24px; 
color:#FFF; 
line-height:1.3;
}
.br-pc { display:none;
}
}