/*------------------------------------------------------------
	◆読み込みHTML
	/index.html
------------------------------------------------------------*/
#header {
	padding-bottom: 75px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#header {
		padding-bottom: 50px;
	}
}

#main {
	padding: 5px 0 100px;
	background: url(../images/service/service_bg.jpg) repeat center top;
	background-size: 770px auto;
	position: relative;
}

#main .topImg {
	width: 100%;
	background: url(../images/service/top_img_bg.png) repeat-x center bottom;
	background-size: 1280px auto;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
}

#main:after {
	width: 100%;
	height: 40px;
	background: url(../images/service/service_btm_bg.png) repeat-x center bottom;
	background-size: auto 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}

#main .comHeading01 {
	margin-bottom: 40px;
	padding-bottom: 18px;
}

#main .comHeading01 span {
	margin-bottom: 12px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		padding: 0 0 80px;
	}

	#main .topImg {
		height: 63px;
		background-position: left bottom;
		background-size: auto 63px;
	}

	#main .topImg img {
		display: none;
	}

	#main:after {
		height: 50px;
		background-size: auto 50px;
	}

	#main .comHeading01 {
		margin-bottom: 12px;
		padding-bottom: 17px;
	}

	#main .comHeading01 span {
		margin-bottom: 5px;
	}

	#main .comHeading01 img {
		width: 98px;
	}
}

#service .topTxt {
	margin: 0 23px 40px;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: -.5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#service .topTxt {
		margin: 0 0 13px;
		font-size: 1.3em;
		line-height: 1.4;
	}
}

#service .textArea {
	margin-bottom: 40px;
	padding: 35px 30px;
	background-color: #f5f5f5;
}

#service .textArea:last-child {
	margin-bottom: 0;
}

#service .textArea p {
	font-size: 1.4em;
}

#service .textArea .txtBox {
	width: 485px;
	float: right;
}

#service .textArea .txtBox p {
	margin-bottom: 7px;
	line-height: 1.65;
	text-indent: 1em;
}

#service .textArea .txtBox p:last-child {
	margin-bottom: 0;
}

#service .textArea .txtBox01 p {
	margin-bottom: 13px;
}

#service .textArea .subBox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #000;
}
#service .textArea .subBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#service .textArea .subBox dl {
	margin-right: 5px;
	width: 250px;
	float: left;
}

#service .textArea .subBox dl:nth-child(3) {
	margin-right: 0;
	width: 230px;
}

#service .textArea .subBox .list01 {
	/*width: 480px;*/
	width: 800px;
}

#service .textArea .subBox .list01 dd {
	padding-left: 0;
}

#service .textArea .subBox .list01 p {
	width: 100%;
	font-size: .875em;
	line-height: 1.7;
	text-indent: 1em;
}

#service .textArea .list02 {
	margin-bottom: 10px;
}

#service .textArea dt {
	margin-bottom: 3px;
	font-size: 1.9em;
	font-weight: bold;
}

#service .textArea i {
	margin: 0 2px 0 -2px;
	color: #92bc4a;
}

#service .textArea dd {
	padding-left: 1em;
	overflow: hidden;
	font-size: 1.6em;
	zoom: 1;
}

#service .textArea dd .note {
	display: block;
	font-size: .7em;
}

#service .textArea dd p {
	font-size: 1em;
}

#service .textArea .pcFlt p {
	width: 115px;
	float: left;
	font-size: 1em;
}

#rule.textArea .topTxt {
	margin: 0 0 15px;
	font-size: 1.6em;
}

#rule.textArea li {
	padding: 0 0 8px 1em;
	font-size: 1.4em;
	line-height: 1.6;
	text-indent: -.5em;
}

#rule.textArea li:last-child {
	padding-bottom: 0;
}

#rule.textArea i {
	color: #fbbfa3;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#service .textArea {
		margin-bottom: 20px;
		padding: 7px 10px;
	}

	#service .textArea p {
		font-size: 1.3em;
	}

	#service .textArea .txtBox {
		margin-right: -3px;
		width: auto;
		float: none;
	}

	#service .textArea .txtBox p {
		line-height: 1.4;
	}

	#service .textArea .txtBox01 p {
		margin-bottom: 7px;
	}

	#service .textArea .subBox {
		margin-bottom: 20px;
		padding-bottom: 0;
		border-bottom: none;
	}

	#service .textArea .subBox dl {
		margin: 0 0 15px;
		width: auto !important;
		float: none;
	}

	#service .textArea .subBox .list01 p {
		font-size: .928em;
		line-height: 1.4;
		text-indent: 1em;
	}

	#service .textArea .list02 {
		margin-bottom: 10px;
	}

	#service .textArea dt {
		margin-bottom: 1px;
		font-size: 1.6em;
	}

	#service .textArea dd {
		font-size: 1.4em;
	}

	#service .textArea dd .note {
		font-size: .85em;
	}

	#service .textArea dd p,
	#service .textArea .pcFlt p {
		width: 50%;
		float: left;
	}

	#rule.textArea .topTxt {
		font-size: 1.3em;
	}

	#rule.textArea li {
		font-size: 1.3em;
		line-height: 1.4;
	}
}
