@charset "utf-8";
/* CSS Document */




/* コンテンツ
-------------------------------------*/


.inBox h3{
	background: #b6cbf3;
	color:  #414141; 
	font-size:20px;
	font-weight: bold;
	padding: 10px;
	margin-top:30px;
	margin-bottom:20px;

}
/*
.inBox h3 img{
	margin-right:0.5em;
	width:28px;
	vertical-align:middle;
}
*/

.inBox h3:before{
	font-family:FontAwesome;
	content:'\f046 ';
	margin-right: 0.5em; 
	color: #414141;

}




.title{
	width:900px;
	background: #9aa5cf;
	color: #33605d;
	font-size: 18px;
	font-weight: bold; 
	padding: 8px 0px;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin:15px auto 0;

}

.title::after{
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-top: solid 2px #33605d;
	border-right: solid 2px #33605d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
}




@media (max-width: 768px) {

.inBox h3{
	font-size:17px;
	margin-top:20px;
	margin-bottom:10px;

}
.inBox h3 img{
	width:22px;
	vertical-align:middle;
}

.title{
	width:100%;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin:10px auto 0;

}

}


p.workBtn:hover{
	background:#b6cbf3;

}

