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