@charset "UTF-8";
/* CSS Document */
.informationArea .inner{
    padding: 0 0 60px;
    max-width: 900px;
}
.informationArea .inner table{
	margin: 0 0 80px;
	padding: 0 20px;
	width: 100%;
	border-collapse: separate;
}
.informationArea .inner table:last-of-type{
	margin: 0 0 30px;
}
.informationArea .inner table tr th{
	background-color: #003399;
	text-align: center;
	color: #FFF;
	border: 1px solid #003399;
	border-radius: 8px 8px 0 0;
	padding: 20px 24px;
	font-size: 20px;
	font-weight: bold;
}
.informationArea .inner table td{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 16px 20px 20px;
	width: 50%;
	vertical-align: middle;
}
.informationArea .inner table td.ttl{
	border-left: 1px solid #333333;
	background-color: #EEE;
}
.informationArea .inner table tr:last-child td:first-child {
	border-radius: 0 0 0 8px;
}
.informationArea .inner table tr:last-child td:last-child {
	border-radius: 0 0 8px 0;
}
.informationArea .inner p {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	padding: 0 20px;
	max-width: 900px;
}


@media screen and (max-width: 767px) {

.informationArea .inner table{
	margin: 0 0 60px;
	padding: 0 5vw;
}
.informationArea .inner table tr th{
    padding: 12px 20px;
    font-size: 18px;
}
.informationArea .inner table td{
padding: 10px 20px;
}
.informationArea .inner p {
	padding: 0 5vw;
}
}