@charset "utf-8";
#contents-1 {
	max-width: 1000px;
}
.head_img {
	margin: 0px auto;
	padding:10px 0 0 0;
	max-width:1300px;
	text-align:center；
}

.cont_menu-1 {
	margin:10px auto 50px;
	text-align:center;
}

ul.cont_menu-11{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  margin:0;
  padding:0;
}
ul.cont_menu-11 li{
  display:inline-block;
  position:relative;
  padding: 0 0 0 20px;
  margin: 0 10px 7px 0;
  font-size:14px;
  line-height: 40px;
  width:280px;
  text-align:left;
  border:1px solid #00bf80;
}
ul.cont_menu-11 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #777;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.p_navcurrent{
	text-decoration: none;
	color: #00bf80;
	border-bottom:2px solid #00bf80;
	font-weight:bold;
}
a.a_p_nav {
	color:#777;
	text-decoration: none;
}
a:hover.a_p_nav {
	color:#F7CB4D;
	border-bottom:2px solid #F7CB4D;
}

@media screen and (max-width: 580px) {
	ul.cont_menu-11 li {width:80%;}
}

/* -----------　TOP施工事例  --------------------------*/
.exam_list ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.5em; 

}
.exam_list ul li{
	width:24%;
	margin-top: 10px;
	box-sizing: border-box;
	padding:10px;
	background: #fff;
}
.exam_list ul li a {
	color: #222;
	text-decoration: none;
}
.exam_list ul li a:hover {
	color:#a42e2e;
}

.exam_list_title {
	text-align:left;
	margin-top:10px
}
.exam_list_img {
	margin:0 auto;
	text-align:center;
	max-height: 200px;
	overflow: hidden;
}

/* -ビューエリアが560pxから980px- */
@media screen and (min-width: 560px) and (max-width: 980px) {
.exam_list ul li{
	width:48%;
	padding:10px 20px;
	}
}
/* -559px以下- */
@media screen and (max-width: 559px) {
.exam_list ul li{
	width:100%;
	padding:10px 20px;
	}
}

a.btn_01 {
	width: 300px;
}

/* ---------------- Wisdom　House  ---------------------------------------------------- */

.wis_area01 {
	clear: both;
	margin-top: 80px;
	padding: 20px 20px 10px 20px;
	background: url(../img/back08.png) repeat 0px 0px;
	border: 2px dotted #53422c;
	overflow: hidden;
}

.wis_menu {
	margin: 20px 0 0 10px;
	padding: 0px;
	max-width: 100%;
}
.wis_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.wis_menu ul li {
	margin: 7px 0 6px 5px;
	padding-bottom: 5px;
	max-width: 100%;
	border-bottom: 1px dashed #888888;
}
.wis_menu ul li a {
	background: url(../img/mark03.gif) no-repeat 0 center;
	display: block;
	height: 100%;
	padding-left: 20px;
	color: #555;
	text-decoration: none;
}
.wis_menu ul li a:hover {
	background: url(../img/mark04.gif) no-repeat 0 center;
	color: #a42e2e;
}

