@charset "utf-8";
/* CSS Document */

/*----------------------------------------
	.contents
----------------------------------------*/
@media print, screen and (min-width: 769px){
	.contents table tbody tr td:nth-of-type(1) {
		text-align: left;
	}
}

@media screen and (max-width:768px){
	.contents .tableBox {
		overflow-x: scroll;
	}
	.contents .tableBox table {
		width: 600px;
	}
	.contents table td {
		line-height: 1.5;
	}
	.contents table thead tr th {
		width: auto;
	}

}

/*----------------------------------------
	.copySpc
----------------------------------------*/
@media print, screen and (min-width: 769px){
	.copySpc {
		margin: 60px 0 60px 0;
	}
	.copySpc figure {
		margin: 40px 0 0 0;
	}
}

@media screen and (max-width:768px){
	.copySpc {
		margin: 20px 0 30px 0;
	}
	.copySpc figure {
		width: 90%;
		margin: 15px auto 0;
	}
}
