@charset "UTF-8";




@media only screen and (max-width: 480px) {



.lead{
	font-size:21px;
	font-weight: 500;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin-bottom: 45px;
}

#tokusho{
	margin-top: 60px;	
}


.tokusho{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-top: 21px
}

.tokusho th{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #ddd;
	padding: 12px;
	font-size: 14px;
}

.tokusho td{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 12px;
	font-size: 14px;
}







}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {


.lead{
	font-size:21px;
	font-weight: 500;;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	margin-bottom: 45px;
}


#tokusho{
	margin-top: 60px;	
}

.tokusho{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-top: 21px
}

.tokusho th{
	width: 20%;
	border-bottom: 1px solid #ddd;
	padding: 12px;
	font-size: 14px;
}

.tokusho td{
	width: 80%;
	border-bottom: 1px solid #ddd;
	padding: 12px;
	font-size: 14px;
}






}/*//end  min-width: 481px ///////////////////////*/







