.categoey_menu {
	font-size: 1.6rem;
	background: #f6f6f6;
	padding: 15px;
	text-align: center;
}
.categoey_menu table {
	text-align: center;
	border-collapse: separate;
	-webkit-border-horizontal-spacing: 10px;
    -webkit-border-vertical-spacing: 10px;
}
.categoey_menu a {
  color: #7FA041;
	background: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	padding: 5% 0;
}
.categoey_menu a:hover {
  color: #7FA041;
	opacity: 0.5 ;
}
.categoey_menu i {
	color: #74A3A2;
}
.categoey_menu td {
	border: 1px solid #7FA041;
	background: #fff;
}
.categoey_menu .natsu {
	border: 1px solid #74A3A2;
	padding: 20px;
}
.categoey_menu .natsu ul {
	text-align: left;
	list-style: none;
	font-size: 14px;
	line-height: 1.8;
	padding: 0!important;
}
.categoey_menu .natsu ul li {
	line-height: 1.8;
}
.categoey_menu .natsu a{
	font-weight: normal;
	color: #000;
	padding: 0;
}
.categoey_menu .natsu .ttl {
	border-bottom: #74A3A2 4px double;
	line-height: 2.4;
	text-align: left;
	margin-block-start: 1em;
	margin-block-end: 1em;
}
.categoey_menu .natsu .ttl a {
	color: #74A3A2;
	font-weight: bold;
}