@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

.tit{
	margin-bottom: 15px;
}
.read{
	text-align: center;
	font-size: 2rem;
	color: #123871;
	font-weight: bold;
	margin-bottom: 50px;
}



table {
	width: 48%;
	border-collapse: collapse;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 30px;
}
	table th {
		background: #eef1f5;
		width: 200px !important;
		color: #123871;
		border-top: solid 1px #b2b2b2;
		padding: 15px 10px;
	}
	table td {
		border-top: solid 1px #b2b2b2;
		padding: 15px 10px;
	}


.left {
	float: left;
	width: 48%;
}
.right {
	float: right;
	width: 48%;
}

.left table,
.right table {
	width: 100%;
}





/* max 768px */
@media screen and (max-width: 768px) {

	
.tit{
	margin-bottom: 15px;
}
.read{
	text-align: left;
	font-size: 2rem;
	color: #123871;
	font-weight: bold;
	margin-bottom: 50px;
}



table {
	width: 48%;
	border-collapse: collapse;
	border-bottom: solid 1px #b2b2b2;
	margin-bottom: 30px;
}
	table th {
		background: #eef1f5;
		width: 40% !important;
		color: #123871;
		border-top: solid 1px #b2b2b2;
		padding: 15px 10px;
	}
	table td {
		border-top: solid 1px #b2b2b2;
		padding: 15px 10px;
	}


.left {
	float: none;
	width: 100%;
}
.right {
	float: none;
	width: 100%;
}




}