@charset "utf-8";


/*=======================================================
	investigate
=======================================================*/

/* ttl_header */
#inves {
	border-top: 0px solid #fff;
	border-bottom: 0px ;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	padding-bottom: 0px;
}

#ttl_header {
	position: relative;
	min-height: 250px;
	padding-bottom: 10px;
	background: url(../img/index_bg2.png) no-repeat top;
}
#ttl_header:before {
	position: absolute;
	top: -5px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 5px;
}
#ttl_header h1 {
	padding-top: 7px;
	padding-left: 0px;
	height: 225px;
	text-align: left;
}
#ttl_header h1 img {
	position: absolute;
	padding-left: 10px;
	height: 223px;
}


/* useful_card */

#useful_card{
	margin-right: -10px;
	overflow: hidden;
}
#useful_card li{
	margin: 0 10px 10px 0;
	padding: 0;
	width: 480px;
	float: left;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
}
#useful_card h2{
	margin-bottom: 5px;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	color: #2782c3;
	line-height: 1.3;
}
#useful_card h3{
	margin-bottom: 5px;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	color: #2782c3;
	line-height: 1.3;
}
#useful_card h4{
	margin-bottom: 5px;
	font-size: 14px; /* ie8 */
	font-size: 1.4rem;
	color: #666666;
	line-height: 1.3;
}
#useful_card .content_img
{ float: left; 
}
#useful_card li a{
	display: block;
	padding: 15px;
	text-decoration: none;
	overflow: hidden;
	color: #333;
}
#useful_card .content_img img{ margin-right: 10px; }
#useful_card li a:hover{ background-color: #f4fdff; }












/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#useful_card{ margin: 0;}
	#useful_card li{
		padding: 0;
		width: 100%;
		float: none;
		-moz-box-sizing: border-box; /* Firefox */
		box-sizing: border-box;
	}
	#useful_card li p { margin-left: 110px; }
	#useful_card li p.content_img{ margin: 0; }
	#useful_card .content_img img{ width:100px; height: auto; }
	#useful_card h2{ padding-left: 110px; }


/* ttl_header */
#inves {
	margin-bottom: 10px;
}

#ttl_header {
	position: relative;
	min-height: 270px;
	padding-bottom: 10px;
	background: url(../img/s/index_bg2.png) no-repeat top;

}
#ttl_header:before {
	top: -5px;
	height: 3px;
}

#ttl_header h1 {
	margin: 0px 0px 0px 0px;
       text-align: center;
}
#ttl_header h1 img {
	margin: 0px 0px 0px -160px;
	width: 300px;
	height: 250px;
}


#useful_card .content_img
{ }
#useful_card .content_img img{ width:160px;
margin-right: 10px; }

}
#useful_card h2{
	margin-bottom: 5px;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	color: #2782c3;
	line-height: 1.3;

}
#useful_card h3{
       width:100%;
	margin-bottom: 5px;
	font-size: 16px; /* ie8 */
	font-size: 1.6rem;
	color: #2782c3;
	line-height: 1.3;
}
#useful_card h4{
       width:100%;
	margin-bottom: 5px;
	font-size: 13px; /* ie8 */
	font-size: 1.3rem;
	color: #666666;
	line-height: 1.5;
}

