@charset "UTF-8";
body{
	font-size:
clamp(0.938rem,0.18vw+0.89rem,1rem);
line-height:1.7;
letter-spacing:0.15em
color:#333333
;
	font-family:
	"Times New Roman","Yu Mincho","YuMincho","Hiragino Mincho ProN",Georgia,serif;
}
h3{
	font-size:
clamp(1.25rem,3vw+1.09rem,1.75rem);
line-height:1.4;
letter-spacing:0.15em
;
	font-size:
clamp(1.125rem,0.45vw+1.01rem,1.375rem);
line-height:1.4;
letter-spacing:0.15em
;
}
h2{
	font-size:
clamp(1.5rem,4vw+1.09rem,2.25rem);
line-height:1.4;
letter-spacing:0.15em
;
}
h1{
	font-size:
		clamp(2rem,5vw+1.32rem,3rem);
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.15em;
	color:navy
}
.table-container{
	width:950px;
	margin:0 auto;
}
table{
	width:100%;
	table-layout:fixed;
	border-collapse:colapse;
	border:1px solid #ccc;
}
th,td{
	font-size:
	clamp(24px,2vw,32px);
	width:25%;
	padding:12px 15px;
	border:1px solid #ccc;
	text-align:center;
	box-sizing:border-box;
	font-weight:bold;
	text-align:center;
}
th{
	background-color:#f0f8ff;
}
td{
	background-color:#ffffe0;
}	

.table-wrap{
	width:100%;
	overflow-x:auto; /*画面が狭い時に横スクロール可能にする*/

a{
	text-decoration:none;
		color: #333
}
a:hover{
	text-decoration:underline;
}

