@charset "utf-8";
/* CSS Document */

.m_table03 > tbody > tr > th,
.m_table03 > tbody > tr > td {
	padding: 10px;
}
.m_table03.table01 th,
.m_table03.table01 td {
	text-align: center;
}
.m_table03.table02 th,
.m_table03.table02 td {
	text-align: center;
}
.m_table03.table02 > tbody > tr > *:nth-child(1) {
	width: 65px;
}
.m_table03.table02 > tbody > tr > *:nth-child(2) {
	width: auto;
}
.m_table03.table02 > tbody > tr > *:nth-child(3) {
	width: 75px;
}
.m_table03.table03 {
	margin-top: 60px;
}
.m_table03.table03 th {
	width: 23%;
}
@media screen and (max-width: 1199px),print {
	.m_table03.table01 {
		display: none;
	}
}
@media screen and (min-width: 1200px),print {
	.m_table03.table02 {
		display: none;
	}
}
@media screen and (min-width: 768px),print {
	.m_table03 {
		line-height: 2.1;
	}
	.m_table03 > tbody > tr > th,
	.m_table03 > tbody > tr > td {
		padding: 10px 15px;
	}
	.m_table03.table02 > tbody > tr > *:nth-child(1) {
		width: 120px;
	}
	.m_table03.table02 > tbody > tr > *:nth-child(3) {
		width: 120px;
	}
	.m_table03.table03 th {
		width: 20%;
	}
}

.note {
	margin-top: 10px;
}
@media screen and (min-width: 1200px),print {
	.note {
		display: none;
	}
}

.btnArea {
	margin-top: 60px;
}
@media screen and (min-width: 768px),print {
	.btnArea {
		margin-top: 80px;
	}
}
