
@media only screen and (min-width: 980px) {

/*box*/


.box2{
 box-sizing: border-box;
 width:47.5%;
 height: auto;
 max-width:580px;
 height:auto;
 margin: 10px 10px;
 display:block;
 float:left;
}

.box2 .top_1 {
width: 70%;
max-width: 300px;
position: relative;
top: -65px;
left:0px;
}

.box3{
 box-sizing: border-box;
 width:31.2%;
 max-width:386px;
 height: auto;
 margin: 0 10px;
 display:block;
 float:left;
}

.box3_sub1{
 box-sizing: border-box;
 width:31.1%;
 max-width:300px;
 height: auto;
 margin: 20px 20px 0 0;
 display:block;
 float:left;
}

.box3_sub2{
 box-sizing: border-box;
 width:31.1%;
 max-width:300px;
 height: auto;
 margin: 20px -20px 0 0;
 display:block;
 float:left;
}


.box4{
 box-sizing: border-box;
 width:22.9%;
 max-width:290px;
 height: auto;
 min-height: 50px;

 display:block;
 float:left;
 padding:10px 0;
}




footer .inner{
 max-width: 1180px;
}

}
