
@charset "utf-8";







/******************************************************************************
/* 枠付きテーブル
*******************************************************************************/



.table02 {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	line-height: 150%;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Noto Serif JP", serif;

}

.table02 tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B9B0AB;

}


.table02 tr:last-child{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B0AB;

}




.table02 th{
	width:100px;
	color: #524640;
	font-weight: 700;
	margin: 0px;
	padding: 11px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 1.2px;

}



.table02 td{
	margin: 0px;
	padding: 11px;
	letter-spacing: 1.2px;

}

.table02 td p {
	margin-bottom: 5px;

}


/******************************************************************************
/* 枠付きテーブル
*******************************************************************************/



.table03 {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	line-height: 150%;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
}

.table03 tr {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B0AB;

}






.table03 th{
	width:60px;
	color: #524640;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B0AB;
	margin-top : 10px;

}



.table03 td{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B0AB;
	margin-bottom : 10px;
}

.table03 th, .table03 td{
        display:block;
        width: 100%;
}



/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {


.pcOnly {
	display: none;
}


.spOnly {
	display: block;
}



.table02 {
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	line-height: 150%;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;

}


.table02 th{
	width:80px;
	color: #524640;
	font-weight: 700;
	margin: 0px;
	padding: 11px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 1.2px;

}





}
