@charset "utf-8";
/* CSS Document */
@media screen and (min-width:1440px){
.gbox .box .right dt:nth-child(3){ width:100%;}
.gbox .box .right dt b{ width:190px;}
.gbox .box .right dt:nth-child(3) b{ width:370px;}
.gbox .box .right dt p{ width:calc(100% - 190px);}
.gbox .box .right dt:nth-child(3) p{ width:calc(100% - 370px);}

.header .head .menuBox ul li:nth-child(1) p{ width:300px;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.gbox .box .right dt b{ width:180px;}
.gbox .box .right dt:nth-child(3) b{ width:350px;}
.gbox .box .right dt p{ width:calc(100% - 180px);}
.gbox .box .right dt:nth-child(3) p{ width:calc(100% - 350px);}

.header .head .menuBox ul li:nth-child(1) p{ width:260px;}
}
@media only screen and (max-width:1023px){
.gbox .box .right dt b{ width:170px;}
.gbox .box .right dt:nth-child(3) b{ width:100%;}
.gbox .box .right dt p{ width:calc(100% - 170px);}
.gbox .box .right dt:nth-child(3) p{ width:100%;}
}

@media only screen and (max-width:1023px){
.ser05 .box .right dt:nth-child(3) b{ width:100%;}
.ser05 .box .right dt:nth-child(3) p{ width:100%;}
}