/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2025 | 08:42:11 */
#Tokushohou .contents{
	padding-top:60px;
	padding-bottom:120px;
}
#Tokushohou .contents table{
  border-collapse: collapse;
  width: 100%;
}
#Tokushohou .contents th,
#Tokushohou .contents td {
  padding: 12px 20px;
  background-color: #F0F0F0;
  border: solid 5px #FFF;
  box-sizing: border-box;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	line-height:1.6;
}
#Tokushohou .contents th {
  background-color: #385F82;
  color: #fff;
  width: 245px;
  font-weight: 500;
  vertical-align: middle;
}

@media (max-width: 833px) {
	#Tokushohou .contents{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
#Tokushohou .contents table th,
#Tokushohou .contents table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }
}