@charset "UTF-8";
/* ------------------------------
コンサルティング事例
------------------------------ */
.exampleTTL {
	width: 100%;
	margin:90px 0 45px 0;
	font-size: 0;
}
.exampleTTL li{
	width: 33%;
	padding:20px ;
	display: inline-block;
	font-size:16px;
	font-size:1.6rem;
	list-style: none;
	background-color: #fafafa;
	border-bottom: solid 2px #a9a9a9;
	text-align: center;
	font-weight: bold;
}
.exampleTTL li.current{
	width: 34%;
	list-style: none;
	background-color: transparent;
	border-bottom: solid 2px #0fae78;
}
.exampleTTL li a{
	color: #000;
}
.exampleTTL li a:hover{
	color: #0fae78;
}

.exampleList{
	margin-bottom: 90px;

}
.exampleList li{
	border-bottom: solid 1px #ececec;
	list-style: none;
	letter-spacing: 0.05em;
}
.exampleList a{
	display: block;
	padding:30px 70px 30px 0;
	color: #000;
	background-image: url(../img/arrow_gray_right.png);
	background-repeat: no-repeat;
	background-size: auto 16px ;
	background-position: 99% 50%;
	transition: background-color 0.3s ease 0.1s;
}
.exampleList a:hover{
	background-color: #fafafa;

}
.exampleList h4{
	margin-bottom:15px;
	margin-left:235px;
	font-size:16px;
	font-size:1.6rem;
	color: #0fae78;
}
.exampleList span.subcat{
	display: block;
	float: left;
	min-width: 150px;
	margin-left:40px;
	padding:5px 10px;
	font-size:10px;
	font-size:1.0rem;
	background-color: #fafafa;
	vertical-align: middle;
	text-align: center;
}
.exampleList p{
	margin-left:235px;
	font-size:12px;
	font-size:1.2rem;
	list-style: none;
	color: #000;
}






/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {
.exampleTTL {
	margin:5% 0 0px 0;
}



}



/* ---------------------------------------------------------------------------- 

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

@media screen and (max-width: 768px){
.exampleTTL li{
	padding:20px 10px ;
	font-size:12px;
	font-size:1.2rem;
}


.exampleList a{
	padding:30px 25px 30px 0;
}

.exampleList h4{
	margin-left:0px;
}
.exampleList span.subcat{
	float: none;
	margin-left:0px;
	margin-bottom:1em;
}
.exampleList p{
	margin-left:0px;
}





}