@charset "UTF-8";
@media screen and (max-width: 768px) {

	.pc {
		display: none;
	}
	.sp{
		display: block;
	}

	#sideBlock{
		width: 100vw;
		position: static;
		height: auto;
	}

	.rightContainer {
		margin-left: 0;
	}

	#formWraper,
	.detailTableWap{
		width: 100%;
		overflow: scroll;
	}
	.formLoopTable {
		width: 100%;
	}

	.formLoopTable tbody th {
		text-align: left;
		padding: 2px;
		width: auto;
		display: block;
	}

	.formLoopTable tbody td {
		display: block;
	}



}