@charset "UTF-8";

#mainContent{
	
}

.tableWrap {
	margin: 2em 0;
}

.tableType01 {
	width: 100%;
	font-size: 1.4rem;
}

.tableType01 th,
.tableType01 td {
	padding: 0.5em 0.5em;
	border: 1px solid #efefef;
	white-space:nowrap;
}

.tableType01 thead th {
	background: #F7F8F8;
	min-width: 5em;
}

.tableType01 td {
}

.tableType01 th{
	font-weight: 600;
	text-align:center;
}

.tableType01 tbody th {
	vertical-align:top;
}


/* for Sp --------------------*/
@media screen and ( max-width:738px) {
	
	.tableType01 td {
		white-space: nowrap;
	}

}


#topicTxt{
	display:block;
	overflow:hidden;
	text-align: center;

	font-size:1.4rem;
	line-height:155%;
}

.coutionTxt{
	font-size:1.4rem;
	margin-top:0.5em;
	text-indent:-1em;
	padding-left:1em;
}


/* for Sp --------------------*/
@media screen and ( max-width:738px) {

	#topicTxt{
		text-align:left;
	}


}