@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:700!important;
	font-size:4rem;
}

.p-attention {
	display:flex;
	flex-direction:column;
	gap:24px;
}

.p-attention p {
	text-align:left;
	font-size:1.5rem;
	line-height:1.5;
}

.sc {
	font-family: "Noto Sans SC", sans-serif;
	font-weight:400;
}

.tc {
	font-family: "Noto Sans TC", sans-serif;
	font-weight:400;
}

.p-patch-wrap table {
	border:1px solid #666666;
	width:100%;
	font-size:1.4rem;
}

.thead th, .thead td {
	background-color:#666666;
	color:#fff;
}

.p-patch-wrap table tr th {
	box-sizing:border-box;
	padding:8px;
	border:1px solid #666666;
}

.p-patch-wrap table tr td {
	box-sizing:border-box;
	padding:8px;
	border:1px solid #666666;
}