@charset "utf-8";
@import "common/general.css";
@import "common/layout.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

/* トップページ */

#conts h2 {
	margin: 0 0 20px;
	padding: 20px 0 20px;
	border-bottom: 1px solid #149DA4;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts h2 span {
	color: #00A5AC;
}

#conts h2 .sub {
	color: #333;
	font-size: 16px;
	line-height: 1;
}

#conts h3 {
	margin-bottom: 10px;
	padding: 8px 0 0 20px;
	height: 43px;
	background: url(/inexperience/img/index/h3_bg.png) no-repeat;
	font-size: 16px;
}

#conts p {
	line-height: 2.0em;
}

#conts .inner {
	padding: 0 20px;
}

#conts .serviceTitle {
	margin-bottom: 15px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts .serviceBox02 .serviceTitle {
	font-size: 18px;
}

#conts .serviceTitle .small {
	padding-top: 5px;
	display: inline-block;
}

#conts .serviceTitle .num {
	padding: 0 6px;
	border-left: 3px solid #00B8C1;
	float: left;
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
}

#conts .serviceTitle .num span {
	color: #139DA4;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

#conts .serviceBox,
#conts .serviceBox02 {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 15px 20px 20px;
	border-top: 3px solid #00A6AE;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#conts .serviceBox02 {
	margin-bottom: 40px;
}

#conts .serviceBox .img {
	width: 211px;
	height: 221px;
	position: absolute;
	top: 18px;
	right: 10px;
}

	* html #conts .serviceBox .img {
		right: 31px;
	}

#conts .serviceBox02 .img {
	width: 211px;
	height: 236px;
	position: absolute;
	top: 18px;
	right: 10px;
}

	* html #conts .serviceBox02 .img {
		right: 31px;
	}

#conts .serviceBox p,
#conts .serviceBox02 p {
	width: 380px;
	margin-bottom: 15px;
}

#conts .serviceBox p.lastText,
#conts .serviceBox02 p.lastText {
	margin-bottom: 0;
}

#conts .serviceBox02 p.lastText {
	width: auto;
	padding-right: 10px;
}

#conts .serviceBox p span,
#conts .serviceBox02 p span {
	font-weight: bold;
	color: #00A6AE;
}

#conts .flow {
	margin: 0 0 20px;
	padding: 20px 20px;
	border: 1px solid #DDD;
	background: #F7F7F7;
}

#conts .flow .flowInner {
	margin-bottom: 5px;
	padding-bottom: 20px;
	background: url(/inexperience/img/service/flow_arrow.png) no-repeat 60px bottom;
}

#conts .flow .lastInner {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

#conts .flow .img {
	width: 140px;
	height: 40px;
	float: left;
	clear: both;
	background: url(/inexperience/img/service/flow_bg.png) no-repeat;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

#conts .flow .lastChild {
	margin-bottom: 0;
	height: 40px;
}

#conts .flow .text {
	width: 450px;
	float: right;
	line-height: 1.7;
}

#conts .flow .firstChild {
	padding-top: 10px;
}

#conts .settleBox {
	margin: 0 0 10px;
	padding: 15px 0;
	background: #FFF1F1;
	border: 3px solid #FFD1D1;
	font-weight: bold;
	text-align: center;
}

#conts .settleBox .title {
	color: #F66;
	font-size: 21px;
	line-height: 1.1;
}

#conts .entryBn {
	text-align: center;
}

#conts .entryBn .imgtext {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-family: メイリオ,MS PGothic,"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#conts .entryBn .imgtext p {
	margin: 10px 0 0;
}

#conts .entryBn a {
	display: block;
	width: 544px;
	height: 77px;
	margin: 0 auto;
	background: url(/inexperience/img/index/bn_entry_over.jpg) no-repeat;
}

#conts .entryBn a:hover {
	background-color: #FFF;
}

#conts .entryBn a:hover img {
	visibility: hidden;
}