/* @media screen and (max-width: 480px){
	
	.heading{
		font-size:4vw;
	}
	
	#delivery > dl > dd:nth-child(2) > table > tbody > tr,
	#delivery > dl > dd:nth-child(4) > table:nth-child(3) > tbody > tr{
		display:inline-block;
		width:20%;
		font-size:3.5vw;
	}

	#delivery > dl > dd:nth-child(2) > table > tbody > tr td,
	#delivery > dl > dd:nth-child(4) > table:nth-child(3) > tbody > tr td{
		display:block;
		padding:8px;
		box-sizing:border-box;
		border-bottom:1px solid #000000;
	}
	
	#delivery > dl > dd:nth-child(4) > table:nth-child(8) > tbody > tr > td,
	#delivery > dl > dd:nth-child(4) > table:nth-child(13) > tbody > tr > td{
		font-size:3.5vw;
		padding:8px;
		box-sizing:border-box;
		border-bottom:1px solid #000000;
	}
	
	#delivery > dl > dd:nth-child(4) > table:nth-child(8) > tbody > tr > td:nth-child(1){
		width:20%;
	}

	#delivery > dl > dd:nth-child(2) > .area > tbody > tr,
	#delivery > dl > dd:nth-child(2) > .commission > tbody > tr{
        display: flex;
        width: 100%;
        font-size: 3.5vw;
        border-bottom: 1px solid #ccc;
		}

	#delivery > dl > dd:nth-child(2) > .area > tbody > tr > td,
	#delivery > dl > dd:nth-child(2) > .commission > tbody > tr{
		border-bottom: none;
		border: none !important;
	}
	.skpr_detail_list_dd:first-child .area td{
		border-bottom: none;
	}
} */