@charset "UTF-8";

/*----------------------------------------
  ドコモキャンペーンバナー
-----------------------------------------*/
#fwCms_wrapper .docomo_bn a{
	display:block;
    max-width:100%;
    margin: 0 2.6vw;
}
@media screen and (min-width: 768px){
#fwCms_wrapper .docomo_bn a {
    display:block;
    max-width: 600px;
    margin: 0 auto;
 }
}
/*----------------------------------------
  d払いとは
-----------------------------------------*/
#fwCms_wrapper .docomo_im02 .pc {
    display:none;
 }
#fwCms_wrapper .docomo_im01{
    max-width:100%;
    margin: 10vw 10vw;
}
#fwCms_wrapper .docomo_im02{
    max-width:100%;
    margin: 10vw 2.6vw;
}
@media screen and (min-width: 768px){
#fwCms_wrapper .docomo_im02 .pc {
    display:block;
 }
 #fwCms_wrapper .docomo_im02 .sp {
    display:none;
 }
#fwCms_wrapper .docomo_im01 {
    max-width: 435px;
    margin: 60px auto;
 }
 #fwCms_wrapper .docomo_im02 {
    max-width: 781px;
    margin: 60px auto;
 }
}