/**  **/
.menu_top{
	padding:20px 0;
	margin:10px auto;
	text-align:center;
	background: linear-gradient(to bottom, #eee, #fff, #eee);
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	
}
.menu_list {
	width:100%;
	max-width:800px;
	margin:0 auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	gap: 10px;
}
.menu_list li a {
	width:120px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	background: linear-gradient(to bottom, #78c671, #59a453, #62b25a);
	border:1px #59a453 solid;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: opacity 0.3s;

}
.menu_list li a:hover {
	opacity:0.8;
}

.wp-block-table{
	margin:0;
}
.wp-block-table tr:nth-child(1) td{
	background:#eee;
	text-align:center;
}
.top_block_1{
    background-image : url(../images/top_indexbg_00_14.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-weight: bold;
    background-color: #F0FFD9;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 12px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    -webkit-border-radius: 0px;
	font-size:16px;
}

.top_block_2{
	font-size: 150%;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", "Yu Gothic", "Meiryo", sans-serif;
}
.top_block_3{
	line-height:200%;
	margin-bottom:30px;
	font-size:16px;
}
.top_block_3 a{
	font-size:18px;
	margin-left:40px;
}
.toki_block_1{
	font-size:16px;
}
@media screen and (max-width:1024px) {
/** 1024_company **/

}
@media screen and (max-width:500px) {
.menu_list li a {
	width:80px;
	height:40px;
	font-size:12px;
	
}
}