@media screen and (min-width: 480px){
.camHead{
height:319px;
background: url("../img/campaign/camp01.jpg") no-repeat 0 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin:0 0 20px 0;
}

.camBox1 {
height:211px;
background: url("../img/campaign/camp02.jpg") no-repeat 0 0;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin-bottom:40px;
}

.camBoxText{
font-size:13px;
margin:0 0 15px 10px;
}

.camBox2 {
height:129px;
background: url("../img/campaign/camp03.jpg") no-repeat 0% 50%;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
margin-bottom:60px;
border-top:solid 1px  #D3D0D1;
border-bottom:solid 1px #D3D0D1;
padding:40px 0 40px 0;
}
}

@media screen and (max-width: 479px){
.camHead{
    height: 179px;
    background: url(../img/campaign/camp01.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain;
    margin: 0 0 20px 0;
}

.camBox1 {
    height: 381px;
    background: url(../img/campaign/camp02sp.jpg) no-repeat 0 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain;
}

.camBoxText{
font-size:13px;
margin:0 0 25px 10px;
}

.camBox2 {
height: 390px;
    background: url(../img/campaign/camp03sp.jpg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    background-position: center bottom;
    white-space: nowrap;
}
}
