@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
#page .text1{
	color: #0c9c4d;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}

#page table.table01,
#page table.table02{
	width:1200px;
}
#page table.table03{
	width:1200px;
}

#page table.table01 th,
#page table.table02 th,
#page table.table03 th{
	vertical-align: middle;
	text-align: center;
	width:160px !important;
}
#page table.table01 td,
#page table.table02 td,
#page table.table03 td{
	text-align: left;
}


/* スマホレイアウト */
@media (max-width: 767px) {
	#page .text1{
		font-size: 1.8rem;
	}
	
	#page table.table01{
		width:100%;
		border:none !important;
	}

	#page table.table02{
		width:1060px;
	}

	#page table.table03{
		width:760px;
	}
	
	#page table.table01 th{
		width:100% !important;
		display:block;
		background-color:transparent;
		color:#0c9c4d;
		text-align:left !important;
		border:none !important;
		padding:4px;
		font-weight:bold;
	}
	
	#page table.table01 td{
		display:block;
		text-align:left;
		border:none !important;
		padding:4px;
	}

	#page table.table02 th,
	#page table.table03 th{
		width:160px !important;
	}

	#page table.table02 td,
	#page table.table03 td{
		width:300px;
	}

}

