@charset "utf-8";
/* CSS Document */
#mainContainer {
	font-family: 'Shippori Mincho', serif;
}

#sec01 h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
#sec01 table {
	margin-top: 60px;
}
#sec01 th {
	background: #eee;
}
#sec01 td {
	padding: 30px;
	line-height: 1.8;
}
#sec01 td:first-child {
	text-align: center;
	width: 30%;
}


@media screen and (max-width: 559px) {
#sec01 h3 {
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
}
#sec01 table {
	margin-top: 4rem;
	font-size: 1.6rem;
	line-height: 1.8;
}
#sec01 th {
	display: none;
}
#sec01 td {
	padding: 5.33vw 2vw;
	display: block;
	box-sizing: border-box;
}
#sec01 td:first-child {
	text-align: center;
	width: 100%;
}

}