/* ----------------------------------------- */
/* 2025/10/28 ’Ç‰Á start */
/* ----------------------------------------- */

.subTitle{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0;
  margin-bottom: 0;
  color: #b70000;
  position: static;
  border-bottom: unset;
  font-size: 1.5rem;
}

h2.subTitle::after{
  content: none;
  display: none;
}

.contentsArea {
    width: 100%;
    padding: 2em 1em 4em;
}

.square{
    background-image: linear-gradient(#e0f0ff 2px, transparent 0), linear-gradient(90deg, #e0f0ff 2px, transparent 0), linear-gradient(#e1f2ff 1px, transparent 0), linear-gradient(90deg, #e1f2ff 1px, transparent 0);
    background-size: 30px 30px, 30px 30px, 10px 10px, 10px 10px;
}

table.hikaku{
	border: solid #cccccc 2px;
	border-radius:4px;
	background:#ffffff;
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
}

table.hikaku th{
	background:#efefef;
	vertical-align: middle;
}

table.hikaku th.red{
	color: #ffffff;
	background-color: #ff0000;
	font-weight: bold;
}
	
table.hikaku td{
	vertical-align: middle;
}

table.hikaku td.red{
	background-color: #ffe1e1;
}

table.hikaku th,table.hikaku td{
	padding: 0.5em;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

table.hikaku td.blue{
	color: #1e5fc6;
}

table.hikaku td.green{
	color: #1fb17e;
}


/* ----------------------------------------- */
/* 2025/10/28 ’Ç‰Á end */
/* ----------------------------------------- */