@charset "UTF-8";


h2,h3,h4{
	font-weight: 600;
}
.txt{
	text-indent:1em;
	line-height: 2.6rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	.txt{
		text-indent:1em;
		line-height: 2.1rem;
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	side

-----------------------------------*/
#side{
    top: 60px;
}
/*-----------------------------------

	detail

-----------------------------------*/
#detail{
	padding: 60px 0 40px;
}
#detail table{
	background:#fff;
	margin-bottom: 20px;
	border-radius:10px;
}
#detail table th{
	width: 165px;
	line-height: 1.8rem;
	font-weight: 500;
	vertical-align:middle;
	background:#ffc55f;
	padding: 20px;
}
#detail table td{
	vertical-align:middle;
	padding: 20px;
	border-bottom:solid 1px #ffc55f;
}
#detail table tr:first-child th{
	border-radius:10px 0 0 0;
}
#detail table tr:last-child th{
	border-radius:0 0 0 10px;
}
#detail table tr:last-child td{
	border-bottom:none;
}
@media screen and (max-width: 640px) {
	#detail{
		padding: 40px 0 20px;
	}
	#detail table th{
		width: 25%;
		line-height: 1.6rem;
		padding: 10px 2.5%;
	}
	#detail table td{
		padding: 10px 2.5%;
	}
}



