@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */
#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#index h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#index .lead_01 {
	font-size:17px;
}

#index .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#index .img_01 {
	float:left;
	margin:0 50px 50px 50px;
	border:1px solid #ccc
}

#index p {
	margin-bottom: 20px;
}


/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	text-align: center;
}

#index .btn li {
	display:inline-block;
	margin:0 30px;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width:280px;
	height: 48px;
	padding-right: 30px;
	padding-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index .sns {
	clear:both
}