/* table settings */
@media screen and (max-width: 819px) {
	#wrap #main .section .table1 td:nth-of-type(1)::before {
		content: "診断項目";
	}
	#wrap #main .section .table1 td:nth-of-type(2)::before {
		content: "内容";
	}
	#wrap #main .section .table1 td:nth-of-type(3)::before {
		content: "活用技術";
	}

	#wrap #main .section .table2 td:nth-of-type(1)::before {
		content: "項目";
	}
	#wrap #main .section .table2 td:nth-of-type(2)::before {
		content: "打診";
	}
	#wrap #main .section .table2 td:nth-of-type(3)::before {
		content: "ドローン";
	}
}