@charset "shift_jis";

h4 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #000000;
	text-indent: 20px;
}
.table_info {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (max-width: 780px) and (min-width: 481px){
.table_info {
	width: 90% !important;
}
}
@media screen and (max-width: 480px){
.table_info {
	width: 98% !important;
}
}