@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.comTableStyle td .txtSpan {
	display: inline-block;
	margin-top: 2rem;
}
.comTableStyle td .underLink {
	text-decoration: underline;
}
.comTableStyle td .subSpan {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
#main .inner{
	margin: -1rem 0 3.2rem;
}
#main .inner h4 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
}
#main .servicesSec p,
#main .inner p {
	margin-bottom: 2.4rem;
}
#main .inner .small {
	font-size: 1.2rem;
}
#main .inner p:last-child {
	margin-bottom: 0;
}
#main .servicesSec {
	padding-top: 12rem;
}
#main .comContactBox {
	border-radius: 1.2rem;
	background: #F8F8F8;
}
#main .comContactBox p {
	font-weight: 700;
	margin-bottom: 2rem;
}
#main .comContactBox .ttl {
	font-size: 2rem;
	margin-bottom: 2rem;
}
@media all and (min-width: 897px) {
	#main .comTable {
		margin-bottom: 15.5rem;
	}
	#main .comTable:last-child {
		margin-bottom: 0;
	}
	.comTableStyle td .underLink:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 896px) {
	#main .servicesSec {
		padding-top: 5rem;
	}
	#main .comContactBox .ttl {
		text-align: center;
	}
}