/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 00:43:55 */
#Tokutei .contents{
	padding-top:60px;
	padding-bottom:120px;
}
#Tokutei .contents table{
  border-collapse: collapse;
  width: 100%;
}
#Tokutei .contents table th,
#Tokutei .contents table td {
  padding: 18px 20px;
  background-color: #F6F6F6;
  border: solid 5px #FFF;
  box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	line-height:1.6;
}
#Tokutei .contents table th {
  background-color: #55A2F3;
  color: #fff;
  width: 270px;
  font-weight: 500;
  vertical-align: middle;
}


@media (max-width: 833px) {
	#Tokutei .contents{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Tokutei .contents table th {
    padding: 4px 15px;
  }
#Tokutei .contents table th,
#Tokutei .contents table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }
}