@charset "utf-8";
/*-----------------------------------
mainContainer
-----------------------------------*/
#mainContainer {
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}
section + section {
	margin-top: 60px;
}

section h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
}
section table {
	font-size: 1.6rem;
	line-height: 2.2;
}
section table th,
section table td {
	padding: 40px 50px;
}
section table td:nth-child(1) {
	text-align: center;
	width: 35%;
}


@media screen and (max-width: 559px) {
section + section {
	margin-top: 6rem;
}
section h3 {
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
}
section table {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 6.67vw;
}
section table td {
	padding: 5.33vw 2vw;
	display: block;
	box-sizing: border-box;
}
section table td:nth-child(1) {
	width: 100%;
	display: block;
	box-sizing: border-box;
}


}













