@charset "utf-8";
.grid_contents .grid_cols.grid-6{
	width:100% !important;
}

.btnArea{
margin:0 auto;
width:45%;
}
.btn01 a{
background-color:#004386;
background-image:url("/content/dam/nttcom/hq/jp/business/services/mobile/discount-byod/business-mobile_ipvoice/img/icn_setting.png"),
url("/content/dam/nttcom/hq/jp/business/services/mobile/discount-byod/business-mobile_ipvoice/img/icon_right.png");
background-repeat:no-repeat,no-repeat;
background-position:4% center,98% center;
padding:20px 0 20px 14%;
display:block;
color:#fff;
border-radius:9px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
.btnArea{
width:90%;
}
.btn01 a{
padding: 20px 6% 20px 70px;
}
}
