@charset"utf-8";

.c01, .c02{
	margin: 0;
	padding: 0;
}

.post{
	margin: 0 auto 0 auto;
	width: 80%;
	padding: 1rem;
	max-width: 1100px;
}

.post p{
	margin: 0;
	text-align: left;
	font-size: 1.1em;
	color: black;
	line-height: 1.7;
}

.post2{
	margin: 10px auto 20px auto;
	width: 90%;
	max-width: 800px;
	min-width: 200px;
}

.post2 table{
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.post2 table tr{
	display: table-row;
}

.post2 th,.post2 td{
	display: table-cell;
	border: 1px solid #333;
}

.post2 caption{
	padding: 1rem;
	text-align: center;
	font-weight: bold;
	background-color: #1e50a2;
	font-size: 1em;
	color: #ffffff;
	border: 1px solid #1e50a2;
}

.post2 th{
	width: 35%;
	padding: 1rem;
	background-color: #a0d8ef;
	font-size: 1.1em;
	line-height: 1.5;
	text-align: center;
}

.post2 td{
	padding: 1rem;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: left;
}

.post2 td p{
	font-size: 0.875em;
	line-height: 1.5;
	padding-left: 5px;
}

.post2 ul{
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.post2 li{
	margin-bottom: 5px;
	line-height: 1.5;
	list-style-type: square;
	font-size: 1em;
}

#point{
	font-size: 0.9em;
	list-style-type: none;
}


/*iPhone等の端末用*/
@media (max-width: 599px){
	/*ヘッダー*/
	
	/*メイン*/
	.post{
		width: 90%;
	}
	
	.post p{
		font-size: 0.8em;
	}

	.post2{
		width: 85%;
	}

	.post2 th{
		width: auto;
		font-size: 0.875em;
		line-height: 1.5;
	}
	
	.post2 td{
		font-size: 0.875em;
		line-height: 1.5;
		text-align: left;
		padding-bottom: 20px;
	}	
	
	.post2 ul{
		margin: 0;
		padding: 0;
		padding-left: 10px;
	}
	
	.post2 li{
		margin-bottom: 5px;
		line-height: 1.5;
		list-style-type: disc;
		font-size: 0.875em;
	}
	/*フッター*/
}

/*ipad等のタブレット〜PC用*/
@media (min-width: 600px) and (max-width: 1099px){
	/*ヘッダー*/
	
	/*メイン*/

	/*フッター*/
}

/*大きい画面用*/
@media (min-width: 1100px){
	/*ヘッダー*/
	
	/*メイン*/	

	/*フッター*/
}
