/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */

.staff_card_wp {
	
}

.staff_card {
	
}

.staff_card_item .has-text-align-center {
	margin: 0;
}

.min205 {
	min-width: 205px;
}

.wada_info {
	
}
.wada_name_img {
	margin: 0;
}

td.price {
  display: flex;
  justify-content: flex-end;
}

/* footer copyright部分 */
.c-copyright {
	background: #07c;
}

/* 業務リスト表示部分 */
.sidebar {
	padding-left: 0;
}
.sidebar li {
	list-style-type: none;
	border-left: solid 6px rgba(83, 186, 4, 0.931);
	border-bottom: 2px solid #dadada;
	background: #f1f8ff;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	font-weight: bold;
}

ul.slist {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex-wrap: wrap;
}
ul.slist li {
	 flex-basis: 33%;
	margin-bottom: 0.5em;
	min-width: 10rem;
}
ul.slist a {
		text-decoration-line: none;
}
ul.slist a:hover {
		text-decoration-line: underline;
}

#nav_menu-4 .menu li {
	list-style-type: none;
	border-left: solid 4px #07c;
	border-bottom: 2px solid #dadada;
	background: #eff7f2;
	margin-bottom: 3px;
	line-height: 1.5;
	padding: 0.5em;
	font-weight: bold;
}

/* h1タグ */

h1.wp-block-heading {
	font-weight: bold;
	color: #0d417c;
	line-height: 1.2;
	-webkit-box-reflect: below -10px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 10%,rgba(0,0,0,.6));
	margin-bottom: calc(1em + 30px);
}
