@charset "UTF-8";
@import url("default.sp.css");

/*--------------------
　コンテンツ
--------------------*/


#content-sub01 {
	margin-bottom: 50px;
}


#content-sub01 li {
	margin-bottom: 50px;
}


#content-sub01 h2 {
	color: #fff;
	text-shadow: 1px 1px 000 #333;
	text-indent: 1em;
	line-height: 2;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	
	background: #36a;
	background: linear-gradient( left, #36a 0, #acf 100% );
	background: -webkit-linear-gradient( left, #36a 0, #acf 100% );
	background: -moz-linear-gradient( left, #36a 0, #acf 100% );
	background: -ms-linear-gradient( left, #36a 0, #acf 100% );

}



/* 詳細ボタン */
#content-sub01 li a:last-of-type {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1em;
	width: 170px;
	height: 34px;
	line-height: 34px;
	background: #36a;
	text-align: center;
	margin: 30px 0 0 auto;
	
	border-radius: 5px;
	transition: 0.4s;
}

#content-sub01 li a:last-of-type:before {
	position: absolute;
	content: "";
	
	border-left: 8px #f00 solid;
	border-top: 8px transparent solid;
	border-bottom: 8px transparent solid;
	left: 10px;
	top: 26%;
	transition: 0.4s;

}

#content-sub01 li a:last-of-type:hover:before {
	transform: translateX(10px);
}

#content-sub01 li a:last-of-type:hover {
	background: #000;
}



/*--------------------
　お問い合わせ
--------------------*/
#content-sub02 {
}

#content-sub02 h3 {
	font-size: 1.4em;
	text-indent: 1em;
	line-height: 2;
	border-top: 3px #34a solid;
	border-bottom: 1px #34a solid;

	border-top: 3px #333 solid;
	border-bottom: 1px #333 solid;

	margin-bottom: 10px;
	letter-spacing: 0.05em;
}



#content-sub02 div {
*	border: 1px #aaa solid;
	padding: 5px;
}

/* 詳細ボタン */
#content-sub02 a:last-of-type {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1em;
	width: 300px;
	height: 34px;
	line-height: 34px;
	background: #36a;
	text-align: center;
	margin: 30px auto 0 auto;
	
	border-radius: 5px;
	transition: 0.4s;
}

#content-sub02 a:last-of-type:before {
	position: absolute;
	content: "";
	
	border-left: 8px #f00 solid;
	border-top: 8px transparent solid;
	border-bottom: 8px transparent solid;
	left: 10px;
	top: 26%;
	transition: 0.4s;

}

#content-sub02 a:last-of-type:hover:before {
	transform: translateX(10px);
}

#content-sub02 a:last-of-type:hover {
	background: #000;
}



